net.sourceforge.addam.ddlgen.generic
Class TableColumn
java.lang.Object
net.sourceforge.addam.ddlgen.generic.TableColumn
public class TableColumn
- extends Object
User: mkrishna
Date: Nov 15, 2004
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TableColumn
public TableColumn(String name,
String type,
String size,
String precision,
String defaultValue)
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.