it.sistematica.isharedoc.model.xml
Class ReportExecutions

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.ReportExecutions

public class ReportExecutions
extends java.lang.Object


Constructor Summary
ReportExecutions()
           
 
Method Summary
 void addExecution(ReportExecution p)
           
 ReportExecution getByReportId(java.lang.String repId)
           
 java.util.Collection<ReportExecution> getExecutions()
           
 void setExecutions(java.util.Collection<ReportExecution> executions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportExecutions

public ReportExecutions()
Method Detail

getExecutions

public java.util.Collection<ReportExecution> getExecutions()

setExecutions

public void setExecutions(java.util.Collection<ReportExecution> executions)

addExecution

public void addExecution(ReportExecution p)

getByReportId

public ReportExecution getByReportId(java.lang.String repId)