|
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.PropInfo
The PropInfo
class uses a tag-value pair (AR_DROP_
/AR_DVAL_
)
to describe the properties of server objects in the AR System.
Constructor Summary | |
PropInfo(int tag,
Value val)
Constructs a new PropInfo object which consists of a tag-value pair and is used to describe the
properties of server objects in the AR System. |
Method Summary | |
java.lang.Object |
clone()
Makes a deep copy of the object |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
int |
getPropertyTag()
Retrieves the tag associated with the PropInfo object |
Value |
getPropertyValue()
Retrieves the value associated with the PropInfo object |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setPropertyValue(Value value)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropInfo(int tag, Value val)
PropInfo
object which consists of a tag-value pair and is used to describe the
properties of server objects in the AR System.
tag
- A long value identifying the tag for a particular display property.val
- The value for the property represented as a Value
object.Method Detail |
public int getPropertyTag()
PropInfo
object
public Value getPropertyValue()
PropInfo
object
public void setPropertyValue(Value value)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |