|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMAANotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent assignment events.
Constructor Summary | |
PAMAANotificationData()
Creates a new PAMAANotificationData instance. |
|
PAMAANotificationData(java.lang.String _identity,
java.lang.String _agent)
Creates a new PAMAANotificationData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getAgent()
This method returns a agent. |
java.lang.String |
getIdentity()
This method returns a identity. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAgent(java.lang.String agent)
This method sets a agent. |
void |
setIdentity(java.lang.String identity)
This method sets a identity. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMAANotificationData()
public PAMAANotificationData(java.lang.String _identity, java.lang.String _agent)
_identity
- Contains the name of the identity to whom an agent has been assigned._agent
- Contains the name of the agent that has been assigned.Method Detail |
public java.lang.String getIdentity()
public java.lang.String getAgent()
public void setIdentity(java.lang.String identity)
public void setAgent(java.lang.String agent)
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 |