public class Report extends Object
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
Integer |
getId() |
String |
getName() |
Organization |
getOrganization() |
Long |
getProcessingTime() |
Date |
getReportDate() |
String |
getReportMime() |
String |
getReportXML() |
Date |
getStartDate() |
void |
setEndDate(Date endDate) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOrganization(Organization organization) |
void |
setProcessingTime(Long processingTime) |
void |
setReportDate(Date reportDate) |
void |
setReportMime(String reportMime) |
void |
setReportXML(String reportXML) |
void |
setStartDate(Date startDate) |
public Integer getId()
public void setId(Integer id)
public Date getReportDate()
public void setReportDate(Date reportDate)
public Long getProcessingTime()
public void setProcessingTime(Long processingTime)
public Organization getOrganization()
public void setOrganization(Organization organization)
public String getReportXML()
public void setReportXML(String reportXML)
reportXML - the reportXML to setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the startDate to setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the endDate to setpublic String getReportMime()
public void setReportMime(String reportMime)
reportMime - the reportMime to setpublic String getName()
public void setName(String name)
name - the name to setCopyright © 2016. All rights reserved.