Package eu.xenit.alfred.api.groups
Class Group
java.lang.Object
eu.xenit.alfred.api.groups.Group
Simple data-container class that represents a group in Alfresco nodeRef: the NodeRef that this group represents
identifier: the unique identifying name of this group displayName: the changeable display name of this group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisplayName(String displayName) voidsetIdentifier(String identifier) voidsetNodeRef(NodeRef nodeRef)
-
Constructor Details
-
Group
-
-
Method Details
-
getNodeRef
-
setNodeRef
-
getIdentifier
-
setIdentifier
-
getDisplayName
-
setDisplayName
-