Class TableColumn
java.lang.Object
de.julianweinelt.datacat.ui.editor.TableColumn
-
Constructor Summary
ConstructorsConstructorDescriptionTableColumn(String name, String type, Integer size, boolean primaryKey, boolean notNull, boolean autoIncrement) -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsDefinition(TableColumn other) getName()getSize()getType()booleanbooleanbooleanvoidsetAutoIncrement(boolean autoIncrement) voidvoidsetNotNull(boolean notNull) voidsetPrimaryKey(boolean primaryKey) voidvoid
-
Constructor Details
-
TableColumn
-
TableColumn
public TableColumn()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getSize
-
setSize
-
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
-