cgl.fthpis.datatype
Class SessionKey

java.lang.Object
  extended bycgl.fthpis.datatype.SessionKey
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class SessionKey
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String keyValue
           
 
Constructor Summary
SessionKey()
          Construct a new initialized businessKey instance.
SessionKey(java.lang.String keyValue)
          Construct a new BusinessKey with a given key value.
 
Method Summary
 java.lang.String getValue()
          Returns the key value of this BusinessKey.
 void setValue(java.lang.String newValue)
          Sets the value of this BusinessKey to the new key value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyValue

java.lang.String keyValue
Constructor Detail

SessionKey

public SessionKey()
Construct a new initialized businessKey instance.


SessionKey

public SessionKey(java.lang.String keyValue)
Construct a new BusinessKey with a given key value.

Parameters:
keyValue - The BusinessKey of the new key value.
Method Detail

setValue

public void setValue(java.lang.String newValue)
Sets the value of this BusinessKey to the new key value.

Parameters:
newValue - The new key value for this BusinessKey.

getValue

public java.lang.String getValue()
Returns the key value of this BusinessKey.

Returns:
The key value of this BusinessKey.