|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.DataColumn
public class 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()
- Returns:
- return teh name of the column
public java.lang.String getFullName()
- Returns:
- return teh full name of the column
public java.lang.String getType()
- Returns:
- return the type of the column
public java.lang.String getComment()
- Returns:
- return the comment of the column
public java.lang.String getCanBeNull()
- Returns:
- true if this column can be null
false if this column can not be null
public java.util.Vector getEnumVector()
- Returns:
- return all enumeration values
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 |