Package fr.becpg.repo.report.entity
Class EntityReportData
java.lang.Object
fr.becpg.repo.report.entity.EntityReportData
EntityReportData class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Set<EntityImageInfo>private Set<ReportableError>private org.dom4j.Element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldimages.getLogs()Getter for the fieldlogs.org.dom4j.ElementGetter for the fieldxmlDataSource.voidsetImages(Set<EntityImageInfo> images) Setter for the fieldimages.voidsetLogs(Set<ReportableError> logs) Setter for the fieldlogs.voidsetParameters(EntityReportParameters reportParameters) setParameters.voidsetXmlDataSource(org.dom4j.Element xmlDataSource) Setter for the fieldxmlDataSource.
-
Field Details
-
xmlDataSource
private org.dom4j.Element xmlDataSource -
images
-
logs
-
-
Constructor Details
-
EntityReportData
public EntityReportData()
-
-
Method Details
-
getXmlDataSource
public org.dom4j.Element getXmlDataSource()Getter for the field
xmlDataSource.- Returns:
- the xmlDataSource
-
setXmlDataSource
public void setXmlDataSource(org.dom4j.Element xmlDataSource) Setter for the field
xmlDataSource.- Parameters:
xmlDataSource- the xmlDataSource to set
-
getImages
Getter for the field
images.- Returns:
- a
Setobject
-
setImages
Setter for the field
images.- Parameters:
images- aSetobject
-
getLogs
Getter for the field
logs.- Returns:
- a
Setobject
-
setLogs
Setter for the field
logs.- Parameters:
logs- aSetobject
-
setParameters
setParameters.
- Parameters:
reportParameters- aEntityReportParametersobject.
-