org.seasar.extension.dataset.impl
クラス DataColumnImpl
java.lang.Object
org.seasar.extension.dataset.impl.DataColumnImpl
- すべての実装インタフェース:
- DataColumn
- public class DataColumnImpl
- extends Object
- implements DataColumn
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataColumnImpl
public DataColumnImpl(String columnName,
ColumnType columnType,
int columnIndex)
getColumnName
public String getColumnName()
- 定義:
- インタフェース
DataColumn
内の getColumnName
- 関連項目:
DataColumn.getColumnName()
setColumnName
public void setColumnName(String columnName)
getColumnType
public ColumnType getColumnType()
- 定義:
- インタフェース
DataColumn
内の getColumnType
- 関連項目:
DataColumn.getColumnType()
setColumnType
public void setColumnType(ColumnType columnType)
- 定義:
- インタフェース
DataColumn
内の setColumnType
- 関連項目:
DataColumn.setColumnType(org.seasar.extension.dataset.ColumnType)
getColumnIndex
public int getColumnIndex()
- 定義:
- インタフェース
DataColumn
内の getColumnIndex
- 関連項目:
DataColumn.getColumnIndex()
setColumnIndex
public void setColumnIndex(int columnIndex)
isPrimaryKey
public boolean isPrimaryKey()
- 定義:
- インタフェース
DataColumn
内の isPrimaryKey
- 関連項目:
DataColumn.isPrimaryKey()
setPrimaryKey
public void setPrimaryKey(boolean primaryKey)
- 定義:
- インタフェース
DataColumn
内の setPrimaryKey
- 関連項目:
DataColumn.setPrimaryKey(boolean)
isWritable
public boolean isWritable()
- 定義:
- インタフェース
DataColumn
内の isWritable
- 関連項目:
DataColumn.isWritable()
setWritable
public void setWritable(boolean writable)
- 定義:
- インタフェース
DataColumn
内の setWritable
- 関連項目:
DataColumn.setWritable(boolean)
getFormatPattern
public String getFormatPattern()
- 定義:
- インタフェース
DataColumn
内の getFormatPattern
- 関連項目:
DataColumn.getFormatPattern()
setFormatPattern
public void setFormatPattern(String formatPattern)
- 定義:
- インタフェース
DataColumn
内の setFormatPattern
- 関連項目:
DataColumn.setFormatPattern(java.lang.String)
convert
public Object convert(Object value)
- 定義:
- インタフェース
DataColumn
内の convert
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.