org.gcube.data.analysis.statisticalmanager.persistence.data
Class TabularOutput

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.persistence.data.Output
      extended by org.gcube.data.analysis.statisticalmanager.persistence.data.TabularOutput

public class TabularOutput
extends Output


Constructor Summary
TabularOutput()
           
TabularOutput(String tableId, String label)
           
 
Method Summary
 String getTableName()
           
 String getTableTemplate()
           
 OutputType getType()
           
 void setTableName(String tableName)
           
 void setTableTemplate(String tableTemplate)
           
 
Methods inherited from class org.gcube.data.analysis.statisticalmanager.persistence.data.Output
getComputation, getComputationId, setComputation, setComputationId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularOutput

public TabularOutput()

TabularOutput

public TabularOutput(String tableId,
                     String label)
Method Detail

getType

public OutputType getType()
Specified by:
getType in class Output

setTableName

public void setTableName(String tableName)

getTableName

public String getTableName()

setTableTemplate

public void setTableTemplate(String tableTemplate)

getTableTemplate

public String getTableTemplate()


Copyright © 2012. All Rights Reserved.