com.remedy.arsys.api
Class GroupInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.GroupInfo
All Implemented Interfaces:
java.lang.Cloneable

public class GroupInfo
extends java.lang.Object
implements java.lang.Cloneable

This GroupInfoclass defines the properties of a group on the AR System server.


Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 InternalID getGroupID()
          Returns the InternalID of the group.
 AccessNameID[] getGroupName()
          Returns the list of names associated with this particular group.
 int getGroupType()
          Returns the group type: 1: View (Constants.AR_GROUP_TYPE_VIEW) 2: Change (Constants.AR_GROUP_TYPE_CHANGE)
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroupID

public InternalID getGroupID()
Returns the InternalID of the group.

getGroupType

public int getGroupType()
Returns the group type: 1: View (Constants.AR_GROUP_TYPE_VIEW) 2: Change (Constants.AR_GROUP_TYPE_CHANGE)

getGroupName

public AccessNameID[] getGroupName()
Returns the list of names associated with this particular group.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.
Overrides:
clone in class java.lang.Object