package org.mobicents.slee.container.component.validator.profile; public interface ProfileBaseCMPInterface extends ProfileSuperCMPInterface { public void setMasterTest(int v); public int getMasterTest(); public void setMasterTestArray(int[] v); }