com.jalios.jcms.stat
Class ExportParameters
java.lang.Object
com.jalios.jcms.stat.ExportParameters
public class ExportParameters
- extends Object
Encapsulate Export Parameters for access statistics
- Since:
- JCMS 6.3
- Author:
- Ludovic SMADJA
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
beginDate
protected Date beginDate
endDate
protected Date endDate
workspace
protected Workspace workspace
exportHandler
protected RawDataExportHandler exportHandler
mailNotification
protected boolean mailNotification
linkedExporter
protected StatExporter linkedExporter
token
protected String token
exportedFile
protected File exportedFile
ExportParameters
public ExportParameters()
getExportedFile
public File getExportedFile()
setExportedFile
public void setExportedFile(File exportedFile)
getToken
public String getToken()
setToken
public void setToken(String token)
getBeginDate
public Date getBeginDate()
setBeginDate
public void setBeginDate(Date beginDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getWorkspace
public Workspace getWorkspace()
setWorkspace
public void setWorkspace(Workspace workspace)
getExportHandler
public RawDataExportHandler getExportHandler()
setExportHandler
public void setExportHandler(RawDataExportHandler exportHandler)
isMailNotification
public boolean isMailNotification()
setMailNotification
public void setMailNotification(boolean mainNotification)
getLinkedExporter
public StatExporter getLinkedExporter()
setLinkedExporter
public void setLinkedExporter(StatExporter linkedExporter)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.