Class Group

All Implemented Interfaces:
Serializable, Cloneable, Id<Integer>, IdTitle<Integer>, Title, TitleWithPath

public class Group extends IdTitle implements TitleWithPath, Cloneable
See Also:
  • Constructor Details Link icon

    • Group Link icon

      public Group()
  • Method Details Link icon

    • getConfig Link icon

      public String getConfig()
    • setConfig Link icon

      public void setConfig(String config)
    • getConfigMap Link icon

      public ConfigMap getConfigMap()
    • getArchive Link icon

      public int getArchive()
    • setArchive Link icon

      public void setArchive(int archive)
    • getComment Link icon

      public String getComment()
    • getParentId Link icon

      public int getParentId()
    • setParentId Link icon

      public void setParentId(int parentId)
    • setComment Link icon

      public void setComment(String comment)
    • getPermsetIds Link icon

      public List<Integer> getPermsetIds()
    • setPermsetIds Link icon

      public void setPermsetIds(List<Integer> permsetIds)
    • getQueueIds Link icon

      public Set<Integer> getQueueIds()
    • setQueueIds Link icon

      public void setQueueIds(Set<Integer> queueIds)
    • getChildCount Link icon

      public int getChildCount()
    • setChildCount Link icon

      public void setChildCount(int childCount)
    • getTitleWithPath Link icon

      public String getTitleWithPath()
      Specified by:
      getTitleWithPath in interface TitleWithPath
    • getChildSet Link icon

      public Set<Integer> getChildSet()
    • getPath Link icon

      public List<Group> getPath()
    • clone Link icon

      public Group clone()
      Overrides:
      clone in class Object