|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.policy.PolicyConditionListElement
This data type is a Sequence of Data Elements which describes one element of a condition list. It is a structured data type consisting of a {condition, groupNumber, negated} tuple.
Constructor Summary | |
PolicyConditionListElement()
Creates a new PolicyConditionListElement instance. |
|
PolicyConditionListElement(org.csapi.jr.se.policy.provisioning.PolicyCondition _condition,
int _groupNumber,
boolean _negated)
Creates a new PolicyConditionListElement instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.policy.provisioning.PolicyCondition |
getCondition()
This method returns a condition. |
int |
getGroupNumber()
This method returns a groupNumber. |
boolean |
getNegated()
This method returns a negated. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCondition(org.csapi.jr.se.policy.provisioning.PolicyCondition condition)
This method sets a condition. |
void |
setGroupNumber(int groupNumber)
This method sets a groupNumber. |
void |
setNegated(boolean negated)
This method sets a negated. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyConditionListElement()
public PolicyConditionListElement(org.csapi.jr.se.policy.provisioning.PolicyCondition _condition, int _groupNumber, boolean _negated)
_condition
- _groupNumber
- _negated
- Method Detail |
public org.csapi.jr.se.policy.provisioning.PolicyCondition getCondition()
public int getGroupNumber()
public boolean getNegated()
public void setCondition(org.csapi.jr.se.policy.provisioning.PolicyCondition condition)
public void setGroupNumber(int groupNumber)
public void setNegated(boolean negated)
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 |