com.jaspersoft.jasperserver.api.engine.scheduling.domain
Class ReportJobSummary
java.lang.Object
com.jaspersoft.jasperserver.api.engine.scheduling.domain.ReportJobSummary
- All Implemented Interfaces:
- java.io.Serializable
public class ReportJobSummary
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Id: ReportJobSummary.java 9820 2007-08-29 17:46:14Z lucian $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportJobSummary
public ReportJobSummary()
getId
public long getId()
setId
public void setId(long id)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
getRuntimeInformation
public ReportJobRuntimeInformation getRuntimeInformation()
setRuntimeInformation
public void setRuntimeInformation(ReportJobRuntimeInformation runtimeInformation)
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
getReportUnitURI
public java.lang.String getReportUnitURI()
setReportUnitURI
public void setReportUnitURI(java.lang.String reportUnitURI)
Copyright © 2007. All Rights Reserved.