|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.schema.DefaultColumn
com.cyclops.dbdigger.schema.torque.TorqueColumn
| Field Summary |
| Fields inherited from interface com.cyclops.dbdigger.schema.Column |
EMPTY_ARRAY |
| Constructor Summary | |
TorqueColumn()
|
|
| Method Summary | |
Properties |
getProperties()
Method getProperties() |
String |
getType()
Override method getType() of super class |
DBTypeFactory |
getTypeFactory()
Method getTypeFactory() |
String |
getTypeName()
Method getTypeName() |
void |
setProperties(Properties aproperties)
Method setProperties() |
void |
setType(String atypeName)
Method setType() |
void |
setTypeFactory(DBTypeFactory factory)
Method setTypeFactory() |
void |
setTypeName(String string)
Method setTypeName() |
| Methods inherited from class com.cyclops.dbdigger.schema.DefaultColumn |
getDBType, getDefaultValue, getDescription, getJavaPropertyName, getName, getSize, getTable, hasDefaultValue, isPrimaryKey, isRequired, setDBType, setDefaultValue, setDescription, setJavaPropertyName, setName, setPrimaryKey, setRequired, setSize, setTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TorqueColumn()
| Method Detail |
public Properties getProperties()
public String getType()
getType in class DefaultColumncom.cyclops.dbdigger.schema.Column#getType()public DBTypeFactory getTypeFactory()
public String getTypeName()
public void setProperties(Properties aproperties)
aproperties - Column propertiespublic void setType(String atypeName)
setType in class DefaultColumnatypeName - Name of typepublic void setTypeFactory(DBTypeFactory factory)
factory - type factory objectpublic void setTypeName(String string)
string - Name of type
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||