|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.ReferenceBase
com.remedy.arsys.api.ReferenceInfo
The ReferenceInfo class represents the names of
internal AR System objects, for example, filters, active links,
and so on.
| Field Summary |
| Fields inherited from class com.remedy.arsys.api.ReferenceBase |
EXTERNAL_REFERENCE, SYSTEM_REFERENCE |
| Constructor Summary | |
ReferenceInfo(char[] label,
char[] description,
ReferenceType refType,
NameID name)
Constructor that takes a character array. |
|
ReferenceInfo(java.lang.String label,
java.lang.String description,
ReferenceType refType,
NameID name)
Constructor that takes a string. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
NameID |
getName()
Returns name of object. |
void |
setName(NameID name)
Sets name of object. |
java.lang.String |
toString()
Returns object name as a string. |
| Methods inherited from class com.remedy.arsys.api.ReferenceBase |
equals, getDataType, getDescription, getLabel, getReferenceType, hashCode, setDataType, setDescription, setDescription, setLabel, setLabel |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ReferenceInfo(java.lang.String label,
java.lang.String description,
ReferenceType refType,
NameID name)
public ReferenceInfo(char[] label,
char[] description,
ReferenceType refType,
NameID name)
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class ReferenceBasejava.lang.CloneNotSupportedExceptionpublic NameID getName()
public void setName(NameID name)
public java.lang.String toString()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||