org.tinygroup.uiengine.config
Class MacroParameter

java.lang.Object
  extended by org.tinygroup.uiengine.config.MacroParameter

public class MacroParameter
extends Object

Author:
luoguo

Constructor Summary
MacroParameter()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getTitle()
           
 String getType()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroParameter

public MacroParameter()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()

setType

public void setType(String type)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2006–2015 TinyGroup. All rights reserved.