org.csapi.jr.se.cc.mmccs
Class MediaNotificationRequested

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

public final class MediaNotificationRequested
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
MediaNotificationRequested()
          Creates a new MediaNotificationRequested instance.
MediaNotificationRequested(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest _appNotificationMediaRequest, int _assignmentID)
          Creates a new MediaNotificationRequested instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.mmccs.NotificationMediaRequest getAppNotificationMediaRequest()
          This method returns a appNotificationMediaRequest.
 int getAssignmentID()
          This method returns a assignmentID.
 int hashCode()
          Returns a hashcode value for the object.
 void setAppNotificationMediaRequest(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest appNotificationMediaRequest)
          This method sets a appNotificationMediaRequest.
 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

MediaNotificationRequested

public MediaNotificationRequested()
Creates a new MediaNotificationRequested instance.


MediaNotificationRequested

public MediaNotificationRequested(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest _appNotificationMediaRequest,
                                  int _assignmentID)
Creates a new MediaNotificationRequested instance.

Parameters:
_appNotificationMediaRequest -
_assignmentID -
Method Detail

getAppNotificationMediaRequest

public org.csapi.jr.se.cc.mmccs.NotificationMediaRequest getAppNotificationMediaRequest()
This method returns a appNotificationMediaRequest.

Returns:
a org.csapi.jr.se.cc.mmccs.NotificationMediaRequest value

getAssignmentID

public int getAssignmentID()
This method returns a assignmentID.

Returns:
a int value

setAppNotificationMediaRequest

public void setAppNotificationMediaRequest(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest appNotificationMediaRequest)
This method sets a appNotificationMediaRequest.


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