public static class SchemaGraph.TableRelationship extends Object
Constructor and Description |
---|
SchemaGraph.TableRelationship(String fromColumn,
AbstractCubeTable fromTable,
String toColumn,
AbstractCubeTable toTable) |
SchemaGraph.TableRelationship(String fromColumn,
AbstractCubeTable fromTable,
String toColumn,
AbstractCubeTable toTable,
boolean mapsToMany) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFromColumn() |
AbstractCubeTable |
getFromTable() |
String |
getToColumn() |
AbstractCubeTable |
getToTable() |
int |
hashCode() |
boolean |
isMapsToMany() |
void |
setMapsToMany(boolean mapsToMany) |
String |
toString() |
@ConstructorProperties(value={"fromColumn","fromTable","toColumn","toTable","mapsToMany"}) @Generated(value="lombok") public SchemaGraph.TableRelationship(String fromColumn, AbstractCubeTable fromTable, String toColumn, AbstractCubeTable toTable, boolean mapsToMany)
@ConstructorProperties(value={"fromColumn","fromTable","toColumn","toTable"}) @Generated(value="lombok") public SchemaGraph.TableRelationship(String fromColumn, AbstractCubeTable fromTable, String toColumn, AbstractCubeTable toTable)
@Generated(value="lombok") public String getFromColumn()
@Generated(value="lombok") public AbstractCubeTable getFromTable()
@Generated(value="lombok") public String getToColumn()
@Generated(value="lombok") public AbstractCubeTable getToTable()
@Generated(value="lombok") public boolean isMapsToMany()
@Generated(value="lombok") public void setMapsToMany(boolean mapsToMany)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.