org.gcube.data.analysis.tabulardata.model.metadata.table
Class ExportMetadata

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.metadata.table.ExportMetadata
All Implemented Interfaces:
Serializable, org.gcube.data.analysis.tabulardata.metadata.Metadata, CubeMetadata, TableMetadata

public class ExportMetadata
extends Object
implements TableMetadata

See Also:
Serialized Form

Constructor Summary
ExportMetadata(String destinationType, String url, Date exportDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDestinationType()
           
 Date getExportDate()
           
 String getUri()
           
 int hashCode()
           
 boolean isInheritable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportMetadata

public ExportMetadata(String destinationType,
                      String url,
                      Date exportDate)
Method Detail

getDestinationType

public String getDestinationType()

getUri

public String getUri()

getExportDate

public Date getExportDate()

isInheritable

public boolean isInheritable()
Specified by:
isInheritable in interface CubeMetadata

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.