org.csapi.jr.se.fw
Class Sag

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

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

This data type is a Sequence of Data Elements which describes a Subscription Assignment Group (SAG) of client applications within an enterprise. It is a structured data type consisting of a unique SAG ID and a description:

See Also:
Serialized Form

Constructor Summary
Sag()
          Creates a new Sag instance.
Sag(java.lang.String _sagID, java.lang.String _sagDescription)
          Creates a new Sag instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getSagDescription()
          This method returns a sagDescription.
 java.lang.String getSagID()
          This method returns a sagID.
 int hashCode()
          Returns a hashcode value for the object.
 void setSagDescription(java.lang.String sagDescription)
          This method sets a sagDescription.
 void setSagID(java.lang.String sagID)
          This method sets a sagID.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sag

public Sag()
Creates a new Sag instance.


Sag

public Sag(java.lang.String _sagID,
           java.lang.String _sagDescription)
Creates a new Sag instance.

Parameters:
_sagID -
_sagDescription -
Method Detail

getSagID

public java.lang.String getSagID()
This method returns a sagID.

Returns:
a String value

getSagDescription

public java.lang.String getSagDescription()
This method returns a sagDescription.

Returns:
a String value

setSagID

public void setSagID(java.lang.String sagID)
This method sets a sagID.


setSagDescription

public void setSagDescription(java.lang.String sagDescription)
This method sets a sagDescription.


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