public class Relation extends Object
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
RelationConfiguration |
getData()
Get the data
|
String |
getRelationId()
Get the relation Id
|
String |
getSid()
Get the Sid
|
String |
getSource()
Get the source
|
String |
getTarget()
Get the target
|
void |
setData(RelationConfiguration data)
Set the data
|
void |
setRelationId(String relationId)
Set the relation Id
|
void |
setSid(String sid)
Set the Sid
|
void |
setSource(String source)
Set the source
|
void |
setTarget(String target)
Set the target
|
public String getRelationId()
public void setRelationId(String relationId)
relationId - The relation Idpublic String getSid()
public void setSid(String sid)
sid - The Sidpublic String getSource()
public void setSource(String source)
source - The sourcepublic String getTarget()
public void setTarget(String target)
target - The targetpublic RelationConfiguration getData()
public void setData(RelationConfiguration data)
data - The dataCopyright © 2023. All rights reserved.