fr.paris.lutece.plugins.jasper.business
Class JasperReport

java.lang.Object
  extended by fr.paris.lutece.plugins.jasper.business.JasperReport

public class JasperReport
extends java.lang.Object

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

JasperReport

public JasperReport()
Method Detail

getIdReport

public int getIdReport()
Returns the IdReport

Returns:
The IdReport

setIdReport

public void setIdReport(int nIdReport)
Sets the IdReport

Parameters:
nIdReport - The IdReport

getDescription

public java.lang.String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getFileFolder

public java.lang.String getFileFolder()

setFileFolder

public void setFileFolder(java.lang.String strFileFolder)

getUrl

public java.lang.String getUrl()
Returns the Url of the jasper file

Returns:
The Url of the jasper file

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url of the jasper file

Parameters:
strUrl - The url

getPool

public java.lang.String getPool()

setPool

public void setPool(java.lang.String strPool)
Sets the Description

Parameters:
strDescription - The Description

getDateModification

public java.sql.Timestamp getDateModification()
Returns the Date of the last Modification

Returns:
The Date of the last Modification

setDateModification

public void setDateModification(java.sql.Timestamp dateModification)
Sets the Date of the last Modification

Parameters:
dateModification - The Date of the last Modification

addFileFormat

public void addFileFormat(java.lang.String strFileFormat)
Adds a file format

Parameters:
strFileFormat - A file format chosen

addFileFormats

public void addFileFormats(java.util.ArrayList<java.lang.String> listFileFormat)
Adds a file format

Parameters:
listFileFormat - A file formats list

getFileFormats

public java.util.ArrayList<java.lang.String> getFileFormats()


Copyright © 2012 Mairie de Paris. All Rights Reserved.