org.tinygroup.helloworld.component
Class HelloWorldComponent

java.lang.Object
  extended by org.tinygroup.helloworld.component.HelloWorldComponent
All Implemented Interfaces:
ComponentInterface

public class HelloWorldComponent
extends Object
implements ComponentInterface


Constructor Summary
HelloWorldComponent()
           
 
Method Summary
 void execute(org.tinygroup.context.Context context)
           
 String getName()
           
 String getResult()
           
 void setName(String name)
           
 void setResult(String result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldComponent

public HelloWorldComponent()
Method Detail

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)
Specified by:
execute in interface ComponentInterface


Copyright © 2006–2015 TinyGroup. All rights reserved.