com.yahoo.marketing.apt
Class ReportInfo

java.lang.Object
  extended by com.yahoo.marketing.apt.ReportInfo
All Implemented Interfaces:
java.io.Serializable

public class ReportInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar createTimestamp
           
private  ReportExecutionStatus reportExecutionStatus
           
private  java.lang.Long reportID
           
private  java.lang.String reportName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ReportInfo()
           
ReportInfo(java.util.Calendar createTimestamp, ReportExecutionStatus reportExecutionStatus, java.lang.Long reportID, java.lang.String reportName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this ReportInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ReportExecutionStatus getReportExecutionStatus()
          Gets the reportExecutionStatus value for this ReportInfo.
 java.lang.Long getReportID()
          Gets the reportID value for this ReportInfo.
 java.lang.String getReportName()
          Gets the reportName value for this ReportInfo.
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 setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this ReportInfo.
 void setReportExecutionStatus(ReportExecutionStatus reportExecutionStatus)
          Sets the reportExecutionStatus value for this ReportInfo.
 void setReportID(java.lang.Long reportID)
          Sets the reportID value for this ReportInfo.
 void setReportName(java.lang.String reportName)
          Sets the reportName value for this ReportInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createTimestamp

private java.util.Calendar createTimestamp

reportExecutionStatus

private ReportExecutionStatus reportExecutionStatus

reportID

private java.lang.Long reportID

reportName

private java.lang.String reportName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ReportInfo

public ReportInfo()

ReportInfo

public ReportInfo(java.util.Calendar createTimestamp,
                  ReportExecutionStatus reportExecutionStatus,
                  java.lang.Long reportID,
                  java.lang.String reportName)
Method Detail

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this ReportInfo.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this ReportInfo.

Parameters:
createTimestamp -

getReportExecutionStatus

public ReportExecutionStatus getReportExecutionStatus()
Gets the reportExecutionStatus value for this ReportInfo.

Returns:
reportExecutionStatus

setReportExecutionStatus

public void setReportExecutionStatus(ReportExecutionStatus reportExecutionStatus)
Sets the reportExecutionStatus value for this ReportInfo.

Parameters:
reportExecutionStatus -

getReportID

public java.lang.Long getReportID()
Gets the reportID value for this ReportInfo.

Returns:
reportID

setReportID

public void setReportID(java.lang.Long reportID)
Sets the reportID value for this ReportInfo.

Parameters:
reportID -

getReportName

public java.lang.String getReportName()
Gets the reportName value for this ReportInfo.

Returns:
reportName

setReportName

public void setReportName(java.lang.String reportName)
Sets the reportName value for this ReportInfo.

Parameters:
reportName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer