Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db.darrt.beans
Class Column  view Column download Column.java

java.lang.Object
  extended byorg.enableit.db.darrt.beans.Column

public class Column
extends java.lang.Object


Field Summary
private  java.lang.String colName
           
private  java.lang.String colType
           
private  java.lang.String description
           
private  boolean nullable
           
private  boolean primaryKey
           
 
Constructor Summary
Column()
           
 
Method Summary
 java.lang.String getColName()
           
 java.lang.String getColType()
           
 java.lang.String getDescription()
           
 boolean isNullable()
           
 boolean isPrimaryKey()
           
 void setColName(java.lang.String newColName)
           
 void setColType(java.lang.String newColType)
           
 void setDescription(java.lang.String newDescription)
           
 void setNullable(boolean newNullable)
           
 void setPrimaryKey(boolean newPrimaryKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

private java.lang.String description

colName

private java.lang.String colName

colType

private java.lang.String colType

nullable

private boolean nullable

primaryKey

private boolean primaryKey
Constructor Detail

Column

public Column()
Method Detail

getDescription

public java.lang.String getDescription()

getColName

public java.lang.String getColName()

getColType

public java.lang.String getColType()

isNullable

public boolean isNullable()

isPrimaryKey

public boolean isPrimaryKey()

setDescription

public void setDescription(java.lang.String newDescription)

setColName

public void setColName(java.lang.String newColName)

setColType

public void setColType(java.lang.String newColType)

setNullable

public void setNullable(boolean newNullable)

setPrimaryKey

public void setPrimaryKey(boolean newPrimaryKey)