|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.GroupInfo
public class GroupInfo
This GroupInfo
class 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 ) |
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 |
---|
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 List<String> getGroupNames()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public 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 |