public class Setting extends Object
| Constructor and Description |
|---|
Setting(String name,
String scriptPlace,
String type,
String id,
boolean required,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addScriptPlace(String place) |
String |
getId() |
String |
getName() |
boolean |
getRequired() |
ArrayList<String> |
getScriptPlaces() |
String |
getType() |
String |
getValue() |
void |
setScriptPlace(ArrayList<String> scriptPlaces) |
public Setting(String name, String scriptPlace, String type, String id, boolean required, String value)
name - Name of the settingscriptPlace - Allowed places for scriptstype - Type of taskvalue - Value of settingid - Id of certain taskrequired - Boolean to specify the explicit need for a certain extension keyCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.