public class OVertexMappingInformation extends Object
Constructor and Description |
---|
OVertexMappingInformation(OConfiguredVertexClass belongingVertex) |
Modifier and Type | Method and Description |
---|---|
String |
getAggregationFunction() |
OConfiguredVertexClass |
getBelongingVertex() |
List<OSourceTable> |
getSourceTables() |
void |
setAggregationFunction(String aggregationFunction) |
void |
setBelongingVertex(OConfiguredVertexClass belongingVertex) |
void |
setSourceTables(List<OSourceTable> sourceTables) |
public OVertexMappingInformation(OConfiguredVertexClass belongingVertex)
public OConfiguredVertexClass getBelongingVertex()
public void setBelongingVertex(OConfiguredVertexClass belongingVertex)
public List<OSourceTable> getSourceTables()
public void setSourceTables(List<OSourceTable> sourceTables)
public String getAggregationFunction()
public void setAggregationFunction(String aggregationFunction)
Copyright © 2015–2024 OrientDB. All rights reserved.