|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.ScheduledReport
public class ScheduledReport
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String[] |
additionalRecipients
|
private DeliveryMethod |
deliveryMethod
|
private FileType |
fileType
|
private ReportFrequency |
frequency
|
private java.lang.Long |
ID
|
private java.lang.String |
name
|
private ReportRequest |
reportRequest
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
ScheduledReport()
|
|
ScheduledReport(java.lang.Long ID,
java.lang.String[] additionalRecipients,
DeliveryMethod deliveryMethod,
FileType fileType,
ReportFrequency frequency,
java.lang.String name,
ReportRequest reportRequest)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String[] |
getAdditionalRecipients()
Gets the additionalRecipients value for this ScheduledReport. |
DeliveryMethod |
getDeliveryMethod()
Gets the deliveryMethod value for this ScheduledReport. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
FileType |
getFileType()
Gets the fileType value for this ScheduledReport. |
ReportFrequency |
getFrequency()
Gets the frequency value for this ScheduledReport. |
java.lang.Long |
getID()
Gets the ID value for this ScheduledReport. |
java.lang.String |
getName()
Gets the name value for this ScheduledReport. |
ReportRequest |
getReportRequest()
Gets the reportRequest value for this ScheduledReport. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdditionalRecipients(java.lang.String[] additionalRecipients)
Sets the additionalRecipients value for this ScheduledReport. |
void |
setDeliveryMethod(DeliveryMethod deliveryMethod)
Sets the deliveryMethod value for this ScheduledReport. |
void |
setFileType(FileType fileType)
Sets the fileType value for this ScheduledReport. |
void |
setFrequency(ReportFrequency frequency)
Sets the frequency value for this ScheduledReport. |
void |
setID(java.lang.Long ID)
Sets the ID value for this ScheduledReport. |
void |
setName(java.lang.String name)
Sets the name value for this ScheduledReport. |
void |
setReportRequest(ReportRequest reportRequest)
Sets the reportRequest value for this ScheduledReport. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long ID
private java.lang.String[] additionalRecipients
private DeliveryMethod deliveryMethod
private FileType fileType
private ReportFrequency frequency
private java.lang.String name
private ReportRequest reportRequest
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public ScheduledReport()
public ScheduledReport(java.lang.Long ID, java.lang.String[] additionalRecipients, DeliveryMethod deliveryMethod, FileType fileType, ReportFrequency frequency, java.lang.String name, ReportRequest reportRequest)
Method Detail |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String[] getAdditionalRecipients()
public void setAdditionalRecipients(java.lang.String[] additionalRecipients)
additionalRecipients
- public DeliveryMethod getDeliveryMethod()
public void setDeliveryMethod(DeliveryMethod deliveryMethod)
deliveryMethod
- public FileType getFileType()
public void setFileType(FileType fileType)
fileType
- public ReportFrequency getFrequency()
public void setFrequency(ReportFrequency frequency)
frequency
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public ReportRequest getReportRequest()
public void setReportRequest(ReportRequest reportRequest)
reportRequest
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |