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

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

public class AssertionStatusItem
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Constructor Detail

AssertionStatusItem

public AssertionStatusItem()

AssertionStatusItem

public AssertionStatusItem(String completionStatus,
                           String fromKey,
                           KeyedReference keyedReference,
                           KeysOwned keysOwned,
                           String toKey)
Method Detail

getFromKey

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

Returns:
fromKey

setFromKey

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

Parameters:
fromKey -

getToKey

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

Returns:
toKey

setToKey

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

Parameters:
toKey -

getKeyedReference

public KeyedReference getKeyedReference()
Gets the keyedReference value for this AssertionStatusItem.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference keyedReference)
Sets the keyedReference value for this AssertionStatusItem.

Parameters:
keyedReference -

getKeysOwned

public KeysOwned getKeysOwned()
Gets the keysOwned value for this AssertionStatusItem.

Returns:
keysOwned

setKeysOwned

public void setKeysOwned(KeysOwned keysOwned)
Sets the keysOwned value for this AssertionStatusItem.

Parameters:
keysOwned -

getCompletionStatus

public String getCompletionStatus()
Gets the completionStatus value for this AssertionStatusItem.

Returns:
completionStatus

setCompletionStatus

public void setCompletionStatus(String completionStatus)
Sets the completionStatus value for this AssertionStatusItem.

Parameters:
completionStatus -

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