org.csapi.jr.se.policy
Class PolicyNameType

java.lang.Object
  |
  +--org.csapi.jr.se.policy.PolicyNameType
All Implemented Interfaces:
java.io.Serializable

public final class PolicyNameType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

PolicyNameType

public PolicyNameType()
Creates a new PolicyNameType instance.


PolicyNameType

public PolicyNameType(java.lang.String _names,
                      org.csapi.jr.se.policy.PolicyType _types)
Creates a new PolicyNameType instance.

Parameters:
_names -
_types -
Method Detail

getNames

public java.lang.String getNames()
This method returns a names.

Returns:
a String value

getTypes

public org.csapi.jr.se.policy.PolicyType getTypes()
This method returns a types.

Returns:
a org.csapi.jr.se.policy.PolicyType value

setNames

public void setNames(java.lang.String names)
This method sets a names.


setTypes

public void setTypes(org.csapi.jr.se.policy.PolicyType types)
This method sets a types.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object