Class TMPluginFormField
- java.lang.Object
-
- org.gcube.resourcemanagement.support.shared.plugins.TMPluginFormField
-
- All Implemented Interfaces:
Serializable
public class TMPluginFormField extends Object implements Serializable
- Version:
- 1.0 Oct 2012
- Author:
- Massimiliano Assante, ISTI-CNR
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TMPluginFormField()TMPluginFormField(String label, String defaultValue, boolean required, boolean repeatable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()StringgetLabel()booleanisRepeatable()booleanisRequired()voidsetDefaultValue(String defaultValue)voidsetLabel(String label)voidsetRepeatable(boolean repeatable)voidsetRequired(boolean required)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
isRequired
public boolean isRequired()
-
setRequired
public void setRequired(boolean required)
-
isRepeatable
public boolean isRepeatable()
-
setRepeatable
public void setRepeatable(boolean repeatable)
-
-