|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.beans.Column
Constructor Summary | |
Column()
|
Method Summary | |
java.lang.String |
getColName()
Returns the value of field 'colName'. |
java.lang.String |
getColType()
Returns the value of field 'colType'. |
java.lang.String |
getDefault()
Returns the value of field 'default'. |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
org.enableit.db.beans.ForeignKey |
getForeignKey()
Returns the value of field 'foreignKey'. |
java.lang.String |
getNull()
Returns the value of field 'null'. |
java.lang.String |
getPrimaryKey()
Returns the value of field 'primaryKey'. |
java.lang.String |
getTableName()
Returns the value of field 'tableName'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setColName(java.lang.String colName)
Sets the value of field 'colName'. |
void |
setColType(java.lang.String colType)
Sets the value of field 'colType'. |
void |
setDefault(java.lang.String _default)
Sets the value of field 'default'. |
void |
setDescription(java.lang.String description)
Sets the value of field 'description'. |
void |
setForeignKey(org.enableit.db.beans.ForeignKey foreignKey)
Sets the value of field 'foreignKey'. |
void |
setNull(java.lang.String _null)
Sets the value of field 'null'. |
void |
setPrimaryKey(java.lang.String primaryKey)
Sets the value of field 'primaryKey'. |
void |
setTableName(java.lang.String tableName)
Sets the value of field 'tableName'. |
static org.enableit.db.beans.Column |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Column()
Method Detail |
public java.lang.String getColName()
public java.lang.String getColType()
public java.lang.String getDefault()
public java.lang.String getDescription()
public org.enableit.db.beans.ForeignKey getForeignKey()
public java.lang.String getNull()
public java.lang.String getPrimaryKey()
public java.lang.String getTableName()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setColName(java.lang.String colName)
colName
- the value of field 'colName'.public void setColType(java.lang.String colType)
colType
- the value of field 'colType'.public void setDefault(java.lang.String _default)
_default
- public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setForeignKey(org.enableit.db.beans.ForeignKey foreignKey)
foreignKey
- the value of field 'foreignKey'.public void setNull(java.lang.String _null)
_null
- public void setPrimaryKey(java.lang.String primaryKey)
primaryKey
- the value of field 'primaryKey'.public void setTableName(java.lang.String tableName)
tableName
- the value of field 'tableName'.public static org.enableit.db.beans.Column unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |