org.csapi.jr.se.cc.gccs
Class CallEventCriteriaResult

java.lang.Object
  |
  +--org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
All Implemented Interfaces:
java.io.Serializable

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

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

See Also:
Serialized Form

Constructor Summary
CallEventCriteriaResult()
          Creates a new CallEventCriteriaResult instance.
CallEventCriteriaResult(org.csapi.jr.se.cc.gccs.CallEventCriteria _callEventCriteria, int _assignmentID)
          Creates a new CallEventCriteriaResult 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.cc.gccs.CallEventCriteria getCallEventCriteria()
          This method returns a callEventCriteria.
 int hashCode()
          Returns a hashcode value for the object.
 void setAssignmentID(int assignmentID)
          This method sets a assignmentID.
 void setCallEventCriteria(org.csapi.jr.se.cc.gccs.CallEventCriteria callEventCriteria)
          This method sets a callEventCriteria.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallEventCriteriaResult

public CallEventCriteriaResult()
Creates a new CallEventCriteriaResult instance.


CallEventCriteriaResult

public CallEventCriteriaResult(org.csapi.jr.se.cc.gccs.CallEventCriteria _callEventCriteria,
                               int _assignmentID)
Creates a new CallEventCriteriaResult instance.

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

getCallEventCriteria

public org.csapi.jr.se.cc.gccs.CallEventCriteria getCallEventCriteria()
This method returns a callEventCriteria.

Returns:
a org.csapi.jr.se.cc.gccs.CallEventCriteria value

getAssignmentID

public int getAssignmentID()
This method returns a assignmentID.

Returns:
a int value

setCallEventCriteria

public void setCallEventCriteria(org.csapi.jr.se.cc.gccs.CallEventCriteria callEventCriteria)
This method sets a callEventCriteria.


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