|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceProfile
This data type is a Sequence of Data Elements which represents a Service Profile. It is a structured data type which consists of ServiceProfileID and ServiceProfileDescription.
Constructor Summary | |
ServiceProfile()
Creates a new ServiceProfile instance. |
|
ServiceProfile(java.lang.String _serviceProfileID,
org.csapi.jr.se.fw.ServiceProfileDescription _serviceProfileDescription)
Creates a new ServiceProfile instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.fw.ServiceProfileDescription |
getServiceProfileDescription()
This method returns a serviceProfileDescription. |
java.lang.String |
getServiceProfileID()
This method returns a serviceProfileID. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setServiceProfileDescription(org.csapi.jr.se.fw.ServiceProfileDescription serviceProfileDescription)
This method sets a serviceProfileDescription. |
void |
setServiceProfileID(java.lang.String serviceProfileID)
This method sets a serviceProfileID. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceProfile()
public ServiceProfile(java.lang.String _serviceProfileID, org.csapi.jr.se.fw.ServiceProfileDescription _serviceProfileDescription)
_serviceProfileID
- _serviceProfileDescription
- Method Detail |
public java.lang.String getServiceProfileID()
public org.csapi.jr.se.fw.ServiceProfileDescription getServiceProfileDescription()
public void setServiceProfileID(java.lang.String serviceProfileID)
public void setServiceProfileDescription(org.csapi.jr.se.fw.ServiceProfileDescription serviceProfileDescription)
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 |