LumiSoft.Data
Class DataColumn

java.lang.Object
  extended by LumiSoft.Data.DataColumn

public class DataColumn
extends java.lang.Object


Method Summary
 java.lang.String getColumnName()
          Gets the name of the column.
 java.lang.Class getDataType()
          Gets or sets the type of data stored in the column.
 java.lang.Object getDefaultValue()
          Gets the default value for the column when creating new rows.
 DataTable getTable()
          Gets the DataTable to which the column belongs to.
 void setDefaultValue(java.lang.Object value)
          Sets the default value for the column when creating new rows.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColumnName

public java.lang.String getColumnName()
Gets the name of the column.

Returns:

getDataType

public java.lang.Class getDataType()
Gets or sets the type of data stored in the column.

Returns:

getDefaultValue

public java.lang.Object getDefaultValue()
Gets the default value for the column when creating new rows.

Returns:

setDefaultValue

public void setDefaultValue(java.lang.Object value)
Sets the default value for the column when creating new rows.

Parameters:
value -

getTable

public DataTable getTable()
Gets the DataTable to which the column belongs to.

Returns: