public class NotifReportData extends BasePOJO
Constructor and Description |
---|
NotifReportData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
The content type of the report file
|
byte[] |
getFileData()
The data of the report file
|
java.lang.String |
getFileName()
The report file name
|
void |
setContentType(java.lang.String pContentType)
The content type of the report file
|
void |
setFileData(byte[] pFileData)
The data of the report
|
void |
setFileName(java.lang.String pFileName)
Sets the report file name
|
public void setFileName(java.lang.String pFileName)
pFileName
- The report file namepublic java.lang.String getFileName()
public void setContentType(java.lang.String pContentType)
pContentType
- The content type of the report filepublic java.lang.String getContentType()
public void setFileData(byte[] pFileData)
pFileData
- The data of the report filepublic byte[] getFileData()