org.gcube.data.analysis.tabulardata.model.relationship
Class ColumnRelationshipImpl
java.lang.Object
org.gcube.data.analysis.tabulardata.model.relationship.ColumnRelationshipImpl
- All Implemented Interfaces:
- Serializable, ColumnRelationship
public class ColumnRelationshipImpl
- extends Object
- implements ColumnRelationship
- See Also:
- Serialized Form
ColumnRelationshipImpl
public ColumnRelationshipImpl(TableReference targetTableRef,
boolean isChildParent)
ColumnRelationshipImpl
public ColumnRelationshipImpl(TableReference targetTableRef)
ColumnRelationshipImpl
public ColumnRelationshipImpl(ColumnReference targetPKRef,
boolean isChildParent)
ColumnRelationshipImpl
public ColumnRelationshipImpl(ColumnReference targetPKRef)
isChildParentRelationship
public boolean isChildParentRelationship()
- Specified by:
isChildParentRelationship in interface ColumnRelationship
getTargetTableRef
public TableReference getTargetTableRef()
- Specified by:
getTargetTableRef in interface ColumnRelationship
getTargetPKRef
public ColumnReference getTargetPKRef()
- Specified by:
getTargetPKRef in interface ColumnRelationship
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.