|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.GroupInfo
public class GroupInfo
This GroupInfoclass
defines the properties of a group on the AR System server.
| 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) |
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 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 |
|---|
public int getId()
public int getGroupType()
Constants.AR_GROUP_TYPE_VIEW)
2: Change (Constants.AR_GROUP_TYPE_CHANGE)
public int getCategory()
Constants.AR_GROUP_CATEGORY_REGULAR)
1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC)
2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED)
public String getName()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||