|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceProfileDescription
This data type is a Sequence of Data Elements which describes a Service Profile. A service contract contains one or more Service Profiles, one for each SAG in the enterprise operator domain. A service profile is a restriction of the service contract in order to provide restricted service features to a SAG. Note 1: When the Framework returns a TpServiceProfileDescription to the enterprise operator, it should set the ServiceTypeName field to the same value as the corresponding field of the service contract; When the enterprise operator passes a TpServiceProfileDescription to the Framework, the Framework should ignore the value sent in the ServiceTypeName field to ensure interoperability; The enterprise operator should be required to set the ServiceTypeName field to the correct value when passing a TpServiceProfileDescription to the Framework.
Constructor Summary | |
ServiceProfileDescription()
Creates a new ServiceProfileDescription instance. |
|
ServiceProfileDescription(java.lang.String _serviceContractID,
java.lang.String _serviceStartDate,
java.lang.String _serviceEndDate,
java.lang.String _serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] _serviceSubscriptionProperties)
Creates a new ServiceProfileDescription instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getServiceContractID()
This method returns a serviceContractID. |
java.lang.String |
getServiceEndDate()
This method returns a serviceEndDate. |
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 |
setServiceContractID(java.lang.String serviceContractID)
This method sets a serviceContractID. |
void |
setServiceEndDate(java.lang.String serviceEndDate)
This method sets a serviceEndDate. |
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 ServiceProfileDescription()
public ServiceProfileDescription(java.lang.String _serviceContractID, java.lang.String _serviceStartDate, java.lang.String _serviceEndDate, java.lang.String _serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] _serviceSubscriptionProperties)
_serviceContractID
- _serviceStartDate
- _serviceEndDate
- _serviceTypeName
- _serviceSubscriptionProperties
- Method Detail |
public java.lang.String getServiceContractID()
public java.lang.String getServiceStartDate()
public java.lang.String getServiceEndDate()
public java.lang.String getServiceTypeName()
public org.csapi.jr.se.fw.ServiceProperty[] getServiceSubscriptionProperties()
public void setServiceContractID(java.lang.String serviceContractID)
public void setServiceStartDate(java.lang.String serviceStartDate)
public void setServiceEndDate(java.lang.String serviceEndDate)
public void setServiceTypeName(java.lang.String serviceTypeName)
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 |