com.jalios.jcms.analytics
Class StatisticContext

java.lang.Object
  extended by com.jalios.jcms.analytics.StatisticContext

public class StatisticContext
extends Object


Constructor Summary
StatisticContext()
           
StatisticContext(StatisticContext context)
           
 
Method Summary
 Set<Workspace> getAllAnalyzedWorkspaceSet()
           
 Workspace getAnalyzedWorkspace()
           
 File getCurrentEventFile()
           
 Date getEndDate()
           
 Date getStartDate()
           
 String getUrid()
           
 boolean isGlobalAnalyze()
           
 boolean isScheduled()
           
 void setAllAnalyzedWorkspaceSet(Set<Workspace> allAnalyzedWorkspaceSet)
           
 void setAnalyzedWorkspace(Workspace analyzedWorkspace)
           
 void setCurrentEventFile(File currentEventFile)
           
 void setEndDate(Date endDate)
           
 void setGlobalAnalyze(boolean globalAnalyze)
           
 void setScheduled(boolean scheduled)
           
 void setStartDate(Date startDate)
           
 void setUrid(String urid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticContext

public StatisticContext()

StatisticContext

public StatisticContext(StatisticContext context)
Method Detail

getCurrentEventFile

public File getCurrentEventFile()

setCurrentEventFile

public void setCurrentEventFile(File currentEventFile)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)

getAnalyzedWorkspace

public Workspace getAnalyzedWorkspace()

setAnalyzedWorkspace

public void setAnalyzedWorkspace(Workspace analyzedWorkspace)

getUrid

public String getUrid()

setUrid

public void setUrid(String urid)

isScheduled

public boolean isScheduled()

setScheduled

public void setScheduled(boolean scheduled)

getAllAnalyzedWorkspaceSet

public Set<Workspace> getAllAnalyzedWorkspaceSet()

setAllAnalyzedWorkspaceSet

public void setAllAnalyzedWorkspaceSet(Set<Workspace> allAnalyzedWorkspaceSet)

isGlobalAnalyze

public boolean isGlobalAnalyze()

setGlobalAnalyze

public void setGlobalAnalyze(boolean globalAnalyze)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 Jalios SA. All Rights Reserved.