|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.cfg.AbstractColumnConfig
public abstract class AbstractColumnConfig
Base class for
Constructor Summary
AbstractColumnConfig()
Method Summary
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
AbstractColumnConfig
public AbstractColumnConfig()
Method Detail
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isUnique
public boolean isUnique()
isNullable
public boolean isNullable()
isInsertable
public boolean isInsertable()
isUpdatable
public boolean isUpdatable()
setUnique
public void setUnique(boolean isUnique)
setNullable
public void setNullable(boolean isNullable)
setInsertable
public void setInsertable(boolean isInsertable)
setUpdatable
public void setUpdatable(boolean isUpdatable)
getColumnDefinition
public java.lang.String getColumnDefinition()
setColumnDefinition
public void setColumnDefinition(java.lang.String columnDefinition)
getTable
public java.lang.String getTable()
setTable
public void setTable(java.lang.String table)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD