|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexive.shared.AbstractSelectableObjectWithName
com.flexive.shared.security.Mandator
public class Mandator
A Mandator
| Field Summary | |
|---|---|
static int |
MANDATOR_FLEXIVE
The default flexive mandator |
| Constructor Summary | |
|---|---|
Mandator()
|
|
Mandator(long id,
java.lang.String name,
long metadataId,
boolean active,
LifeCycleInfo lci)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplay()
Returns a string representation of the object. |
long |
getId()
Get the Id of the Mandators |
LifeCycleInfo |
getLifeCycleInfo()
Get the LifeCycleInfoImpl |
long |
getMetadataId()
The metadata reference id. |
java.lang.String |
getName()
Get the Mandators name |
boolean |
hasMetadata()
Are meta data attached to this mandator? |
boolean |
isActive()
Returns true if the mandator is active. |
void |
setActive(boolean active)
|
void |
setMetadataId(long metadataId)
|
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
|
| Methods inherited from class com.flexive.shared.AbstractSelectableObjectWithName |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MANDATOR_FLEXIVE
| Constructor Detail |
|---|
public Mandator()
public Mandator(long id,
java.lang.String name,
long metadataId,
boolean active,
LifeCycleInfo lci)
id - the unique id of the mandatorname - the name of the mandatormetadataId - the metadate reference idactive - is this mandator active?lci - lifecycle info| Method Detail |
|---|
public long getId()
getId in interface SelectableObjectpublic java.lang.String getName()
getName in interface SelectableObjectWithNamepublic long getMetadataId()
public boolean hasMetadata()
public boolean isActive()
public LifeCycleInfo getLifeCycleInfo()
public void setName(java.lang.String name)
public void setMetadataId(long metadataId)
public void setActive(boolean active)
public java.lang.String getDisplay()
public java.lang.String toString()
toString in class AbstractSelectableObjectWithName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||