org.csapi.jr.se.fw
Class ServiceProfile

java.lang.Object
  |
  +--org.csapi.jr.se.fw.ServiceProfile
All Implemented Interfaces:
java.io.Serializable

public final class ServiceProfile
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ServiceProfile

public ServiceProfile()
Creates a new ServiceProfile instance.


ServiceProfile

public ServiceProfile(java.lang.String _serviceProfileID,
                      org.csapi.jr.se.fw.ServiceProfileDescription _serviceProfileDescription)
Creates a new ServiceProfile instance.

Parameters:
_serviceProfileID -
_serviceProfileDescription -
Method Detail

getServiceProfileID

public java.lang.String getServiceProfileID()
This method returns a serviceProfileID.

Returns:
a String value

getServiceProfileDescription

public org.csapi.jr.se.fw.ServiceProfileDescription getServiceProfileDescription()
This method returns a serviceProfileDescription.

Returns:
a org.csapi.jr.se.fw.ServiceProfileDescription value

setServiceProfileID

public void setServiceProfileID(java.lang.String serviceProfileID)
This method sets a serviceProfileID.


setServiceProfileDescription

public void setServiceProfileDescription(org.csapi.jr.se.fw.ServiceProfileDescription serviceProfileDescription)
This method sets a serviceProfileDescription.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object