Class TemplateVariableImpl
- java.lang.Object
-
- org.gcube.informationsystem.base.impl.ElementImpl
-
- org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
-
- org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
-
- All Implemented Interfaces:
Serializable,Element,PropertyElement,SchemaMixedElement,ModelElement,Property,TemplateVariable
public class TemplateVariableImpl extends PropertyElementImpl implements TemplateVariable
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdefaultValueprotected Stringdescriptionprotected Stringname-
Fields inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
additionalProperties, allowedAdditionalKeys, expectedtype, supertypes
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.properties.Property
NAME
-
Fields inherited from interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
NAME, VARIABLE_DEFAULT_VALUE_PROPERTY, VARIABLE_DESCRIPTION_PROPERTY, VARIABLE_NAME_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description TemplateVariableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()StringgetDescription()StringgetName()voidsetDefaultValue(String defaultValue)voidsetDescription(String description)voidsetName(String name)-
Methods inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, getExpectedtype, getSupertypes, setAdditionalProperties, setAdditionalProperty
-
Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
getTypeName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceTemplateVariable
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceTemplateVariable
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceTemplateVariable
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceTemplateVariable
-
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValuein interfaceTemplateVariable
-
setDefaultValue
public void setDefaultValue(String defaultValue)
- Specified by:
setDefaultValuein interfaceTemplateVariable
-
-