org.apache.juddi.model
Class PublisherAssertionId

java.lang.Object
  extended by org.apache.juddi.model.PublisherAssertionId
All Implemented Interfaces:
Serializable

public class PublisherAssertionId
extends Object
implements Serializable

Author:
Kurt T Stam
See Also:
Serialized Form

Constructor Summary
PublisherAssertionId()
           
PublisherAssertionId(String fromKey, String toKey)
           
 
Method Summary
 boolean equals(Object other)
           
 String getFromKey()
           
 String getToKey()
           
 int hashCode()
           
 void setFromKey(String fromKey)
           
 void setToKey(String toKey)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherAssertionId

public PublisherAssertionId()

PublisherAssertionId

public PublisherAssertionId(String fromKey,
                            String toKey)
Method Detail

getFromKey

public String getFromKey()

setFromKey

public void setFromKey(String fromKey)

getToKey

public String getToKey()

setToKey

public void setToKey(String toKey)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.