org.gcube.data.analysis.tabulardata.service.tabular
Class TabularResourceImpl

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceImpl
All Implemented Interfaces:
org.gcube.data.analysis.tabulardata.service.tabular.TabularResource

public class TabularResourceImpl
extends Object
implements org.gcube.data.analysis.tabulardata.service.tabular.TabularResource


Constructor Summary
TabularResourceImpl()
           
TabularResourceImpl(List<org.gcube.data.analysis.tabulardata.service.tabular.HistoryStep> history, Map<String,Object> metadata)
           
TabularResourceImpl(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource copy)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<org.gcube.data.analysis.tabulardata.service.tabular.HistoryStep> getHistory()
           
 org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId getId()
           
 Map<String,Object> getMetadata()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabularResourceImpl

public TabularResourceImpl(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource copy)

TabularResourceImpl

public TabularResourceImpl()

TabularResourceImpl

public TabularResourceImpl(List<org.gcube.data.analysis.tabulardata.service.tabular.HistoryStep> history,
                           Map<String,Object> metadata)
Method Detail

getId

public org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId getId()
Specified by:
getId in interface org.gcube.data.analysis.tabulardata.service.tabular.TabularResource

getHistory

public List<org.gcube.data.analysis.tabulardata.service.tabular.HistoryStep> getHistory()
Specified by:
getHistory in interface org.gcube.data.analysis.tabulardata.service.tabular.TabularResource

getMetadata

public Map<String,Object> getMetadata()
Specified by:
getMetadata in interface org.gcube.data.analysis.tabulardata.service.tabular.TabularResource

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.