Class DataAncestorFKColumn

java.lang.Object
org.openforis.collect.relational.model.IdColumn<Node<?>>
org.openforis.collect.relational.model.DataAncestorFKColumn
All Implemented Interfaces:
Column<Node<?>>

public class DataAncestorFKColumn extends IdColumn<Node<?>>
Author:
S. Ricci
  • Method Details

    • isParentFKColumn

      public boolean isParentFKColumn()
    • getAncestorDefinitionId

      public int getAncestorDefinitionId()
    • getLevel

      public int getLevel()
    • getName

      public String getName()
      Specified by:
      getName in interface Column<T>
    • getType

      public RDBJdbcType getType()
      Specified by:
      getType in interface Column<T>
    • getLength

      public Integer getLength()
      Specified by:
      getLength in interface Column<T>
    • isNullable

      public boolean isNullable()
      Specified by:
      isNullable in interface Column<T>
    • toString

      public String toString()
      Overrides:
      toString in class Object