public class PublisherAssertion
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PublisherAssertion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromKey()
Deprecated.
Returns the fromKey of this PublisherAssertion.
|
KeyedReference |
getKeyedReference()
Deprecated.
Returns the
KeyedReference of this PublisherAssertion. |
java.lang.String |
getToKey()
Deprecated.
Returns the toKey of this PublisherAssertion.
|
void |
setFromKey(java.lang.String fromKey)
Deprecated.
Sets the fromKey of this PublisherAssertion.
|
void |
setKeyedReference(KeyedReference keyedReference)
Deprecated.
Sets the
KeyedReference of this PublisherAssertion. |
void |
setToKey(java.lang.String toKey)
Deprecated.
Sets the toKey of this PublisherAssertion.
|
public java.lang.String getFromKey()
public void setFromKey(java.lang.String fromKey)
fromKey
- the fromKey of this PublisherAssertion.public java.lang.String getToKey()
public void setToKey(java.lang.String toKey)
toKey
- the toKey of this PublisherAssertion.public KeyedReference getKeyedReference()
KeyedReference
of this PublisherAssertion.public void setKeyedReference(KeyedReference keyedReference)
KeyedReference
of this PublisherAssertion.keyedReference
- the KeyedReference of this PublisherAssertion.