Class TableColumn

java.lang.Object
de.julianweinelt.datacat.ui.editor.TableColumn

public class TableColumn extends Object
  • Constructor Details

    • TableColumn

      public TableColumn(String name, String type, Integer size, boolean primaryKey, boolean notNull, boolean autoIncrement)
    • TableColumn

      public TableColumn()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSize

      public Integer getSize()
    • setSize

      public void setSize(Integer size)
    • isPrimaryKey

      public boolean isPrimaryKey()
    • setPrimaryKey

      public void setPrimaryKey(boolean primaryKey)
    • isNotNull

      public boolean isNotNull()
    • setNotNull

      public void setNotNull(boolean notNull)
    • isAutoIncrement

      public boolean isAutoIncrement()
    • setAutoIncrement

      public void setAutoIncrement(boolean autoIncrement)
    • equalsDefinition

      public boolean equalsDefinition(TableColumn other)