|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.policy.PolicyNameType
Constructor Summary | |
PolicyNameType()
Creates a new PolicyNameType instance. |
|
PolicyNameType(java.lang.String _names,
org.csapi.jr.se.policy.PolicyType _types)
Creates a new PolicyNameType instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getNames()
This method returns a names. |
org.csapi.jr.se.policy.PolicyType |
getTypes()
This method returns a types. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setNames(java.lang.String names)
This method sets a names. |
void |
setTypes(org.csapi.jr.se.policy.PolicyType types)
This method sets a types. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyNameType()
public PolicyNameType(java.lang.String _names, org.csapi.jr.se.policy.PolicyType _types)
_names
- _types
- Method Detail |
public java.lang.String getNames()
public org.csapi.jr.se.policy.PolicyType getTypes()
public void setNames(java.lang.String names)
public void setTypes(org.csapi.jr.se.policy.PolicyType types)
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 |