jp.terasoluna.fw.ex.unit.mock
クラス DaoParam

java.lang.Object
  上位を拡張 jp.terasoluna.fw.ex.unit.mock.DaoParam

public class DaoParam
extends Object

DAOメソッド実行時のパラメータクラス。


コンストラクタの概要
DaoParam(String sqlId, Object bindParams)
           
DaoParam(String sqlId, Object bindParams, Class<?> clazz)
           
DaoParam(String sqlId, Object bindParams, Class<?> clazz, int beginIndex, int maxCount)
           
DaoParam(String sqlId, Object bindParams, int beginIndex, int maxCount)
           
 
メソッドの概要
 int getBeginIndex()
           
 Object getBindParams()
           
 Class<?> getClazz()
           
 int getMaxCount()
           
 String getMethodName()
           
 String getSqlId()
           
 void setBeginIndex(int beginIndex)
           
 void setBindParams(Object bindParams)
           
 void setClazz(Class<?> clazz)
           
 void setMaxCount(int maxCount)
           
 void setMethodName(String methodName)
           
 void setSqlId(String sqlId)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DaoParam

public DaoParam(String sqlId,
                Object bindParams)

DaoParam

public DaoParam(String sqlId,
                Object bindParams,
                Class<?> clazz)

DaoParam

public DaoParam(String sqlId,
                Object bindParams,
                int beginIndex,
                int maxCount)

DaoParam

public DaoParam(String sqlId,
                Object bindParams,
                Class<?> clazz,
                int beginIndex,
                int maxCount)
メソッドの詳細

getSqlId

public String getSqlId()

setSqlId

public void setSqlId(String sqlId)

getBindParams

public Object getBindParams()

setBindParams

public void setBindParams(Object bindParams)

getClazz

public Class<?> getClazz()

setClazz

public void setClazz(Class<?> clazz)

getBeginIndex

public int getBeginIndex()

setBeginIndex

public void setBeginIndex(int beginIndex)

getMaxCount

public int getMaxCount()

setMaxCount

public void setMaxCount(int maxCount)

setMethodName

public void setMethodName(String methodName)

getMethodName

public String getMethodName()

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2011. All Rights Reserved.