|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceTypeProperty
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.
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 |
public ServiceTypeProperty()
public ServiceTypeProperty(java.lang.String _servicePropertyName, org.csapi.jr.se.fw.ServiceTypePropertyMode _serviceTypePropertyMode, java.lang.String _servicePropertyTypeName)
_servicePropertyName
- _serviceTypePropertyMode
- _servicePropertyTypeName
- Method Detail |
public java.lang.String getServicePropertyName()
public org.csapi.jr.se.fw.ServiceTypePropertyMode getServiceTypePropertyMode()
public java.lang.String getServicePropertyTypeName()
public void setServicePropertyName(java.lang.String servicePropertyName)
public void setServiceTypePropertyMode(org.csapi.jr.se.fw.ServiceTypePropertyMode serviceTypePropertyMode)
public void setServicePropertyTypeName(java.lang.String servicePropertyTypeName)
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 |