org.apache.juddi.model
Class PublisherAssertionId
java.lang.Object
org.apache.juddi.model.PublisherAssertionId
- All Implemented Interfaces:
- Serializable
public class PublisherAssertionId
- extends Object
- implements Serializable
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
PublisherAssertionId
public PublisherAssertionId()
PublisherAssertionId
public PublisherAssertionId(String fromKey,
String toKey)
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.