com.finalist.tools.database
Class ColumnBean

java.lang.Object
  extended bycom.finalist.tools.database.ColumnBean
All Implemented Interfaces:
java.io.Serializable

public class ColumnBean
extends java.lang.Object
implements java.io.Serializable

Author:
hillebrand
See Also:
Serialized Form

Constructor Summary
ColumnBean()
          Creates new ColumnBean
ColumnBean(java.lang.String name, java.lang.String javaType)
          Creates new ColumnBean
 
Method Summary
 java.lang.String getJavaType()
          Getter for property javaType.
 java.lang.String getName()
          Getter for property nam.
 int getPrecision()
          Getter for property precision.
 int getScale()
          Getter for property scale.
 java.lang.String getSqlType()
          Getter for property type.
 void setJavaType(java.lang.String javaType)
          Setter for property javaType.
 void setName(java.lang.String name)
          Setter for property nam.
 void setPrecision(int precision)
          Setter for property precision.
 void setScale(int scale)
          Setter for property scale.
 void setSqlType(java.lang.String sqlType)
          Setter for property type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnBean

public ColumnBean()
Creates new ColumnBean


ColumnBean

public ColumnBean(java.lang.String name,
                  java.lang.String javaType)
Creates new ColumnBean

Method Detail

getName

public java.lang.String getName()
Getter for property nam.

Returns:
Value of property nam.

setName

public void setName(java.lang.String name)
Setter for property nam.


getSqlType

public java.lang.String getSqlType()
Getter for property type.

Returns:
Value of property type.

setSqlType

public void setSqlType(java.lang.String sqlType)
Setter for property type.


getScale

public int getScale()
Getter for property scale.

Returns:
Value of property scale.

setScale

public void setScale(int scale)
Setter for property scale.

Parameters:
scale - New value of property scale.

getPrecision

public int getPrecision()
Getter for property precision.

Returns:
Value of property precision.

setPrecision

public void setPrecision(int precision)
Setter for property precision.

Parameters:
precision - New value of property precision.

getJavaType

public java.lang.String getJavaType()
Getter for property javaType.

Returns:
Value of property javaType.

setJavaType

public void setJavaType(java.lang.String javaType)
Setter for property javaType.

Parameters:
javaType - New value of property javaType.


Copyright © 2003-2004 SourceForge. All Rights Reserved.