jdbcadmin.core.data
Class Column
java.lang.Object
jdbcadmin.core.data.Column
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class Column
- extends java.lang.Object
- implements java.lang.Comparable, java.io.Serializable
Represents a table column.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Column
public Column()
toString
public java.lang.String toString()
-
compareTo
public int compareTo(java.lang.Object aObj)
-
- Specified by:
compareTo
in interface java.lang.Comparable
getDecimalDigits
public int getDecimalDigits()
- Returns:
- Returns the decimalDigits.
setDecimalDigits
public void setDecimalDigits(int aDecimalDigits)
- Parameters:
aDecimalDigits
- The decimalDigits to set.
isNullable
public boolean isNullable()
- Returns:
- Returns the isNullable.
setNullable
public void setNullable(boolean aIsNullable)
- Parameters:
aIsNullable
- The isNullable to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String aName)
- Parameters:
aName
- The name to set.
getSize
public int getSize()
- Returns:
- Returns the size.
setSize
public void setSize(int aSize)
- Parameters:
aSize
- The size to set.
getType
public int getType()
- Returns:
- Returns the type.
setType
public void setType(int aType)
- Parameters:
aType
- The type to set.
getTypeName
public java.lang.String getTypeName()
- Returns:
- Returns the typeName.
setTypeName
public void setTypeName(java.lang.String aTypeName)
- Parameters:
aTypeName
- The typeName to set.
Copyright © 2004-2005 Norsys. All Rights Reserved.