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

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

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


コンストラクタの概要
EmailSendProcedure()
           
EmailSendProcedure(String emailField, String pageName, String type)
           
 
メソッドの概要
 String getEmailField()
           
 String getPageName()
           
 String getType()
           
 void run(Object obj)
           
 void setEmailField(String emailField)
           
 void setPageName(String pageName)
           
 void setType(String type)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmailSendProcedure

public EmailSendProcedure()

EmailSendProcedure

public EmailSendProcedure(String emailField,
                          String pageName,
                          String type)
メソッドの詳細

getEmailField

public String getEmailField()

setEmailField

public void setEmailField(String emailField)

getPageName

public String getPageName()

setPageName

public void setPageName(String pageName)

getType

public String getType()

setType

public void setType(String type)

run

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


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