|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.right.FeatureGroup
public class FeatureGroup
This class represents business objects feature group
Constructor Summary | |
---|---|
FeatureGroup()
|
Method Summary | |
---|---|
void |
addFeature(Right right)
Add a feature to the group |
java.lang.String |
getDescription()
Returns the description of this feature group. |
java.lang.String |
getDescriptionKey()
Returns the description of this feature group. |
java.util.Collection<Right> |
getFeatures()
Returns all features affected to the group |
java.lang.String |
getId()
Returns the identifier of this feature group |
java.lang.String |
getLabel()
Returns the label of this feature group. |
java.lang.String |
getLabelKey()
Returns the label of this feature group. |
int |
getOrder()
Returns the order of this feature group. |
boolean |
isEmpty()
Tells whether or not the feature list is empty |
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the description of the feature group to the specified string. |
void |
setId(java.lang.String strId)
Sets the identifier of the feature group to the specified string. |
void |
setLabelKey(java.lang.String strLabelKey)
Sets the label of the feature group to the specified string. |
void |
setLocale(java.util.Locale locale)
Sets the locale to use |
void |
setOrder(int nOrder)
Sets the order of the feature group to the specified int. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureGroup()
Method Detail |
---|
public void setLocale(java.util.Locale locale)
locale
- the locale to usepublic java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the new identifierpublic java.lang.String getLabelKey()
public java.lang.String getLabel()
public void setLabelKey(java.lang.String strLabelKey)
strLabelKey
- the new labelpublic int getOrder()
public void setOrder(int nOrder)
nOrder
- the new levelpublic java.lang.String getDescriptionKey()
public java.lang.String getDescription()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- the new descriptionpublic void addFeature(Right right)
right
- The feature to addpublic boolean isEmpty()
public java.util.Collection<Right> getFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |