org.gcube.data.analysis.tabulardata.model.relationship
Class ColumnRelationshipImpl

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.relationship.ColumnRelationshipImpl
All Implemented Interfaces:
Serializable, ColumnRelationship

public class ColumnRelationshipImpl
extends Object
implements ColumnRelationship

See Also:
Serialized Form

Constructor Summary
ColumnRelationshipImpl(Table targetTable)
           
ColumnRelationshipImpl(TableId targetTableId, ColumnLocalId targetColumnId)
           
 
Method Summary
 boolean equals(Object obj)
           
 ColumnLocalId getTargetColumnId()
           
 TableId getTargetTableId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnRelationshipImpl

public ColumnRelationshipImpl(TableId targetTableId,
                              ColumnLocalId targetColumnId)

ColumnRelationshipImpl

public ColumnRelationshipImpl(Table targetTable)
Method Detail

getTargetTableId

public TableId getTargetTableId()
Specified by:
getTargetTableId in interface ColumnRelationship

getTargetColumnId

public ColumnLocalId getTargetColumnId()
Specified by:
getTargetColumnId in interface ColumnRelationship

hashCode

public int hashCode()
Specified by:
hashCode in interface ColumnRelationship
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Specified by:
equals in interface ColumnRelationship
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.