public class PublisherAssertion extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
PublisherAssertion()
Construct a new initialized keyedReference instance.
|
PublisherAssertion(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference keyedRef)
Construct a new initialized keyedReference instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromKey()
Returns the fromKey.
|
KeyedReference |
getKeyedReference()
Returns the KeyedReference instance.
|
java.lang.String |
getToKey()
Returns the toKey.
|
void |
setFromKey(java.lang.String fromKey)
Sets the fromKey.
|
void |
setKeyedReference(KeyedReference keyedRef)
Sets the KeyedReference.
|
void |
setKeyName(java.lang.String keyName)
Sets the name of this assertion's keyedReference.
|
void |
setKeyValue(java.lang.String keyValue)
Sets the value of this assertion's keyedReference.
|
void |
setTModelKey(java.lang.String tModelKey)
Sets the reference to this assertion's tModel to the given reference.
|
void |
setToKey(java.lang.String toKey)
Sets the toKey.
|
public PublisherAssertion()
public PublisherAssertion(java.lang.String fromKey, java.lang.String toKey, KeyedReference keyedRef)
public void setFromKey(java.lang.String fromKey)
fromKey
- The fromKey.public java.lang.String getFromKey()
public void setToKey(java.lang.String toKey)
toKey
- The toKey.public java.lang.String getToKey()
public void setKeyedReference(KeyedReference keyedRef)
keyedRef
- The new KeyedReference instance or null.public KeyedReference getKeyedReference()
public void setTModelKey(java.lang.String tModelKey)
tModelKey
- The key of the tModel to reference.public void setKeyName(java.lang.String keyName)
keyName
- The new name of this keyedReferencepublic void setKeyValue(java.lang.String keyValue)
keyValue
- The new value of this keyedReferenceCopyright ? 2003 Apache Software Foundation. All rights reserved.