org.gcube.data.analysis.tabulardata.model.relationship
Interface ColumnRelationship

All Superinterfaces:
Serializable
All Known Subinterfaces:
TableRelationship
All Known Implementing Classes:
ColumnRelationshipImpl, TableRelationshipImpl

public interface ColumnRelationship
extends Serializable


Method Summary
 boolean equals(Object obj)
           
 ColumnLocalId getTargetColumnId()
           
 TableId getTargetTableId()
           
 int hashCode()
           
 

Method Detail

getTargetTableId

TableId getTargetTableId()

getTargetColumnId

ColumnLocalId getTargetColumnId()

hashCode

int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.