org.pasoa.common.structure
Class Link
java.lang.Object
org.pasoa.common.structure.Link
- All Implemented Interfaces:
- Serializable
- public class Link
- extends Object
- implements Serializable
Represents a link to a provenance store. I.e. a pointer to
another provenance store.
- Author:
- pgroth
- See Also:
- Serialized Form
Constructor Summary |
Link(String toStore)
Construct a link |
Link
public Link(String toStore)
- Construct a link
- Parameters:
toStore
- the url to the store as a string
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
getStoreURL
public String getStoreURL()
- If method returns "" then the link
is blank
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object