org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter
Class TabularParameter

java.lang.Object
  extended by org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
      extended by org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.TabularParameter
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class TabularParameter
extends Parameter
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
ceras

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
Parameter.ParameterTypology
 
Constructor Summary
TabularParameter()
           
TabularParameter(String name, String description)
           
 
Method Summary
 void addTemplate(String template)
           
 String getTableName()
           
 List<String> getTemplates()
           
 String getValue()
           
 void setTableName(String tableName)
           
 void setTemplates(List<String> templates)
           
 void setValue(String value)
           
 
Methods inherited from class org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.Parameter
getDescription, getName, getTypology, isColumn, isColumnList, isEnum, isFile, isList, isObject, isTabular, setDescription, setName, setTypology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularParameter

public TabularParameter()

TabularParameter

public TabularParameter(String name,
                        String description)
Parameters:
defaultValue -
value -
Method Detail

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set

getTableName

public String getTableName()
Returns:
the tableName

setValue

public void setValue(String value)
Specified by:
setValue in class Parameter

setTemplates

public void setTemplates(List<String> templates)
Parameters:
templates - the templates to set

getTemplates

public List<String> getTemplates()
Returns:
the templates

addTemplate

public void addTemplate(String template)

getValue

public String getValue()
Specified by:
getValue in class Parameter


Copyright © 2014. All Rights Reserved.