|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.sqltools.CreateTableRowObject
public class CreateTableRowObject
Constructor Summary | |
---|---|
CreateTableRowObject()
|
|
CreateTableRowObject(java.util.Vector v)
|
Method Summary | |
---|---|
java.lang.String |
getCheckConstraint()
Getter for property checkConstraint. |
java.lang.String |
getDefaultValue()
Getter for property defaultValue. |
java.lang.String |
getIndex()
Getter for property index. |
int |
getLength()
Getter for property length. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getReferences()
Getter for property references. |
java.lang.String |
getType()
Getter for property type. |
java.util.Vector |
getVector()
|
boolean |
isNotNull()
Getter for property notNull. |
boolean |
isPrimaryKey()
Getter for property primaryKey. |
void |
setCheckConstraint(java.lang.String checkConstraint)
Setter for property checkConstraint. |
void |
setDefaultValue(java.lang.String defaultValue)
Setter for property defaultValue. |
void |
setIndex(java.lang.String index)
Setter for property index. |
void |
setLength(int length)
Setter for property length. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setNotNull(boolean notNull)
Setter for property notNull. |
void |
setPrimaryKey(boolean primaryKey)
Setter for property primaryKey. |
void |
setReferences(java.lang.String references)
Setter for property references. |
void |
setType(java.lang.String type)
Setter for property type. |
void |
setVector(java.util.Vector v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateTableRowObject()
public CreateTableRowObject(java.util.Vector v)
Method Detail |
---|
public java.util.Vector getVector()
public void setVector(java.util.Vector v)
public java.lang.String getCheckConstraint()
public void setCheckConstraint(java.lang.String checkConstraint)
checkConstraint
- New value of property checkConstraint.public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- New value of property defaultValue.public java.lang.String getIndex()
public void setIndex(java.lang.String index)
index
- New value of property index.public int getLength()
public void setLength(int length)
length
- New value of property length.public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public boolean isNotNull()
public void setNotNull(boolean notNull)
notNull
- New value of property notNull.public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
primaryKey
- New value of property primaryKey.public java.lang.String getReferences()
public void setReferences(java.lang.String references)
references
- New value of property references.public java.lang.String getType()
public void setType(java.lang.String type)
type
- New value of property type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |