|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.AssertionStatusItem
| 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 |
public AssertionStatusItem()
public AssertionStatusItem(String completionStatus,
String fromKey,
KeyedReference keyedReference,
KeysOwned keysOwned,
String toKey)
| Method Detail |
public String getFromKey()
public void setFromKey(String fromKey)
fromKey - public String getToKey()
public void setToKey(String toKey)
toKey - public KeyedReference getKeyedReference()
public void setKeyedReference(KeyedReference keyedReference)
keyedReference - public KeysOwned getKeysOwned()
public void setKeysOwned(KeysOwned keysOwned)
keysOwned - public String getCompletionStatus()
public void setCompletionStatus(String completionStatus)
completionStatus - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||