|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.ReportInfo
public class ReportInfo
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 |
---|
private java.util.Calendar createTimestamp
private ReportExecutionStatus reportExecutionStatus
private java.lang.Long reportID
private java.lang.String reportName
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public ReportInfo()
public ReportInfo(java.util.Calendar createTimestamp, ReportExecutionStatus reportExecutionStatus, java.lang.Long reportID, java.lang.String reportName)
Method Detail |
---|
public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public ReportExecutionStatus getReportExecutionStatus()
public void setReportExecutionStatus(ReportExecutionStatus reportExecutionStatus)
reportExecutionStatus
- public java.lang.Long getReportID()
public void setReportID(java.lang.Long reportID)
reportID
- public java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName
- 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 |