Package org.dashbuilder.external.model
Class ComponentParameter
- java.lang.Object
-
- org.dashbuilder.external.model.ComponentParameter
-
@Portable public class ComponentParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentParameter()ComponentParameter(String name, String type, String category, String defaultValue, String label, List<String> comboValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()List<String>getComboValues()StringgetDefaultValue()StringgetLabel()StringgetName()StringgetType()booleanisMandatory()voidsetCategory(String category)voidsetComboValues(List<String> comboValues)voidsetDefaultValue(String defaultValue)voidsetLabel(String label)voidsetMandatory(boolean mandatory)voidsetName(String name)voidsetType(String type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
isMandatory
public boolean isMandatory()
-
setMandatory
public void setMandatory(boolean mandatory)
-
-