net.sourceforge.addam.ddlgen.generic
Class TableColumn

java.lang.Object
  extended by net.sourceforge.addam.ddlgen.generic.TableColumn

public class TableColumn
extends Object

User: mkrishna Date: Nov 15, 2004


Field Summary
private  String defaultValue
           
private static List excludeInSize
           
private static List includeInPrecision
           
private  String name
           
private  String precision
           
private  String size
           
private  String type
           
 
Constructor Summary
TableColumn(String name, String type, String size, String precision, String defaultValue)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getName()
           
private  String getSpaces(int numberOfSpaces)
           
 String getTab()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

type

private String type

size

private String size

includeInPrecision

private static List includeInPrecision

excludeInSize

private static List excludeInSize

precision

private String precision

defaultValue

private String defaultValue
Constructor Detail

TableColumn

public TableColumn(String name,
                   String type,
                   String size,
                   String precision,
                   String defaultValue)
Method Detail

getName

public String getName()

getTab

public String getTab()

getDefaultValue

public String getDefaultValue()

getSpaces

private String getSpaces(int numberOfSpaces)

getDescription

public String getDescription()


Copyright © 2005-2006 ADDAM Project Team. All Rights Reserved.