public abstract class ORelationship extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
direction |
protected OEntity |
foreignEntity |
protected OEntity |
parentEntity |
Constructor and Description |
---|
ORelationship() |
Modifier and Type | Method and Description |
---|---|
String |
getDirection() |
OEntity |
getForeignEntity() |
abstract List<OAttribute> |
getFromColumns() |
OEntity |
getParentEntity() |
abstract List<OAttribute> |
getToColumns() |
int |
hashCode() |
void |
setDirection(String direction) |
void |
setForeignEntity(OEntity foreignEntity) |
void |
setParentEntity(OEntity parentEntity) |
protected OEntity foreignEntity
protected OEntity parentEntity
protected String direction
public OEntity getForeignEntity()
public void setForeignEntity(OEntity foreignEntity)
public OEntity getParentEntity()
public void setParentEntity(OEntity parentEntity)
public String getDirection()
public void setDirection(String direction)
public abstract List<OAttribute> getFromColumns()
public abstract List<OAttribute> getToColumns()
Copyright © 2015–2020 OrientDB. All rights reserved.