|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceContractDescription
This data type is a Sequence of Data Elements which describes a service contract. This contract should conform to a previously negotiated high-level agreement (regarding OSA services, their usage and the price, etc.), if any, between the enterprise operator and the framework operator.
Constructor Summary | |
ServiceContractDescription()
Creates a new ServiceContractDescription instance. |
|
ServiceContractDescription(org.csapi.jr.se.fw.Person _serviceRequestor,
org.csapi.jr.se.fw.Person _billingContact,
java.lang.String _serviceStartDate,
java.lang.String _serviceEndDate,
java.lang.String _serviceTypeName,
java.lang.String _serviceID,
org.csapi.jr.se.fw.ServiceProperty[] _serviceSubscriptionProperties)
Creates a new ServiceContractDescription instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.fw.Person |
getBillingContact()
This method returns a billingContact. |
java.lang.String |
getServiceEndDate()
This method returns a serviceEndDate. |
java.lang.String |
getServiceID()
This method returns a serviceID. |
org.csapi.jr.se.fw.Person |
getServiceRequestor()
This method returns a serviceRequestor. |
java.lang.String |
getServiceStartDate()
This method returns a serviceStartDate. |
org.csapi.jr.se.fw.ServiceProperty[] |
getServiceSubscriptionProperties()
This method returns a serviceSubscriptionProperties. |
java.lang.String |
getServiceTypeName()
This method returns a serviceTypeName. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setBillingContact(org.csapi.jr.se.fw.Person billingContact)
This method sets a billingContact. |
void |
setServiceEndDate(java.lang.String serviceEndDate)
This method sets a serviceEndDate. |
void |
setServiceID(java.lang.String serviceID)
This method sets a serviceID. |
void |
setServiceRequestor(org.csapi.jr.se.fw.Person serviceRequestor)
This method sets a serviceRequestor. |
void |
setServiceStartDate(java.lang.String serviceStartDate)
This method sets a serviceStartDate. |
void |
setServiceSubscriptionProperties(org.csapi.jr.se.fw.ServiceProperty[] serviceSubscriptionProperties)
This method sets a serviceSubscriptionProperties. |
void |
setServiceTypeName(java.lang.String serviceTypeName)
This method sets a serviceTypeName. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceContractDescription()
public ServiceContractDescription(org.csapi.jr.se.fw.Person _serviceRequestor, org.csapi.jr.se.fw.Person _billingContact, java.lang.String _serviceStartDate, java.lang.String _serviceEndDate, java.lang.String _serviceTypeName, java.lang.String _serviceID, org.csapi.jr.se.fw.ServiceProperty[] _serviceSubscriptionProperties)
_serviceRequestor
- _billingContact
- _serviceStartDate
- _serviceEndDate
- _serviceTypeName
- _serviceID
- _serviceSubscriptionProperties
- Method Detail |
public org.csapi.jr.se.fw.Person getServiceRequestor()
public org.csapi.jr.se.fw.Person getBillingContact()
public java.lang.String getServiceStartDate()
public java.lang.String getServiceEndDate()
public java.lang.String getServiceTypeName()
public java.lang.String getServiceID()
public org.csapi.jr.se.fw.ServiceProperty[] getServiceSubscriptionProperties()
public void setServiceRequestor(org.csapi.jr.se.fw.Person serviceRequestor)
public void setBillingContact(org.csapi.jr.se.fw.Person billingContact)
public void setServiceStartDate(java.lang.String serviceStartDate)
public void setServiceEndDate(java.lang.String serviceEndDate)
public void setServiceTypeName(java.lang.String serviceTypeName)
public void setServiceID(java.lang.String serviceID)
public void setServiceSubscriptionProperties(org.csapi.jr.se.fw.ServiceProperty[] serviceSubscriptionProperties)
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 |