|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaspersoft.jasperserver.ws.scheduling.JobMailNotification
public class JobMailNotification
JobMailNotification.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 | |
---|---|
JobMailNotification()
|
|
JobMailNotification(long id,
int version,
java.lang.String[] toAddresses,
java.lang.String subject,
java.lang.String messageText,
ResultSendType resultSendType,
boolean skipEmptyReports)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getId()
Gets the id value for this JobMailNotification. |
java.lang.String |
getMessageText()
Gets the messageText value for this JobMailNotification. |
ResultSendType |
getResultSendType()
Gets the resultSendType value for this JobMailNotification. |
java.lang.String |
getSubject()
Gets the subject value for this JobMailNotification. |
java.lang.String[] |
getToAddresses()
Gets the toAddresses value for this JobMailNotification. |
int |
getVersion()
Gets the version value for this JobMailNotification. |
int |
hashCode()
|
boolean |
isSkipEmptyReports()
Gets the skipEmptyReports value for this JobMailNotification. |
void |
setId(long id)
Sets the id value for this JobMailNotification. |
void |
setMessageText(java.lang.String messageText)
Sets the messageText value for this JobMailNotification. |
void |
setResultSendType(ResultSendType resultSendType)
Sets the resultSendType value for this JobMailNotification. |
void |
setSkipEmptyReports(boolean skipEmptyReports)
Sets the skipEmptyReports value for this JobMailNotification. |
void |
setSubject(java.lang.String subject)
Sets the subject value for this JobMailNotification. |
void |
setToAddresses(java.lang.String[] toAddresses)
Sets the toAddresses value for this JobMailNotification. |
void |
setVersion(int version)
Sets the version value for this JobMailNotification. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobMailNotification()
public JobMailNotification(long id, int version, java.lang.String[] toAddresses, java.lang.String subject, java.lang.String messageText, ResultSendType resultSendType, boolean skipEmptyReports)
Method Detail |
---|
public long getId()
public void setId(long id)
id
- public int getVersion()
public void setVersion(int version)
version
- public java.lang.String[] getToAddresses()
public void setToAddresses(java.lang.String[] toAddresses)
toAddresses
- public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- public java.lang.String getMessageText()
public void setMessageText(java.lang.String messageText)
messageText
- public ResultSendType getResultSendType()
public void setResultSendType(ResultSendType resultSendType)
resultSendType
- public boolean isSkipEmptyReports()
public void setSkipEmptyReports(boolean skipEmptyReports)
skipEmptyReports
- 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 |