org.tinygroup.helloworld.component
类 HelloWorldComponent

java.lang.Object
  继承者 org.tinygroup.helloworld.component.HelloWorldComponent
所有已实现的接口:
ComponentInterface

public class HelloWorldComponent
extends Object
implements ComponentInterface


构造方法摘要
HelloWorldComponent()
           
 
方法摘要
 void execute(org.tinygroup.context.Context context)
           
 String getName()
           
 String getResult()
           
 void setName(String name)
           
 void setResult(String result)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HelloWorldComponent

public HelloWorldComponent()
方法详细信息

getResult

public String getResult()

setResult

public void setResult(String result)

getName

public String getName()

setName

public void setName(String name)

execute

public void execute(org.tinygroup.context.Context context)
指定者:
接口 ComponentInterface 中的 execute


Copyright © 2006–2016 TinyGroup. All rights reserved.