|
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.Reference com.bmc.arsys.api.ExternalReference
public class ExternalReference
The ExternalReference
class represents non-AR System server objects. Each external reference has a
list of groups that are permitted to use the reference.
Constructor Summary | |
---|---|
ExternalReference()
|
|
ExternalReference(String label,
String description,
ReferenceType refType,
List<Integer> adminGroups,
Value val)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
List<Integer> |
getAdminGroupList()
Returns lists of groups with administrator access permitted to use the reference. |
Value |
getValue()
Returns value for groups. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setAdminGroupList(List<Integer> groups)
Defines lists of groups with administrator access permitted to use the reference. |
void |
setValue(Value val)
Defines value for groups. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Reference |
---|
getDescription, getLabel, getName, getReferenceType, setDescription, setLabel, setName, setReferenceType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExternalReference()
public ExternalReference(String label, String description, ReferenceType refType, List<Integer> adminGroups, Value val)
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Reference
CloneNotSupportedException
public List<Integer> getAdminGroupList()
public Value getValue()
public void setAdminGroupList(List<Integer> groups)
public void setValue(Value val)
public String toString()
toString
in class Reference
public int hashCode()
hashCode
in class Reference
public boolean equals(Object obj)
equals
in class Reference
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |