org.csapi.jr.se.pam
Class PAMACPSNotificationData

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

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

This is a Sequence of Data Elements to specify the data that is provided in the notifications for capability presence set events.

See Also:
Serialized Form

Constructor Summary
PAMACPSNotificationData()
          Creates a new PAMACPSNotificationData instance.
PAMACPSNotificationData(java.lang.String _agent, java.lang.String _capability, java.lang.String[] _attributeNames)
          Creates a new PAMACPSNotificationData 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[] getAttributeNames()
          This method returns a attributeNames.
 java.lang.String getCapability()
          This method returns a capability.
 int hashCode()
          Returns a hashcode value for the object.
 void setAgent(java.lang.String agent)
          This method sets a agent.
 void setAttributeNames(java.lang.String[] attributeNames)
          This method sets a attributeNames.
 void setCapability(java.lang.String capability)
          This method sets a capability.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMACPSNotificationData

public PAMACPSNotificationData()
Creates a new PAMACPSNotificationData instance.


PAMACPSNotificationData

public PAMACPSNotificationData(java.lang.String _agent,
                               java.lang.String _capability,
                               java.lang.String[] _attributeNames)
Creates a new PAMACPSNotificationData instance.

Parameters:
_agent - Contains the name of the agent whose capability presence has changed.
_capability - Specifies the capability for which the presence has changed.
_attributeNames - Contains the attribute names that have changed in value.
Method Detail

getAgent

public java.lang.String getAgent()
This method returns a agent.

Returns:
a String value

getCapability

public java.lang.String getCapability()
This method returns a capability.

Returns:
a String value

getAttributeNames

public java.lang.String[] getAttributeNames()
This method returns a attributeNames.

Returns:
a String[] value

setAgent

public void setAgent(java.lang.String agent)
This method sets a agent.


setCapability

public void setCapability(java.lang.String capability)
This method sets a capability.


setAttributeNames

public void setAttributeNames(java.lang.String[] attributeNames)
This method sets a attributeNames.


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