|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enableit.db.darrt.beans
Class Column

java.lang.Objectorg.enableit.db.darrt.beans.Column
- public class Column
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
colName
|
private java.lang.String |
colType
|
private java.lang.String |
description
|
private boolean |
nullable
|
private boolean |
primaryKey
|
| Constructor Summary | |
Column()
|
|
| Method Summary | |
java.lang.String |
getColName()
|
java.lang.String |
getColType()
|
java.lang.String |
getDescription()
|
boolean |
isNullable()
|
boolean |
isPrimaryKey()
|
void |
setColName(java.lang.String newColName)
|
void |
setColType(java.lang.String newColType)
|
void |
setDescription(java.lang.String newDescription)
|
void |
setNullable(boolean newNullable)
|
void |
setPrimaryKey(boolean newPrimaryKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
description
private java.lang.String description
colName
private java.lang.String colName
colType
private java.lang.String colType
nullable
private boolean nullable
primaryKey
private boolean primaryKey
| Constructor Detail |
Column
public Column()
| Method Detail |
getDescription
public java.lang.String getDescription()
getColName
public java.lang.String getColName()
getColType
public java.lang.String getColType()
isNullable
public boolean isNullable()
isPrimaryKey
public boolean isPrimaryKey()
setDescription
public void setDescription(java.lang.String newDescription)
setColName
public void setColName(java.lang.String newColName)
setColType
public void setColType(java.lang.String newColType)
setNullable
public void setNullable(boolean newNullable)
setPrimaryKey
public void setPrimaryKey(boolean newPrimaryKey)
|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.enableit.db.darrt.beans.Column