uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class KeyedReference

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.KeyedReference
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class KeyedReference
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
KeyedReference()
           
KeyedReference(String keyName, String keyValue, String tModelKey)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getKeyName()
          Gets the keyName value for this KeyedReference.
 String getKeyValue()
          Gets the keyValue value for this KeyedReference.
 String getTModelKey()
          Gets the tModelKey value for this KeyedReference.
 int hashCode()
           
 void setKeyName(String keyName)
          Sets the keyName value for this KeyedReference.
 void setKeyValue(String keyValue)
          Sets the keyValue value for this KeyedReference.
 void setTModelKey(String tModelKey)
          Sets the tModelKey value for this KeyedReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedReference

public KeyedReference()

KeyedReference

public KeyedReference(String keyName,
                      String keyValue,
                      String tModelKey)
Method Detail

getTModelKey

public String getTModelKey()
Gets the tModelKey value for this KeyedReference.

Returns:
tModelKey

setTModelKey

public void setTModelKey(String tModelKey)
Sets the tModelKey value for this KeyedReference.

Parameters:
tModelKey -

getKeyName

public String getKeyName()
Gets the keyName value for this KeyedReference.

Returns:
keyName

setKeyName

public void setKeyName(String keyName)
Sets the keyName value for this KeyedReference.

Parameters:
keyName -

getKeyValue

public String getKeyValue()
Gets the keyValue value for this KeyedReference.

Returns:
keyValue

setKeyValue

public void setKeyValue(String keyValue)
Sets the keyValue value for this KeyedReference.

Parameters:
keyValue -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception