public static class SchemaGraph.TableRelationship extends Object
Constructor and Description |
---|
SchemaGraph.TableRelationship(String fromCol,
AbstractCubeTable fromTab,
String toCol,
AbstractCubeTable toTab) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFromColumn() |
AbstractCubeTable |
getFromTable() |
String |
getToColumn() |
AbstractCubeTable |
getToTable() |
int |
hashCode() |
String |
toString() |
public SchemaGraph.TableRelationship(String fromCol, AbstractCubeTable fromTab, String toCol, AbstractCubeTable toTab)
@Generated(value="lombok") public String getFromColumn()
@Generated(value="lombok") public AbstractCubeTable getFromTable()
@Generated(value="lombok") public String getToColumn()
@Generated(value="lombok") public AbstractCubeTable getToTable()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.