|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.NotificationRequested
Defines the Sequence of Data Elements that specify the criteria relating to event requests.
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 |
public NotificationRequested()
public NotificationRequested(org.csapi.jr.se.cc.CallNotificationRequest _appCallNotificationRequest, int _assignmentID)
_appCallNotificationRequest
- _assignmentID
- Method Detail |
public org.csapi.jr.se.cc.CallNotificationRequest getAppCallNotificationRequest()
public int getAssignmentID()
public void setAppCallNotificationRequest(org.csapi.jr.se.cc.CallNotificationRequest appCallNotificationRequest)
public void setAssignmentID(int assignmentID)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |