|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaspersoft.jasperserver.ws.scheduling.JobSummary
public class JobSummary
JobSummary.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 | |
|---|---|
JobSummary()
|
|
JobSummary(long id,
int version,
java.lang.String reportUnitURI,
java.lang.String username,
java.lang.String label,
RuntimeJobState state,
java.util.Calendar previousFireTime,
java.util.Calendar nextFireTime)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getId()
Gets the id value for this JobSummary. |
java.lang.String |
getLabel()
Gets the label value for this JobSummary. |
java.util.Calendar |
getNextFireTime()
Gets the nextFireTime value for this JobSummary. |
java.util.Calendar |
getPreviousFireTime()
Gets the previousFireTime value for this JobSummary. |
java.lang.String |
getReportUnitURI()
Gets the reportUnitURI value for this JobSummary. |
RuntimeJobState |
getState()
Gets the state value for this JobSummary. |
java.lang.String |
getUsername()
Gets the username value for this JobSummary. |
int |
getVersion()
Gets the version value for this JobSummary. |
int |
hashCode()
|
void |
setId(long id)
Sets the id value for this JobSummary. |
void |
setLabel(java.lang.String label)
Sets the label value for this JobSummary. |
void |
setNextFireTime(java.util.Calendar nextFireTime)
Sets the nextFireTime value for this JobSummary. |
void |
setPreviousFireTime(java.util.Calendar previousFireTime)
Sets the previousFireTime value for this JobSummary. |
void |
setReportUnitURI(java.lang.String reportUnitURI)
Sets the reportUnitURI value for this JobSummary. |
void |
setState(RuntimeJobState state)
Sets the state value for this JobSummary. |
void |
setUsername(java.lang.String username)
Sets the username value for this JobSummary. |
void |
setVersion(int version)
Sets the version value for this JobSummary. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobSummary()
public JobSummary(long id,
int version,
java.lang.String reportUnitURI,
java.lang.String username,
java.lang.String label,
RuntimeJobState state,
java.util.Calendar previousFireTime,
java.util.Calendar nextFireTime)
| 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 RuntimeJobState getState()
public void setState(RuntimeJobState state)
state - public java.util.Calendar getPreviousFireTime()
public void setPreviousFireTime(java.util.Calendar previousFireTime)
previousFireTime - public java.util.Calendar getNextFireTime()
public void setNextFireTime(java.util.Calendar nextFireTime)
nextFireTime - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||