AR System Java API

com.bmc.arsys.api
Class GroupInfo

java.lang.Object
  extended by com.bmc.arsys.api.GroupInfo
All Implemented Interfaces:
Serializable, Cloneable

public class GroupInfo
extends Object
implements Cloneable, Serializable

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

See Also:
Serialized Form

Method Summary
 Object clone()
          Makes a copy of the object.
 boolean equals(Object obj)
           
 int getCategory()
          Returns the group category: 0: Regular (Constants.AR_GROUP_CATEGORY_REGULAR) 1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC) 2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED)
 List<String> getGroupNames()
          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)
 int getId()
          Returns the groupId.
 String getName()
          Returns the first name in the list of names associated with this particular group.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public int getId()
Returns the groupId.


getGroupType

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


getCategory

public int getCategory()
Returns the group category: 0: Regular (Constants.AR_GROUP_CATEGORY_REGULAR) 1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC) 2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED)


getName

public String getName()
Returns the first name in the list of names associated with this particular group.


getGroupNames

public List<String> getGroupNames()
Returns the list of names associated with this particular group.


clone

public Object clone()
             throws CloneNotSupportedException
Makes a copy of the object.

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.