org.apache.juddi.model
Class PublisherAssertionId
java.lang.Object
org.apache.juddi.model.PublisherAssertionId
- All Implemented Interfaces:
- java.io.Serializable
public class PublisherAssertionId
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PublisherAssertionId
public PublisherAssertionId()
PublisherAssertionId
public PublisherAssertionId(java.lang.String fromKey,
java.lang.String toKey)
getFromKey
public java.lang.String getFromKey()
setFromKey
public void setFromKey(java.lang.String fromKey)
getToKey
public java.lang.String getToKey()
setToKey
public void setToKey(java.lang.String toKey)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.