at.gv.egovernment.moa.spss.server.config
Class KeyGroup

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.config.KeyGroup

public class KeyGroup
extends Object

A collection of KeyGroupEntrys with its own ID.

Version:
$Id$
Author:
Sven Aigner, Patrick Peck

Constructor Summary
KeyGroup(String id, Set keyGroupEntries)
          Create a KeyGroup.
 
Method Summary
 String getId()
          Return the ID of this KeyGroup.
 Set getKeyGroupEntries()
          Return the KeyEntrys contained in this KeyGroup.
 String toString()
          Return a String representation of this KeyGroup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyGroup

public KeyGroup(String id,
                Set keyGroupEntries)
Create a KeyGroup.
Parameters:
id - The ID of this KeyGroup.
keyGroupEntries - The keys belonging to this KeyGroup.
Method Detail

getKeyGroupEntries

public Set getKeyGroupEntries()
Return the KeyEntrys contained in this KeyGroup.
Returns:
The KeyEntrys contained in this KeyGroup.

getId

public String getId()
Return the ID of this KeyGroup.
Returns:
The KeyGroup ID.

toString

public String toString()
Return a String representation of this KeyGroup.
Overrides:
toString in class Object
Returns:
The String representation.
See Also:
Object.toString()