public class ReconciliationReport extends Object implements Serializable
ReconciliationReport represents a report that can be
reconciled.| Constructor and Description |
|---|
ReconciliationReport() |
ReconciliationReport(Long id,
ReconciliationReportStatus status,
Date startDate,
String notes) |
| 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 ReconciliationReport.
|
String |
getNotes()
Gets the notes value for this ReconciliationReport.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Date |
getStartDate()
Gets the startDate value for this ReconciliationReport.
|
ReconciliationReportStatus |
getStatus()
Gets the status value for this ReconciliationReport.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this ReconciliationReport.
|
void |
setNotes(String notes)
Sets the notes value for this ReconciliationReport.
|
void |
setStartDate(Date startDate)
Sets the startDate value for this ReconciliationReport.
|
void |
setStatus(ReconciliationReportStatus status)
Sets the status value for this ReconciliationReport.
|
public ReconciliationReport()
public ReconciliationReport(Long id, ReconciliationReportStatus status, Date startDate, String notes)
public Long getId()
ReconciliationReport.
This attribute is read-only.public void setId(Long id)
id - * The unique ID of the ReconciliationReport.
This attribute is read-only.public ReconciliationReportStatus getStatus()
ReconciliationReport.
This attribute is read-only.public void setStatus(ReconciliationReportStatus status)
status - * The reconciliation state of the ReconciliationReport.
This attribute is read-only.public Date getStartDate()
public void setStartDate(Date startDate)
startDate - * The start date of a billing period. Billing period is monthly.
This attribute is read-only.public String getNotes()
public void setNotes(String notes)
notes - * The reconciliation report notes.
This attribute is optional and has a maximum length
of 65535.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.