org.csapi.jr.se.dsc
Class DataSessionEventCriteriaResult

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

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

Defines a sequence of data elements that specify a requested data session event notification criteria with the associated assignmentID.

See Also:
Serialized Form

Constructor Summary
DataSessionEventCriteriaResult()
          Creates a new DataSessionEventCriteriaResult instance.
DataSessionEventCriteriaResult(org.csapi.jr.se.dsc.DataSessionEventCriteria _eventCriteria, int _assignmentID)
          Creates a new DataSessionEventCriteriaResult instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getAssignmentID()
          This method returns a assignmentID.
 org.csapi.jr.se.dsc.DataSessionEventCriteria getEventCriteria()
          This method returns a eventCriteria.
 int hashCode()
          Returns a hashcode value for the object.
 void setAssignmentID(int assignmentID)
          This method sets a assignmentID.
 void setEventCriteria(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          This method sets a eventCriteria.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSessionEventCriteriaResult

public DataSessionEventCriteriaResult()
Creates a new DataSessionEventCriteriaResult instance.


DataSessionEventCriteriaResult

public DataSessionEventCriteriaResult(org.csapi.jr.se.dsc.DataSessionEventCriteria _eventCriteria,
                                      int _assignmentID)
Creates a new DataSessionEventCriteriaResult instance.

Parameters:
_eventCriteria - The event criteria that were specified by the application.
_assignmentID - The associated assignmentID. This can be used to disable the notification.
Method Detail

getEventCriteria

public org.csapi.jr.se.dsc.DataSessionEventCriteria getEventCriteria()
This method returns a eventCriteria.

Returns:
a org.csapi.jr.se.dsc.DataSessionEventCriteria value

getAssignmentID

public int getAssignmentID()
This method returns a assignmentID.

Returns:
a int value

setEventCriteria

public void setEventCriteria(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
This method sets a eventCriteria.


setAssignmentID

public void setAssignmentID(int assignmentID)
This method sets a assignmentID.


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