public class ReconciliationOrderReport extends Object implements Serializable
ReconciliationOrderReport represents one order
in the reconciliation report.| Constructor and Description |
|---|
ReconciliationOrderReport() |
ReconciliationOrderReport(Long id,
Long reconciliationReportId,
Long orderId,
ReconciliationOrderReportStatus status,
DateTime submissionDateTime,
Long submitterId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this ReconciliationOrderReport.
|
Long |
getOrderId()
Gets the orderId value for this ReconciliationOrderReport.
|
Long |
getReconciliationReportId()
Gets the reconciliationReportId value for this ReconciliationOrderReport.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ReconciliationOrderReportStatus |
getStatus()
Gets the status value for this ReconciliationOrderReport.
|
DateTime |
getSubmissionDateTime()
Gets the submissionDateTime value for this ReconciliationOrderReport.
|
Long |
getSubmitterId()
Gets the submitterId value for this ReconciliationOrderReport.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this ReconciliationOrderReport.
|
void |
setOrderId(Long orderId)
Sets the orderId value for this ReconciliationOrderReport.
|
void |
setReconciliationReportId(Long reconciliationReportId)
Sets the reconciliationReportId value for this ReconciliationOrderReport.
|
void |
setStatus(ReconciliationOrderReportStatus status)
Sets the status value for this ReconciliationOrderReport.
|
void |
setSubmissionDateTime(DateTime submissionDateTime)
Sets the submissionDateTime value for this ReconciliationOrderReport.
|
void |
setSubmitterId(Long submitterId)
Sets the submitterId value for this ReconciliationOrderReport.
|
public Long getId()
ReconciliationOrderReport.
This value is read-only and is assigned by Google
when the order report is created.public void setId(Long id)
id - * Uniquely identifies the ReconciliationOrderReport.
This value is read-only and is assigned by Google
when the order report is created.public Long getReconciliationReportId()
ReconciliationReport which owns this
order report.
This value is read-only and is assigned by Google
when the order report is created.public void setReconciliationReportId(Long reconciliationReportId)
reconciliationReportId - * The ID of the ReconciliationReport which owns this
order report.
This value is read-only and is assigned by Google
when the order report is created.public Long getOrderId()
Order to which this order report belongs.
This value is read-only and is assigned by Google when the order report
is created.public void setOrderId(Long orderId)
orderId - * The ID of the Order to which this order report belongs.
This value is read-only and is assigned by Google when the order report
is created.public ReconciliationOrderReportStatus getStatus()
public void setStatus(ReconciliationOrderReportStatus status)
status - * The reconciliation status of this order.
This value is read-only and is assigned by Google
when the order report is created.public DateTime getSubmissionDateTime()
public void setSubmissionDateTime(DateTime submissionDateTime)
submissionDateTime - * The time when this order report is submitted.
This value is read-only and is assigned by Google
when the order report is created.public Long getSubmitterId()
User who submitted this order report.
This value is read-only and is assigned by Google when the order report
is created.public void setSubmitterId(Long submitterId)
submitterId - * The ID of the User who submitted this order report.
This value is read-only and is assigned by Google when the order report
is created.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.