|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaspersoft.jasperserver.ws.scheduling.Job
public class Job
Job.java This file was auto-generated from WSDL by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
Constructor Summary | |
---|---|
Job()
|
|
Job(long id,
int version,
java.lang.String reportUnitURI,
java.lang.String username,
java.lang.String label,
java.lang.String description,
JobSimpleTrigger simpleTrigger,
JobCalendarTrigger calendarTrigger,
JobParameter[] parameters,
java.lang.String baseOutputFilename,
java.lang.String[] outputFormats,
java.lang.String outputLocale,
JobRepositoryDestination repositoryDestination,
JobMailNotification mailNotification)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBaseOutputFilename()
Gets the baseOutputFilename value for this Job. |
JobCalendarTrigger |
getCalendarTrigger()
Gets the calendarTrigger value for this Job. |
java.lang.String |
getDescription()
Gets the description value for this Job. |
long |
getId()
Gets the id value for this Job. |
java.lang.String |
getLabel()
Gets the label value for this Job. |
JobMailNotification |
getMailNotification()
Gets the mailNotification value for this Job. |
java.lang.String[] |
getOutputFormats()
Gets the outputFormats value for this Job. |
java.lang.String |
getOutputLocale()
Gets the outputLocale value for this Job. |
JobParameter[] |
getParameters()
Gets the parameters value for this Job. |
java.lang.String |
getReportUnitURI()
Gets the reportUnitURI value for this Job. |
JobRepositoryDestination |
getRepositoryDestination()
Gets the repositoryDestination value for this Job. |
JobSimpleTrigger |
getSimpleTrigger()
Gets the simpleTrigger value for this Job. |
java.lang.String |
getUsername()
Gets the username value for this Job. |
int |
getVersion()
Gets the version value for this Job. |
int |
hashCode()
|
void |
setBaseOutputFilename(java.lang.String baseOutputFilename)
Sets the baseOutputFilename value for this Job. |
void |
setCalendarTrigger(JobCalendarTrigger calendarTrigger)
Sets the calendarTrigger value for this Job. |
void |
setDescription(java.lang.String description)
Sets the description value for this Job. |
void |
setId(long id)
Sets the id value for this Job. |
void |
setLabel(java.lang.String label)
Sets the label value for this Job. |
void |
setMailNotification(JobMailNotification mailNotification)
Sets the mailNotification value for this Job. |
void |
setOutputFormats(java.lang.String[] outputFormats)
Sets the outputFormats value for this Job. |
void |
setOutputLocale(java.lang.String outputLocale)
Sets the outputLocale value for this Job. |
void |
setParameters(JobParameter[] parameters)
Sets the parameters value for this Job. |
void |
setReportUnitURI(java.lang.String reportUnitURI)
Sets the reportUnitURI value for this Job. |
void |
setRepositoryDestination(JobRepositoryDestination repositoryDestination)
Sets the repositoryDestination value for this Job. |
void |
setSimpleTrigger(JobSimpleTrigger simpleTrigger)
Sets the simpleTrigger value for this Job. |
void |
setUsername(java.lang.String username)
Sets the username value for this Job. |
void |
setVersion(int version)
Sets the version value for this Job. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Job()
public Job(long id, int version, java.lang.String reportUnitURI, java.lang.String username, java.lang.String label, java.lang.String description, JobSimpleTrigger simpleTrigger, JobCalendarTrigger calendarTrigger, JobParameter[] parameters, java.lang.String baseOutputFilename, java.lang.String[] outputFormats, java.lang.String outputLocale, JobRepositoryDestination repositoryDestination, JobMailNotification mailNotification)
Method Detail |
---|
public long getId()
public void setId(long id)
id
- public int getVersion()
public void setVersion(int version)
version
- public java.lang.String getReportUnitURI()
public void setReportUnitURI(java.lang.String reportUnitURI)
reportUnitURI
- public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public JobSimpleTrigger getSimpleTrigger()
public void setSimpleTrigger(JobSimpleTrigger simpleTrigger)
simpleTrigger
- public JobCalendarTrigger getCalendarTrigger()
public void setCalendarTrigger(JobCalendarTrigger calendarTrigger)
calendarTrigger
- public JobParameter[] getParameters()
public void setParameters(JobParameter[] parameters)
parameters
- public java.lang.String getBaseOutputFilename()
public void setBaseOutputFilename(java.lang.String baseOutputFilename)
baseOutputFilename
- public java.lang.String[] getOutputFormats()
public void setOutputFormats(java.lang.String[] outputFormats)
outputFormats
- public java.lang.String getOutputLocale()
public void setOutputLocale(java.lang.String outputLocale)
outputLocale
- public JobRepositoryDestination getRepositoryDestination()
public void setRepositoryDestination(JobRepositoryDestination repositoryDestination)
repositoryDestination
- public JobMailNotification getMailNotification()
public void setMailNotification(JobMailNotification mailNotification)
mailNotification
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |