public class EntStateBean
extends com.engiweb.pm.web.bean.AbstractBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Constructor and Description |
---|
EntStateBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
existsMaster() |
boolean |
existsProfile() |
ApplicationBean |
getApplication() |
ApplicationBean |
getChildApplication() |
EntitlementBean |
getMaster() |
EntitlementBean |
getProfile() |
void |
setApplication(ApplicationBean application) |
void |
setChildApplication(ApplicationBean childApplication) |
void |
setMaster(EntitlementBean master) |
void |
setProfile(EntitlementBean profile) |
addOrderByClause, clearOrderBy, getAttribute, getClassName, getFields, getFindAttribute, getGenericFilter, getOrderByClause, getTreeNodeName, isEmpty, isModified, isNull, setAttribute, setAttribute, setClassName, setGenericFilter, setIsNull, setModified, setNotModified, setOrderByClause, toString
public static final java.lang.String COPYRIGHT
public EntitlementBean getMaster()
public void setMaster(EntitlementBean master)
public EntitlementBean getProfile()
public void setProfile(EntitlementBean profile)
public ApplicationBean getApplication()
public void setApplication(ApplicationBean application)
public ApplicationBean getChildApplication()
public void setChildApplication(ApplicationBean childApplication)
public boolean existsMaster()
public boolean existsProfile()