public class AssertionStatusItem
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AssertionStatusItem()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompletionStatus()
Deprecated.
Returns the completionStatus of the AssertionStatusItem.
|
java.lang.String |
getFromKey()
Deprecated.
Returns the fromKey of the AssertionStatusItem.
|
KeyedReference |
getKeyedReference()
Deprecated.
Returns the
KeyedReference of the AssertionStatusItem. |
KeysOwned |
getKeysOwned()
Deprecated.
Returns the
KeysOwned of the AssertionStatusItem. |
java.lang.String |
getToKey()
Deprecated.
Returns the toKey of the AssertionStatusItem.
|
void |
setCompletionStatus(java.lang.String completionStatus)
Deprecated.
Sets the completionStatus of the AssertionStatusItem.
|
void |
setFromKey(java.lang.String fromKey)
Deprecated.
Sets the fromKey of the AssertionStatusItem.
|
void |
setKeyedReference(KeyedReference keyedReference)
Deprecated.
Sets the
KeyedReference of the AssertionStatusItem. |
void |
setKeysOwned(KeysOwned keysOwned)
Deprecated.
Sets the
KeysOwned of the AssertionStatusItem. |
void |
setToKey(java.lang.String toKey)
Deprecated.
Sets the toKey of the AssertionStatusItem.
|
public java.lang.String getCompletionStatus()
public void setCompletionStatus(java.lang.String completionStatus)
completionStatus
- the completionStatus of the AssertionStatusItem.
Valid values are:
public java.lang.String getFromKey()
public void setFromKey(java.lang.String fromKey)
fromKey
- the fromKey of the AssertionStatusItem.public java.lang.String getToKey()
public void setToKey(java.lang.String toKey)
toKey
- the toKey of the AssertionStatusItem.public KeyedReference getKeyedReference()
KeyedReference
of the AssertionStatusItem.public void setKeyedReference(KeyedReference keyedReference)
KeyedReference
of the AssertionStatusItem.keyedReference
- the KeyedReference of the AssertionStatusItem.public KeysOwned getKeysOwned()
KeysOwned
of the AssertionStatusItem.