java.lang.Object
org.exoplatform.services.organization.impl.GroupImpl
org.exoplatform.services.organization.idm.ExtGroup
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, org.exoplatform.services.organization.ExtendedCloneable, org.exoplatform.services.organization.Group

public class ExtGroup extends org.exoplatform.services.organization.impl.GroupImpl implements Comparable<Object>
Author:
Boleslaw Dawidowicz
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
    int
     
     

    Methods inherited from class org.exoplatform.services.organization.impl.GroupImpl

    clone, getDescription, getGroupName, getId, getLabel, getOriginatingStore, getParentId, isInternalStore, setDescription, setGroupName, setId, setLabel, setOriginatingStore, setParentId

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExtGroup

      public ExtGroup()
    • ExtGroup

      public ExtGroup(String name)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.exoplatform.services.organization.impl.GroupImpl
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.exoplatform.services.organization.impl.GroupImpl
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.exoplatform.services.organization.impl.GroupImpl
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable<Object>