public class Report extends Object
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getData() |
String |
getDescription() |
String |
getFileName() |
Boolean |
getHasQuery() |
Long |
getId()
GETTERS AND SETTERS
|
String |
getName() |
ReportType |
getType() |
int |
hashCode() |
net.sf.jasperreports.engine.JasperReport |
newJasperReport() |
void |
setData(byte[] data) |
void |
setDescription(String description) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
void |
setHasQuery(Boolean hasQuery) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(ReportType type) |
String |
toString() |
public net.sf.jasperreports.engine.JasperReport newJasperReport()
public Long getId()
public String getName()
public void setName(String name)
public void setId(Long id)
public ReportType getType()
public void setType(ReportType type)
public byte[] getData()
public void setData(byte[] data)
public void setFile(File file) throws IOException
IOExceptionpublic String getFileName()
public void setFileName(String fileName)
public String getDescription()
public void setDescription(String description)
public Boolean getHasQuery()
public void setHasQuery(Boolean hasQuery)
Copyright © 2014 JDAL. All Rights Reserved.