| java.lang.Object com.flexive.shared.AbstractSelectableObjectWithName com.flexive.shared.security.Mandator
MANDATOR_FLEXIVE | final public static int MANDATOR_FLEXIVE(Code) | | The default flexive mandator
|
Mandator | public Mandator()(Code) | | |
Mandator | public Mandator(long id, String name, long metadataId, boolean active, LifeCycleInfo lci)(Code) | | Constructor.
Parameters: id - the unique id of the mandator Parameters: name - the name of the mandator Parameters: metadataId - the metadate reference id Parameters: active - is this mandator active? Parameters: lci - lifecycle info |
getDisplay | public String getDisplay()(Code) | | Returns a string representation of the object.
a string representation of the object. |
getId | public long getId()(Code) | | Get the Id of the Mandators
Id |
getLifeCycleInfo | public LifeCycleInfo getLifeCycleInfo()(Code) | | Get the LifeCycleInfoImpl
LifeCycleInfoImpl |
getMetadataId | public long getMetadataId()(Code) | | The metadata reference id.
The metadata reference id |
getName | public String getName()(Code) | | Get the Mandators name
Mandators name |
hasMetadata | public boolean hasMetadata()(Code) | | Are meta data attached to this mandator?
if meta data are attached to this mandator |
isActive | public boolean isActive()(Code) | | Returns true if the mandator is active.
true if the mandator is active. |
setActive | public void setActive(boolean active)(Code) | | |
setMetadataId | public void setMetadataId(long metadataId)(Code) | | |
|
|