This project has retired. For details please refer to its Attic page.
SchemaGraph.TableRelationship (Lens 2.0.1-beta-incubating API)

org.apache.lens.cube.metadata
Class SchemaGraph.TableRelationship

java.lang.Object
  extended by org.apache.lens.cube.metadata.SchemaGraph.TableRelationship
Enclosing class:
SchemaGraph

public static class SchemaGraph.TableRelationship
extends Object


Constructor Summary
SchemaGraph.TableRelationship(String fromCol, AbstractCubeTable fromTab, String toCol, AbstractCubeTable toTab)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaGraph.TableRelationship

public SchemaGraph.TableRelationship(String fromCol,
                                     AbstractCubeTable fromTab,
                                     String toCol,
                                     AbstractCubeTable toTab)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.