org.csapi.jr.se.fw
Class ServiceTypeProperty

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

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

This data type is a Sequence of Data Elements which describes a service property associated with a service type. It defines the name and mode of the service property, and also the service property type: for example Boolean, integer. It is similar to, but distinct from, TpServiceProperty. The latter is associated with an actual service: it defines the service property's name and mode, but also defines the list of values assigned to it.

See Also:
Serialized Form

Constructor Summary
ServiceTypeProperty()
          Creates a new ServiceTypeProperty instance.
ServiceTypeProperty(java.lang.String _servicePropertyName, org.csapi.jr.se.fw.ServiceTypePropertyMode _serviceTypePropertyMode, java.lang.String _servicePropertyTypeName)
          Creates a new ServiceTypeProperty instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getServicePropertyName()
          This method returns a servicePropertyName.
 java.lang.String getServicePropertyTypeName()
          This method returns a servicePropertyTypeName.
 org.csapi.jr.se.fw.ServiceTypePropertyMode getServiceTypePropertyMode()
          This method returns a serviceTypePropertyMode.
 int hashCode()
          Returns a hashcode value for the object.
 void setServicePropertyName(java.lang.String servicePropertyName)
          This method sets a servicePropertyName.
 void setServicePropertyTypeName(java.lang.String servicePropertyTypeName)
          This method sets a servicePropertyTypeName.
 void setServiceTypePropertyMode(org.csapi.jr.se.fw.ServiceTypePropertyMode serviceTypePropertyMode)
          This method sets a serviceTypePropertyMode.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTypeProperty

public ServiceTypeProperty()
Creates a new ServiceTypeProperty instance.


ServiceTypeProperty

public ServiceTypeProperty(java.lang.String _servicePropertyName,
                           org.csapi.jr.se.fw.ServiceTypePropertyMode _serviceTypePropertyMode,
                           java.lang.String _servicePropertyTypeName)
Creates a new ServiceTypeProperty instance.

Parameters:
_servicePropertyName -
_serviceTypePropertyMode -
_servicePropertyTypeName -
Method Detail

getServicePropertyName

public java.lang.String getServicePropertyName()
This method returns a servicePropertyName.

Returns:
a String value

getServiceTypePropertyMode

public org.csapi.jr.se.fw.ServiceTypePropertyMode getServiceTypePropertyMode()
This method returns a serviceTypePropertyMode.

Returns:
a org.csapi.jr.se.fw.ServiceTypePropertyMode value

getServicePropertyTypeName

public java.lang.String getServicePropertyTypeName()
This method returns a servicePropertyTypeName.

Returns:
a String value

setServicePropertyName

public void setServicePropertyName(java.lang.String servicePropertyName)
This method sets a servicePropertyName.


setServiceTypePropertyMode

public void setServiceTypePropertyMode(org.csapi.jr.se.fw.ServiceTypePropertyMode serviceTypePropertyMode)
This method sets a serviceTypePropertyMode.


setServicePropertyTypeName

public void setServicePropertyTypeName(java.lang.String servicePropertyTypeName)
This method sets a servicePropertyTypeName.


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