org.csapi.jr.se.fw
Class SagProfilePair

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

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

This data type is a Sequence of Data Elements which describes a pair of a SAG and a Service Profile. It is a structured data type which consists of Sag and ServiceProfile.

See Also:
Serialized Form

Constructor Summary
SagProfilePair()
          Creates a new SagProfilePair instance.
SagProfilePair(java.lang.String _sag, java.lang.String _serviceProfile)
          Creates a new SagProfilePair instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getSag()
          This method returns a sag.
 java.lang.String getServiceProfile()
          This method returns a serviceProfile.
 int hashCode()
          Returns a hashcode value for the object.
 void setSag(java.lang.String sag)
          This method sets a sag.
 void setServiceProfile(java.lang.String serviceProfile)
          This method sets a serviceProfile.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SagProfilePair

public SagProfilePair()
Creates a new SagProfilePair instance.


SagProfilePair

public SagProfilePair(java.lang.String _sag,
                      java.lang.String _serviceProfile)
Creates a new SagProfilePair instance.

Parameters:
_sag -
_serviceProfile -
Method Detail

getSag

public java.lang.String getSag()
This method returns a sag.

Returns:
a String value

getServiceProfile

public java.lang.String getServiceProfile()
This method returns a serviceProfile.

Returns:
a String value

setSag

public void setSag(java.lang.String sag)
This method sets a sag.


setServiceProfile

public void setServiceProfile(java.lang.String serviceProfile)
This method sets a serviceProfile.


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