uk.ac.soton.ecs.grimoires.server.impl
Class KeyImpl
java.lang.Object
uk.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyImpl
public KeyImpl(String value)
getValue
public String getValue()
- Specified by:
getValue in interface Key
setValue
public void setValue(String newValue)
- Specified by:
setValue in interface Key