|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.rbac.AdminRole
public class AdminRole
This class describes a role used by the administration
Constructor Summary | |
---|---|
AdminRole()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the role description. |
String |
getKey()
Returns the role Key |
void |
setDescription(String strDescription)
Sets the role description |
void |
setKey(String strKey)
Sets the role key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminRole()
Method Detail |
---|
public String getKey()
public void setKey(String strKey)
strKey
- The Key to set.public String getDescription()
public void setDescription(String strDescription)
strDescription
- The description to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |