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

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

public class PublisherAssertion
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Constructor Detail

PublisherAssertion

public PublisherAssertion()

PublisherAssertion

public PublisherAssertion(String fromKey,
                          KeyedReference keyedReference,
                          String toKey)
Method Detail

getFromKey

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

Returns:
fromKey

setFromKey

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

Parameters:
fromKey -

getToKey

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

Returns:
toKey

setToKey

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

Parameters:
toKey -

getKeyedReference

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

Returns:
keyedReference

setKeyedReference

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

Parameters:
keyedReference -

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