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

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

public class KeysOwned
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
KeysOwned()
           
KeysOwned(String fromKey, String toKey)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getFromKey()
          Gets the fromKey value for this KeysOwned.
 String getToKey()
          Gets the toKey value for this KeysOwned.
 int hashCode()
           
 void setFromKey(String fromKey)
          Sets the fromKey value for this KeysOwned.
 void setToKey(String toKey)
          Sets the toKey value for this KeysOwned.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysOwned

public KeysOwned()

KeysOwned

public KeysOwned(String fromKey,
                 String toKey)
Method Detail

getFromKey

public String getFromKey()
Gets the fromKey value for this KeysOwned.

Returns:
fromKey

setFromKey

public void setFromKey(String fromKey)
Sets the fromKey value for this KeysOwned.

Parameters:
fromKey -

getToKey

public String getToKey()
Gets the toKey value for this KeysOwned.

Returns:
toKey

setToKey

public void setToKey(String toKey)
Sets the toKey value for this KeysOwned.

Parameters:
toKey -

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