org.seasar.tuigwaa.logic
クラス TgwLogic

java.lang.Object
  拡張org.seasar.tuigwaa.logic.TgwLogic

public class TgwLogic
extends Object


コンストラクタの概要
TgwLogic()
           
TgwLogic(String name, TgwEvent event, TgwFunction function)
           
 
メソッドの概要
 TgwEvent getEvent()
           
 TgwFunction getFunction()
           
 String getName()
           
 void setEvent(TgwEvent event)
           
 void setFunction(TgwFunction function)
           
 void setName(String name)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TgwLogic

public TgwLogic()

TgwLogic

public TgwLogic(String name,
                TgwEvent event,
                TgwFunction function)
メソッドの詳細

setName

public void setName(String name)

getName

public String getName()

setEvent

public void setEvent(TgwEvent event)

getEvent

public TgwEvent getEvent()

setFunction

public void setFunction(TgwFunction function)

getFunction

public TgwFunction getFunction()


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