org.seasar.tuigwaa.logic.functor
クラス RowUpdateProcedure

java.lang.Object
  拡張org.seasar.tuigwaa.logic.functor.RowUpdateProcedure
すべての実装インタフェース:
com.isenshi.util.functor.UnaryProcedure

public class RowUpdateProcedure
extends Object
implements com.isenshi.util.functor.UnaryProcedure


コンストラクタの概要
RowUpdateProcedure()
           
RowUpdateProcedure(String entityName, String daoName)
           
 
メソッドの概要
 String getEntityName()
           
 String getUpdateDaoName()
           
 void run(Object obj)
           
 void setEntityName(String entityName)
           
 void setUpdateDaoName(String updateDaoName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RowUpdateProcedure

public RowUpdateProcedure()

RowUpdateProcedure

public RowUpdateProcedure(String entityName,
                          String daoName)
メソッドの詳細

setUpdateDaoName

public void setUpdateDaoName(String updateDaoName)

getUpdateDaoName

public String getUpdateDaoName()

setEntityName

public void setEntityName(String entityName)

getEntityName

public String getEntityName()

run

public void run(Object obj)
定義:
インタフェース com.isenshi.util.functor.UnaryProcedure 内の run


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.