|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.group.Group
public class Group
This class represents business objects group
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
java.lang.String |
getGroupDescription()
Gets the group description |
java.lang.String |
getGroupKey()
Gets the group key |
java.lang.String |
getResourceId()
RBAC resource implmentation |
java.lang.String |
getResourceTypeCode()
RBAC resource implmentation |
static void |
init()
Initialize the Group |
void |
setGroupDescription(java.lang.String strGroupDescription)
Sets the group description |
void |
setGroupKey(java.lang.String strGroupKey)
Sets the group key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public Group()
Method Detail |
---|
public static void init()
public java.lang.String getGroupKey()
public void setGroupKey(java.lang.String strGroupKey)
strGroupKey
- the group keypublic java.lang.String getGroupDescription()
public void setGroupDescription(java.lang.String strGroupDescription)
strGroupDescription
- the group descriptionpublic java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface RBACResource
public java.lang.String getResourceId()
getResourceId
in interface RBACResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |