|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.role.Role
public class Role
This class represents business objects role
Constructor Summary | |
---|---|
Role()
|
Method Summary | |
---|---|
java.lang.String |
getRole()
Gets the role name |
java.lang.String |
getRoleDescription()
Gets the role description |
void |
setRole(java.lang.String strRole)
Sets the role name |
void |
setRoleDescription(java.lang.String strRoleDescription)
Sets the role description |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role()
Method Detail |
---|
public java.lang.String getRole()
public void setRole(java.lang.String strRole)
strRole
- the role namepublic java.lang.String getRoleDescription()
public void setRoleDescription(java.lang.String strRoleDescription)
strRoleDescription
- the role description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |