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

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.config.KeyModule
Direct Known Subclasses:
HardwareKeyModule, SoftwareKeyModule

public class KeyModule
extends Object

A class that contains information about a key module.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
KeyModule(String id)
          Create a Key object.
 
Method Summary
 String getId()
          Return the key ID.
 String toString()
          Return a String representation of this Key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyModule

public KeyModule(String id)
Create a Key object.
Parameters:
id - The key module ID.
Method Detail

getId

public String getId()
Return the key ID.
Returns:
The key ID.

toString

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