public abstract class AbstractColumnConfig
extends java.lang.Object
Constructor and Description |
---|
AbstractColumnConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnDefinition()
Returns the column definition.
|
java.lang.String |
getName()
Returns the name.
|
java.lang.String |
getTable()
Returns the table.
|
boolean |
isInsertable() |
boolean |
isNullable() |
boolean |
isUnique() |
boolean |
isUpdatable() |
void |
setColumnDefinition(java.lang.String columnDefinition)
Sets the column definition.
|
void |
setInsertable(boolean isInsertable) |
void |
setName(java.lang.String name)
Sets the name.
|
void |
setNullable(boolean isNullable) |
void |
setTable(java.lang.String table)
Sets the table.
|
void |
setUnique(boolean isUnique) |
void |
setUpdatable(boolean isUpdatable) |
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isUnique()
public boolean isNullable()
public boolean isInsertable()
public boolean isUpdatable()
public void setUnique(boolean isUnique)
public void setNullable(boolean isNullable)
public void setInsertable(boolean isInsertable)
public void setUpdatable(boolean isUpdatable)
public java.lang.String getColumnDefinition()
public void setColumnDefinition(java.lang.String columnDefinition)
public java.lang.String getTable()
public void setTable(java.lang.String table)