public class ClientDeltaLinkImpl extends ClientItem implements ClientDeltaLink
| Constructor and Description |
|---|
ClientDeltaLinkImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ClientAnnotation> |
getAnnotations() |
String |
getRelationship() |
URI |
getSource() |
URI |
getTarget() |
int |
hashCode() |
void |
setRelationship(String relationship) |
void |
setSource(URI source) |
void |
setTarget(URI target) |
String |
toString() |
getLink, getName, setLinkpublic URI getSource()
getSource in interface ClientDeltaLinkpublic void setSource(URI source)
setSource in interface ClientDeltaLinkpublic String getRelationship()
getRelationship in interface ClientDeltaLinkpublic void setRelationship(String relationship)
setRelationship in interface ClientDeltaLinkpublic URI getTarget()
getTarget in interface ClientDeltaLinkpublic void setTarget(URI target)
setTarget in interface ClientDeltaLinkpublic List<ClientAnnotation> getAnnotations()
getAnnotations in interface ClientAnnotatablepublic int hashCode()
hashCode in class ClientItempublic boolean equals(Object obj)
equals in class ClientItempublic String toString()
toString in class ClientItemCopyright © 2023. All rights reserved.