|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceProperty
This data type is a Sequence of Data Elements which describes an 'SCF property'. It is a structured data type which consists of ServicePropertyName and ServicePropertyValueList.
Constructor Summary | |
ServiceProperty()
Creates a new ServiceProperty instance. |
|
ServiceProperty(java.lang.String _servicePropertyName,
java.lang.String[] _servicePropertyValueList)
Creates a new ServiceProperty 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[] |
getServicePropertyValueList()
This method returns a servicePropertyValueList. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setServicePropertyName(java.lang.String servicePropertyName)
This method sets a servicePropertyName. |
void |
setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
This method sets a servicePropertyValueList. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceProperty()
public ServiceProperty(java.lang.String _servicePropertyName, java.lang.String[] _servicePropertyValueList)
_servicePropertyName
- _servicePropertyValueList
- Method Detail |
public java.lang.String getServicePropertyName()
public java.lang.String[] getServicePropertyValueList()
public void setServicePropertyName(java.lang.String servicePropertyName)
public void setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
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 |