uk.ac.soton.ecs.grimoires.server.impl
Class KeyImpl

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.KeyImpl
All Implemented Interfaces:
Key

public class KeyImpl
extends Object
implements Key

Author:
wf WSDL2Java in Axis 1.2 generates BusinessKey as String type. This class acts a glue between String and Key.

Constructor Summary
KeyImpl(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyImpl

public KeyImpl(String value)
Method Detail

getValue

public String getValue()
Specified by:
getValue in interface Key

setValue

public void setValue(String newValue)
Specified by:
setValue in interface Key