org.csapi.jr.se.ui
Class UIEventCriteriaResult

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

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

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

See Also:
Serialized Form

Constructor Summary
UIEventCriteriaResult()
          Creates a new UIEventCriteriaResult instance.
UIEventCriteriaResult(org.csapi.jr.se.ui.UIEventCriteria _eventCriteria, int _assignmentID)
          Creates a new UIEventCriteriaResult 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.ui.UIEventCriteria 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.ui.UIEventCriteria eventCriteria)
          This method sets a eventCriteria.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIEventCriteriaResult

public UIEventCriteriaResult()
Creates a new UIEventCriteriaResult instance.


UIEventCriteriaResult

public UIEventCriteriaResult(org.csapi.jr.se.ui.UIEventCriteria _eventCriteria,
                             int _assignmentID)
Creates a new UIEventCriteriaResult 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.ui.UIEventCriteria getEventCriteria()
This method returns a eventCriteria.

Returns:
a org.csapi.jr.se.ui.UIEventCriteria value

getAssignmentID

public int getAssignmentID()
This method returns a assignmentID.

Returns:
a int value

setEventCriteria

public void setEventCriteria(org.csapi.jr.se.ui.UIEventCriteria 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