|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.schema.DefaultColumn
Add description HERE!
| Field Summary |
| Fields inherited from interface com.cyclops.dbdigger.schema.Column |
EMPTY_ARRAY |
| Constructor Summary | |
DefaultColumn()
|
|
| Method Summary | |
DBType |
getDBType()
Method getDbtype() |
String |
getDefaultValue()
Override method getDefaultValue() in super class |
String |
getDescription()
Override method getDescription() of super class |
String |
getJavaPropertyName()
Override method getJavaPropertyName() in super class |
String |
getName()
Override method getName() in super class |
int |
getSize()
Method getSize() |
Table |
getTable()
Override method getTable() in super class |
String |
getType()
Method getType() |
boolean |
hasDefaultValue()
Override method hasDefaultValue() in super class |
boolean |
isPrimaryKey()
Override method isPrimaryKey() in super class |
boolean |
isRequired()
Override method isRequired() in super class |
void |
setDBType(DBType atype)
Method setDbtype() |
void |
setDefaultValue(String string)
Method setDefaultValue() in class DefaultColumn |
void |
setDescription(String string)
Method setDescription() |
void |
setJavaPropertyName(String string)
Method setJavaPropertyName() in class DefaultColumn |
void |
setName(String string)
Method setName() in class DefaultColumn |
void |
setPrimaryKey(boolean b)
Method setPrimaryKey() in class DefaultColumn |
void |
setRequired(boolean b)
Method setRequired() in class DefaultColumn |
void |
setSize(int i)
Method setSize() |
void |
setTable(Table atable)
Method setTable() in class DefaultColumn |
void |
setType(String string)
Method setType() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultColumn()
| Method Detail |
public DBType getDBType()
getDBType in interface Columnpublic String getDefaultValue()
getDefaultValue in interface ColumnColumn.getDefaultValue()public String getDescription()
getDescription in interface ColumnColumn.getDescription()public String getJavaPropertyName()
getJavaPropertyName in interface ColumnColumn.getJavaPropertyName()public String getName()
getName in interface ColumnColumn.getName()public int getSize()
public Table getTable()
getTable in interface ColumnColumn.getTable()public String getType()
public boolean hasDefaultValue()
hasDefaultValue in interface ColumnColumn.hasDefaultValue()public boolean isPrimaryKey()
isPrimaryKey in interface ColumnColumn.isPrimaryKey()public boolean isRequired()
isRequired in interface ColumnColumn.isRequired()public void setDBType(DBType atype)
atype - DBType objectpublic void setDefaultValue(String string)
string - Default value of this columnpublic void setDescription(String string)
string - Description of this columnpublic void setJavaPropertyName(String string)
string - Java property namepublic void setName(String string)
string - Name of this columnpublic void setPrimaryKey(boolean b)
b - Is this column primary keypublic void setRequired(boolean b)
b - Is this column requiredpublic void setSize(int i)
i - Size of this columnpublic void setTable(Table atable)
atable - Table object of this columnpublic void setType(String string)
string - Type name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||