org.seasar.extension.dataset
インタフェース DataRow
- 既知の実装クラスの一覧:
- DataRowImpl
- public interface DataRow
- 作成者:
- higa
getValue
public Object getValue(int index)
getValue
public Object getValue(String columnName)
throws ColumnNotFoundRuntimeException
- 例外:
ColumnNotFoundRuntimeException
setValue
public void setValue(int index,
Object value)
setValue
public void setValue(String columnName,
Object value)
throws ColumnNotFoundRuntimeException
- 例外:
ColumnNotFoundRuntimeException
remove
public void remove()
getTable
public DataTable getTable()
getState
public RowState getState()
setState
public void setState(RowState rowState)
copyFrom
public void copyFrom(Object source)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.