|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biomage.tools.generate_er.DataColumn
| Constructor Summary | |
DataColumn()
Description: Constructor for the DataColumn object. |
|
| Method Summary | |
java.lang.String |
getCanBeNull()
Description: get if this column can have null as a value |
java.lang.String |
getComment()
Description: get the comment of the column |
java.util.Vector |
getEnumVector()
Description: get all enumeration values |
java.lang.String |
getFullName()
Description: get the full name of the column |
java.lang.String |
getName()
Description: get teh name of the column |
java.lang.String |
getType()
Description: get the type of the column |
void |
setCanBeNull(java.lang.String myNull)
Description: set the canBeNull field of this column |
void |
setComment(java.lang.String myComment)
Description: set the Comment of this column |
void |
setEnumVector(java.util.Vector vec)
Description: set the all enum values |
void |
setFullName(java.lang.String myFullName)
Description: set the full name of this column |
void |
setName(java.lang.String myName)
Description: set the name of this column |
void |
setType(java.lang.String myData)
Description: set the Type of this column |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataColumn()
| Method Detail |
public java.lang.String getName()
public java.lang.String getFullName()
public java.lang.String getType()
public java.lang.String getComment()
public java.lang.String getCanBeNull()
public java.util.Vector getEnumVector()
public void setName(java.lang.String myName)
myName - name of the column
public void setFullName(java.lang.String myFullName)
myFullName - the full name of the column
public void setType(java.lang.String myData)
myData - the type of the column
public void setComment(java.lang.String myComment)
myComment - the Comment of the column
public void setCanBeNull(java.lang.String myNull)
myNull - if the column cacn be null
public void setEnumVector(java.util.Vector vec)
vec - the vector holding all enum values
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||