public interface Link
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PATH_SEPARATOR |
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
|
static final java.lang.String PATH_SEPARATOR
java.lang.String getSource()
void setSource(java.lang.String source)
java.lang.String getDestination()
void setDestination(java.lang.String destination)
java.lang.String getId()
boolean isSetId()
void setId(java.lang.String id)