public class CollectorReport extends Object
| Constructor and Description |
|---|
CollectorReport() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectedItems() |
GenericInfos |
getGenericInformations() |
ArrayList<CatalogueReport> |
getPublisherReports() |
String |
getSource() |
void |
setCollectedItems(long collectedItems) |
void |
setGenericInformations(GenericInfos genericInformations) |
void |
setPublisherReports(ArrayList<CatalogueReport> publisherReports) |
void |
setSource(String source) |
public GenericInfos getGenericInformations()
public void setGenericInformations(GenericInfos genericInformations)
public String getSource()
public void setSource(String source)
public long getCollectedItems()
public void setCollectedItems(long collectedItems)
public ArrayList<CatalogueReport> getPublisherReports()
public void setPublisherReports(ArrayList<CatalogueReport> publisherReports)
Copyright © 2020. All Rights Reserved.