public class FormVariable extends Object
| Constructor and Description |
|---|
FormVariable(String id,
String name,
VariableType type) |
public FormVariable(String id, String name, VariableType type)
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic VariableType getType()
public void setType(VariableType type)
type - the type to setCopyright © 2015 Suncode. All rights reserved.