org.gcube.application.aquamaps.publisher.impl.model
Class FileSet

java.lang.Object
  extended by org.gcube.application.aquamaps.publisher.impl.model.CoverageDescriptor
      extended by org.gcube.application.aquamaps.publisher.impl.model.FileSet
All Implemented Interfaces:
Storable

public class FileSet
extends CoverageDescriptor
implements Storable


Constructor Summary
FileSet(List<File> files, CoverageDescriptor coverage, String storingPath, MetaInformations metainfo)
           
 
Method Summary
 List<File> getFiles()
           
 String getId()
           
 MetaInformations getMetaInfo()
           
 String[] getSpeciesIds()
           
 String getStoringPath()
           
 void setFiles(List<File> files)
           
 void setId(String id)
           
 void setSpeciesIds(String[] speciesIds)
           
 
Methods inherited from class org.gcube.application.aquamaps.publisher.impl.model.CoverageDescriptor
equals, getParameters, getTableId, hashCode, isCustomized, setCustomized, setParameters, setTableId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSet

public FileSet(List<File> files,
               CoverageDescriptor coverage,
               String storingPath,
               MetaInformations metainfo)
Method Detail

getId

public String getId()
Specified by:
getId in interface Storable
Returns:
the id

setId

public void setId(String id)
Specified by:
setId in interface Storable
Parameters:
id - the id to set

getFiles

public List<File> getFiles()
Returns:
the files

setFiles

public void setFiles(List<File> files)
Parameters:
files - the files to set

getMetaInfo

public MetaInformations getMetaInfo()
Returns:
the metaInfo

getStoringPath

public String getStoringPath()
Returns:
the storingPath

getSpeciesIds

public String[] getSpeciesIds()
Returns:
the speciesIds

setSpeciesIds

public void setSpeciesIds(String[] speciesIds)
Parameters:
speciesIds - the speciesIds to set


Copyright © 2013. All Rights Reserved.