Class CatalogueReport
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.model.reports.CatalogueReport
-
public class CatalogueReport extends Object
-
-
Constructor Summary
Constructors Constructor Description CatalogueReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericInfosgetGenericInformations()ArrayList<org.gcube.data.publishing.gCatFeeder.catalogues.model.PublishReport>getPublishedRecords()voidsetGenericInformations(GenericInfos genericInformations)voidsetPublishedRecords(ArrayList<org.gcube.data.publishing.gCatFeeder.catalogues.model.PublishReport> publishedRecords)
-
-
-
Method Detail
-
getGenericInformations
public GenericInfos getGenericInformations()
-
setGenericInformations
public void setGenericInformations(GenericInfos genericInformations)
-
getPublishedRecords
public ArrayList<org.gcube.data.publishing.gCatFeeder.catalogues.model.PublishReport> getPublishedRecords()
-
setPublishedRecords
public void setPublishedRecords(ArrayList<org.gcube.data.publishing.gCatFeeder.catalogues.model.PublishReport> publishedRecords)
-
-