org.seasar.extension.dataset.impl
クラス DataRowImpl
java.lang.Object
org.seasar.extension.dataset.impl.DataRowImpl
- すべての実装インタフェース:
- DataRow
- public class DataRowImpl
- extends Object
- implements DataRow
- 作成者:
- higa
DataRowImpl
public DataRowImpl(DataTable table)
getValue
public Object getValue(int index)
- 定義:
- インタフェース
DataRow
内の getValue
- 関連項目:
DataRow.getValue(int)
getValue
public Object getValue(String columnName)
throws ColumnNotFoundRuntimeException
- 定義:
- インタフェース
DataRow
内の getValue
- 例外:
ColumnNotFoundRuntimeException
- 関連項目:
DataRow.getValue(java.lang.String)
setValue
public void setValue(String columnName,
Object value)
throws ColumnNotFoundRuntimeException
- 定義:
- インタフェース
DataRow
内の setValue
- 例外:
ColumnNotFoundRuntimeException
- 関連項目:
DataRow.setValue(java.lang.String,
java.lang.Object)
setValue
public void setValue(int index,
Object value)
- 定義:
- インタフェース
DataRow
内の setValue
- 関連項目:
DataRow.setValue(int, java.lang.Object)
remove
public void remove()
- 定義:
- インタフェース
DataRow
内の remove
- 関連項目:
DataRow.remove()
getTable
public DataTable getTable()
- 定義:
- インタフェース
DataRow
内の getTable
- 関連項目:
DataRow.getTable()
getState
public RowState getState()
- 定義:
- インタフェース
DataRow
内の getState
- 関連項目:
DataRow.getState()
setState
public void setState(RowState state)
- 定義:
- インタフェース
DataRow
内の setState
- 関連項目:
DataRow.setState(org.seasar.extension.dataset.RowState)
toString
public String toString()
equals
public boolean equals(Object o)
copyFrom
public void copyFrom(Object source)
- 定義:
- インタフェース
DataRow
内の copyFrom
- 関連項目:
DataRow.copyFrom(java.lang.Object)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.