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(DataTable table)
           
 
メソッドの概要
 void copyFrom(Object source)
           
 boolean equals(Object o)
           
 RowState getState()
           
 DataTable getTable()
           
 Object getValue(int index)
           
 Object getValue(String columnName)
           
 void remove()
           
 void setState(RowState state)
           
 void setValue(int index, Object value)
           
 void setValue(String columnName, Object value)
           
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.