public class Relation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Relation.CommunityNode |
static class |
Relation.IdAndDummySignifierNode |
static class |
Relation.NaturalKeyNode |
static class |
Relation.Type |
static class |
Relation.VocabularyNode |
Constructor and Description |
---|
Relation(String typeId,
Relation.Type type,
String relatedIdColumnName,
Object relatedNode) |
Modifier and Type | Method and Description |
---|---|
Object |
getSource() |
Object |
getTarget() |
Relation.Type |
getType() |
String |
getTypeId() |
void |
setSource(Relation.NaturalKeyNode source) |
void |
setTarget(Relation.NaturalKeyNode target) |
void |
setType(Relation.Type type) |
void |
setTypeId(String typeId) |
public Relation(String typeId, Relation.Type type, String relatedIdColumnName, Object relatedNode)
public String getTypeId()
public void setTypeId(String typeId)
public Relation.Type getType()
public void setType(Relation.Type type)
public Object getTarget()
public void setTarget(Relation.NaturalKeyNode target)
public Object getSource()
public void setSource(Relation.NaturalKeyNode source)
Copyright © 2010–2019. All rights reserved.