public class FormDefinition extends Object
FormController| Constructor and Description |
|---|
FormDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPath() |
ArrayList<FormSection> |
getSections() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSections(ArrayList<FormSection> sections) |
public ArrayList<FormSection> getSections()
public void setSections(ArrayList<FormSection> sections)
public String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
Copyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.