org.gcube.data.analysis.tabulardata.api.importer
Class ImportResult

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.api.importer.ImportResult

public class ImportResult
extends Object


Constructor Summary
ImportResult(long tableId)
           
 
Method Summary
 String getDescription()
           
 long getOutputTableId()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportResult

public ImportResult(long tableId)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getOutputTableId

public long getOutputTableId()


Copyright © 2013. All Rights Reserved.