org.seasar.extension.dataset
インタフェース DataRow

既知の実装クラスの一覧:
DataRowImpl

public interface DataRow

作成者:
higa

メソッドの概要
 void copyFrom(Object source)
           
 RowState getState()
           
 DataTable getTable()
           
 Object getValue(int index)
           
 Object getValue(String columnName)
           
 void remove()
           
 void setState(RowState rowState)
           
 void setValue(int index, Object value)
           
 void setValue(String columnName, Object value)
           
 

メソッドの詳細

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.