public class LinkImpl extends java.lang.Object implements Link
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
destination |
protected java.lang.String |
id |
protected java.lang.String |
source |
PATH_SEPARATOR
Constructor and Description |
---|
LinkImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestination()
Gets the destination property
|
java.lang.String |
getId()
Gets the id property
|
java.lang.String |
getSource()
Gets the source property
|
boolean |
isSetId()
Checks if id is set
|
void |
setDestination(java.lang.String destination)
Sets the destination property
|
void |
setId(java.lang.String id)
Sets the id property
|
void |
setSource(java.lang.String source)
Sets the source property
|
protected java.lang.String source
protected java.lang.String destination
protected java.lang.String id
public java.lang.String getSource()
public void setSource(java.lang.String source)
public java.lang.String getDestination()
getDestination
in interface Link
public void setDestination(java.lang.String destination)
setDestination
in interface Link