public class DeltaLink extends Annotatable
Constructor and Description |
---|
DeltaLink() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRelationship()
Get relationship of this link.
|
URI |
getSource()
Get source of this link.
|
URI |
getTarget()
Get target of this link.
|
int |
hashCode() |
void |
setRelationship(String relationship)
Set relationship of this link.
|
void |
setSource(URI source)
Set source of this link.
|
void |
setTarget(URI target)
Set target of this link.
|
getAnnotations
public URI getSource()
public void setSource(URI source)
source
- source of this linkpublic String getRelationship()
public void setRelationship(String relationship)
relationship
- relationship of this linkpublic URI getTarget()
public void setTarget(URI target)
target
- target of this linkCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.