|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceContract
This data type is a Sequence of Data Elements which represents a service contract. It is a structured data type which consists of ServiceContractID and ServiceContractDescription.
Constructor Summary | |
ServiceContract()
Creates a new ServiceContract instance. |
|
ServiceContract(java.lang.String _serviceContractID,
org.csapi.jr.se.fw.ServiceContractDescription _serviceContractDescription)
Creates a new ServiceContract instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.fw.ServiceContractDescription |
getServiceContractDescription()
This method returns a serviceContractDescription. |
java.lang.String |
getServiceContractID()
This method returns a serviceContractID. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setServiceContractDescription(org.csapi.jr.se.fw.ServiceContractDescription serviceContractDescription)
This method sets a serviceContractDescription. |
void |
setServiceContractID(java.lang.String serviceContractID)
This method sets a serviceContractID. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceContract()
public ServiceContract(java.lang.String _serviceContractID, org.csapi.jr.se.fw.ServiceContractDescription _serviceContractDescription)
_serviceContractID
- _serviceContractDescription
- Method Detail |
public java.lang.String getServiceContractID()
public org.csapi.jr.se.fw.ServiceContractDescription getServiceContractDescription()
public void setServiceContractID(java.lang.String serviceContractID)
public void setServiceContractDescription(org.csapi.jr.se.fw.ServiceContractDescription serviceContractDescription)
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 |