|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.right.Right
public class Right
This class represents business objects right
Constructor Summary | |
---|---|
Right()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of this right. |
java.lang.String |
getDescriptionKey()
Returns the description of this right. |
java.lang.String |
getFeatureGroup()
Returns the feature group of this right. |
java.lang.String |
getIconUrl()
Returns the url of the icon associated to the right. |
java.lang.String |
getId()
Returns the identifier of this right |
int |
getLevel()
Returns the level of this right. |
java.lang.String |
getName()
Returns the name of this right. |
java.lang.String |
getNameKey()
Returns the name of this right. |
java.lang.String |
getPluginName()
Returns the isUpdatable tag of this right ( 1 if the right is updatable, 0 if not ). |
java.lang.String |
getUrl()
Returns the url of the jsp component which manages this right. |
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the description of the right to the specified string. |
void |
setFeatureGroup(java.lang.String strFeatureGroup)
Sets the feature group of the right to the specified string. |
void |
setIconUrl(java.lang.String strIconUrl)
Sets the url of the icon associated to the right. |
void |
setId(java.lang.String strId)
Sets the identifier of the right to the specified string. |
void |
setLevel(int nLevel)
Sets the level of the right to the specified int. |
void |
setLocale(java.util.Locale locale)
set the local used by this right |
void |
setNameKey(java.lang.String strNameKey)
Sets the name of the right to the specified string. |
void |
setPluginName(java.lang.String strPluginName)
Sets the name of the right to the specified string. |
void |
setUrl(java.lang.String strUrl)
Sets the url of the right to the specified string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Right()
Method Detail |
---|
public void setLocale(java.util.Locale locale)
setLocale
in interface Localizable
locale
- the local to usepublic java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the new identifierpublic java.lang.String getNameKey()
public java.lang.String getName()
public void setNameKey(java.lang.String strNameKey)
strNameKey
- the new namepublic int getLevel()
public void setLevel(int nLevel)
nLevel
- the new levelpublic java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- the new urlpublic java.lang.String getDescriptionKey()
public java.lang.String getDescription()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- the new descriptionpublic java.lang.String getPluginName()
public void setPluginName(java.lang.String strPluginName)
strPluginName
- the new namepublic java.lang.String getFeatureGroup()
public void setFeatureGroup(java.lang.String strFeatureGroup)
strFeatureGroup
- the new feature grouppublic java.lang.String getIconUrl()
public void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- the new url
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |