public class FormVariable extends Object
| Constructor and Description |
|---|
FormVariable(String id,
String name,
VariableType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
VariableType |
getType() |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(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 © 2022 Suncode. All rights reserved.