public class ReconciliationOrderReport extends Object implements Serializable
| Constructor and Description |
|---|
ReconciliationOrderReport() |
ReconciliationOrderReport(Long id,
Long reconciliationReportId,
Long orderId,
Long proposalId,
ReconciliationOrderReportStatus status,
DateTime submissionDateTime,
Long submitterId,
Money proposalNetBillableRevenueManualAdjustment,
Money proposalGrossBillableRevenueManualAdjustment) |
| 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.
|
Money |
getProposalGrossBillableRevenueManualAdjustment()
Gets the proposalGrossBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
|
Long |
getProposalId()
Gets the proposalId value for this ReconciliationOrderReport.
|
Money |
getProposalNetBillableRevenueManualAdjustment()
Gets the proposalNetBillableRevenueManualAdjustment 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 |
setProposalGrossBillableRevenueManualAdjustment(Money proposalGrossBillableRevenueManualAdjustment)
Sets the proposalGrossBillableRevenueManualAdjustment value for this ReconciliationOrderReport.
|
void |
setProposalId(Long proposalId)
Sets the proposalId value for this ReconciliationOrderReport.
|
void |
setProposalNetBillableRevenueManualAdjustment(Money proposalNetBillableRevenueManualAdjustment)
Sets the proposalNetBillableRevenueManualAdjustment 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.
|
String |
toString() |
public ReconciliationOrderReport()
public ReconciliationOrderReport(Long id, Long reconciliationReportId, Long orderId, Long proposalId, ReconciliationOrderReportStatus status, DateTime submissionDateTime, Long submitterId, Money proposalNetBillableRevenueManualAdjustment, Money proposalGrossBillableRevenueManualAdjustment)
public Long getId()
ReconciliationOrderReport.
This value is read-only and assigned by Google.public void setId(Long id)
id - * Uniquely identifies the ReconciliationOrderReport.
This value is read-only and assigned by Google.public Long getReconciliationReportId()
ReconciliationReport this ReconciliationOrderReport
belongs to.
This value is read-only.public void setReconciliationReportId(Long reconciliationReportId)
reconciliationReportId - * The ID of the ReconciliationReport this ReconciliationOrderReport
belongs to.
This value is read-only.public Long getOrderId()
Order, then this
contains that order's ID.
Otherwise, this field will have a value of 0.
This value is read-only.public void setOrderId(Long orderId)
orderId - * If this reconciliation data is for an Order, then this
contains that order's ID.
Otherwise, this field will have a value of 0.
This value is read-only.public Long getProposalId()
Proposal, then
this contains that proposal's ID.
Otherwise, this field will have a value of 0. This
value is read-only.public void setProposalId(Long proposalId)
proposalId - * If this reconciliation data is for a Proposal, then
this contains that proposal's ID.
Otherwise, this field will have a value of 0. This
value is read-only.public ReconciliationOrderReportStatus getStatus()
ReconciliationOrderReport.
This value is read-only.public void setStatus(ReconciliationOrderReportStatus status)
status - * The status of this ReconciliationOrderReport.
This value is read-only.public DateTime getSubmissionDateTime()
public void setSubmissionDateTime(DateTime submissionDateTime)
submissionDateTime - * The time when this order report is submitted.
This value is read-only.public Long getSubmitterId()
User who submitted this order report.
This value is read-only.public void setSubmitterId(Long submitterId)
submitterId - * The ID of the User who submitted this order report.
This value is read-only.public Money getProposalNetBillableRevenueManualAdjustment()
Proposal, then
this contains the net revenue
manual adjustment for that proposal. Otherwise, this
is null.
This value is read-only.public void setProposalNetBillableRevenueManualAdjustment(Money proposalNetBillableRevenueManualAdjustment)
proposalNetBillableRevenueManualAdjustment - * If this reconciliation data is for a Proposal, then
this contains the net revenue
manual adjustment for that proposal. Otherwise, this
is null.
This value is read-only.public Money getProposalGrossBillableRevenueManualAdjustment()
Proposal, then
this contains the gross revenue
manual adjustment for that proposal. Otherwise, this
is null.
This value is editable.public void setProposalGrossBillableRevenueManualAdjustment(Money proposalGrossBillableRevenueManualAdjustment)
proposalGrossBillableRevenueManualAdjustment - * If this reconciliation data is for a Proposal, then
this contains the gross revenue
manual adjustment for that proposal. Otherwise, this
is null.
This value is editable.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.