Class Group

java.lang.Object
eu.xenit.alfred.api.groups.Group

public class Group extends Object
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 Details

  • Method Details

    • getNodeRef

      public NodeRef getNodeRef()
    • setNodeRef

      public void setNodeRef(NodeRef nodeRef)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String identifier)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)