|
||||||||||
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
Field Summary | |
---|---|
static String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Role()
|
Method Summary | |
---|---|
String |
getResourceId()
RBAC resource implmentation |
String |
getResourceTypeCode()
RBAC resource implmentation |
String |
getRole()
Gets the role name |
String |
getRoleDescription()
Gets the role description |
String |
getWorkgroup()
Get workgroup key |
void |
setRole(String strRole)
Sets the role name |
void |
setRoleDescription(String strRoleDescription)
Sets the role description |
void |
setWorkgroup(String strWorkgroupKey)
Set workgroup key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public Role()
Method Detail |
---|
public String getRole()
public void setRole(String strRole)
strRole
- the role namepublic String getRoleDescription()
public void setRoleDescription(String strRoleDescription)
strRoleDescription
- the role descriptionpublic String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(String strWorkgroupKey)
strWorkgroupKey
- workgroup key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |