gpl.fredy.sqltools
Class CreateTableRowObject

java.lang.Object
  extended by gpl.fredy.sqltools.CreateTableRowObject

public class CreateTableRowObject
extends java.lang.Object


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

CreateTableRowObject

public CreateTableRowObject()

CreateTableRowObject

public CreateTableRowObject(java.util.Vector v)
Method Detail

getVector

public java.util.Vector getVector()

setVector

public void setVector(java.util.Vector v)

getCheckConstraint

public java.lang.String getCheckConstraint()
Getter for property checkConstraint.

Returns:
Value of property checkConstraint.

setCheckConstraint

public void setCheckConstraint(java.lang.String checkConstraint)
Setter for property checkConstraint.

Parameters:
checkConstraint - New value of property checkConstraint.

getDefaultValue

public java.lang.String getDefaultValue()
Getter for property defaultValue.

Returns:
Value of property defaultValue.

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Setter for property defaultValue.

Parameters:
defaultValue - New value of property defaultValue.

getIndex

public java.lang.String getIndex()
Getter for property index.

Returns:
Value of property index.

setIndex

public void setIndex(java.lang.String index)
Setter for property index.

Parameters:
index - New value of property index.

getLength

public int getLength()
Getter for property length.

Returns:
Value of property length.

setLength

public void setLength(int length)
Setter for property length.

Parameters:
length - New value of property length.

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

isNotNull

public boolean isNotNull()
Getter for property notNull.

Returns:
Value of property notNull.

setNotNull

public void setNotNull(boolean notNull)
Setter for property notNull.

Parameters:
notNull - New value of property notNull.

isPrimaryKey

public boolean isPrimaryKey()
Getter for property primaryKey.

Returns:
Value of property primaryKey.

setPrimaryKey

public void setPrimaryKey(boolean primaryKey)
Setter for property primaryKey.

Parameters:
primaryKey - New value of property primaryKey.

getReferences

public java.lang.String getReferences()
Getter for property references.

Returns:
Value of property references.

setReferences

public void setReferences(java.lang.String references)
Setter for property references.

Parameters:
references - New value of property references.

getType

public java.lang.String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(java.lang.String type)
Setter for property type.

Parameters:
type - New value of property type.