org.csapi.jr.se.pam
Class PAMGMCNotificationData

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

public final class PAMGMCNotificationData
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 group membership changes.

See Also:
Serialized Form

Constructor Summary
PAMGMCNotificationData()
          Creates a new PAMGMCNotificationData instance.
PAMGMCNotificationData(java.lang.String[] _groups)
          Creates a new PAMGMCNotificationData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String[] getGroups()
          This method returns a groups.
 int hashCode()
          Returns a hashcode value for the object.
 void setGroups(java.lang.String[] groups)
          This method sets a groups.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMGMCNotificationData

public PAMGMCNotificationData()
Creates a new PAMGMCNotificationData instance.


PAMGMCNotificationData

public PAMGMCNotificationData(java.lang.String[] _groups)
Creates a new PAMGMCNotificationData instance.

Parameters:
_groups - Contains the names of the groups that have been changed.
Method Detail

getGroups

public java.lang.String[] getGroups()
This method returns a groups.

Returns:
a String[] value

setGroups

public void setGroups(java.lang.String[] groups)
This method sets a groups.


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