org.csapi.jr.se.cc
Class NotificationRequested

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

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

Defines the Sequence of Data Elements that specify the criteria relating to event requests.

See Also:
Serialized Form

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

Constructor Detail

NotificationRequested

public NotificationRequested()
Creates a new NotificationRequested instance.


NotificationRequested

public NotificationRequested(org.csapi.jr.se.cc.CallNotificationRequest _appCallNotificationRequest,
                             int _assignmentID)
Creates a new NotificationRequested instance.

Parameters:
_appCallNotificationRequest -
_assignmentID -
Method Detail

getAppCallNotificationRequest

public org.csapi.jr.se.cc.CallNotificationRequest getAppCallNotificationRequest()
This method returns a appCallNotificationRequest.

Returns:
a org.csapi.jr.se.cc.CallNotificationRequest value

getAssignmentID

public int getAssignmentID()
This method returns a assignmentID.

Returns:
a int value

setAppCallNotificationRequest

public void setAppCallNotificationRequest(org.csapi.jr.se.cc.CallNotificationRequest appCallNotificationRequest)
This method sets a appCallNotificationRequest.


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