|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jasper.business.JasperReport
public class JasperReport
This is the business class for the object JasperReport
Constructor Summary | |
---|---|
JasperReport()
|
Method Summary | |
---|---|
void |
addFileFormat(java.lang.String strFileFormat)
Adds a file format |
void |
addFileFormats(java.util.ArrayList<java.lang.String> listFileFormat)
Adds a file format |
java.sql.Timestamp |
getDateModification()
Returns the Date of the last Modification |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getFileFolder()
|
java.util.ArrayList<java.lang.String> |
getFileFormats()
|
int |
getIdReport()
Returns the IdReport |
java.lang.String |
getPool()
|
java.lang.String |
getUrl()
Returns the Url of the jasper file |
void |
setDateModification(java.sql.Timestamp dateModification)
Sets the Date of the last Modification |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setFileFolder(java.lang.String strFileFolder)
|
void |
setIdReport(int nIdReport)
Sets the IdReport |
void |
setPool(java.lang.String strPool)
Sets the Description |
void |
setUrl(java.lang.String strUrl)
Sets the Url of the jasper file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JasperReport()
Method Detail |
---|
public int getIdReport()
public void setIdReport(int nIdReport)
nIdReport
- The IdReportpublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.lang.String getFileFolder()
public void setFileFolder(java.lang.String strFileFolder)
public java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- The urlpublic java.lang.String getPool()
public void setPool(java.lang.String strPool)
strDescription
- The Descriptionpublic java.sql.Timestamp getDateModification()
public void setDateModification(java.sql.Timestamp dateModification)
dateModification
- The Date of the last Modificationpublic void addFileFormat(java.lang.String strFileFormat)
strFileFormat
- A file format chosenpublic void addFileFormats(java.util.ArrayList<java.lang.String> listFileFormat)
listFileFormat
- A file formats listpublic java.util.ArrayList<java.lang.String> getFileFormats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |