|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.Service
This data type is a Sequence of Data Elements which describes a registered SCFs. It is a structured type which consists of ServiceID and ServiceDescription.
Constructor Summary | |
Service()
Creates a new Service instance. |
|
Service(java.lang.String _serviceID,
org.csapi.jr.se.fw.ServiceDescription _serviceDescription)
Creates a new Service instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.fw.ServiceDescription |
getServiceDescription()
This method returns a serviceDescription. |
java.lang.String |
getServiceID()
This method returns a serviceID. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setServiceDescription(org.csapi.jr.se.fw.ServiceDescription serviceDescription)
This method sets a serviceDescription. |
void |
setServiceID(java.lang.String serviceID)
This method sets a serviceID. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Service()
public Service(java.lang.String _serviceID, org.csapi.jr.se.fw.ServiceDescription _serviceDescription)
_serviceID
- _serviceDescription
- This field contains the description of the serviceMethod Detail |
public java.lang.String getServiceID()
public org.csapi.jr.se.fw.ServiceDescription getServiceDescription()
public void setServiceID(java.lang.String serviceID)
public void setServiceDescription(org.csapi.jr.se.fw.ServiceDescription serviceDescription)
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 |