|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.policy.PolicyNameValue
This data structure is used to pass in a variable name-value pair in an evalPolicy() request. It is a Sequence of Data Elements of a variable name and value
Constructor Summary | |
PolicyNameValue()
Creates a new PolicyNameValue instance. |
|
PolicyNameValue(java.lang.String _name,
java.lang.Object _value)
Creates a new PolicyNameValue instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getName()
This method returns a name. |
java.lang.Object |
getValue()
This method returns a value. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setName(java.lang.String name)
This method sets a name. |
void |
setValue(java.lang.Object value)
This method sets a value. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyNameValue()
public PolicyNameValue(java.lang.String _name, java.lang.Object _value)
_name
- Name of Variable._value
- Value of variable.Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
public void setName(java.lang.String name)
public void setValue(java.lang.Object value)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |