@Deprecated
public class ReportingDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATE_FORMAT
Deprecated.
|
static java.lang.String |
DATE_FORMAT_FULL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportingDetails |
createReportingDetails()
Deprecated.
|
java.util.ArrayList<BatchDetails> |
getBatchDetailsList()
Deprecated.
|
java.util.Date |
getBatchFirstSettlementDate()
Deprecated.
|
java.lang.String |
getBatchId()
Deprecated.
|
java.util.Date |
getBatchLastSettlementDate()
Deprecated.
|
java.util.ArrayList<TransactionDetails> |
getTransactionDetailList()
Deprecated.
|
java.lang.String |
getTransactionId()
Deprecated.
|
boolean |
isBatchIncludeStatistics()
Deprecated.
|
void |
setBatchDetailsList(java.util.ArrayList<BatchDetails> batchDetailList)
Deprecated.
|
void |
setBatchFirstSettlementDate(java.util.Date batchFirstSettlementDate)
Deprecated.
|
void |
setBatchFirstSettlementDate(java.lang.String batchFirstSettlementDate)
Deprecated.
|
void |
setBatchId(java.lang.String batchId)
Deprecated.
|
void |
setBatchIncludeStatistics(boolean batchIncludeStatistics)
Deprecated.
|
void |
setBatchLastSettlementDate(java.util.Date batchLastSettlementDate)
Deprecated.
|
void |
setBatchLastSettlementDate(java.lang.String batchLastSettlementDate)
Deprecated.
|
void |
setTransactionDetailList(java.util.ArrayList<TransactionDetails> transactionDetailList)
Deprecated.
|
void |
setTransactionId(java.lang.String transactionId)
Deprecated.
|
public static java.lang.String DATE_FORMAT
public static java.lang.String DATE_FORMAT_FULL
public static ReportingDetails createReportingDetails()
public boolean isBatchIncludeStatistics()
public void setBatchIncludeStatistics(boolean batchIncludeStatistics)
batchIncludeStatistics - the batchIncludeStatistics to setpublic java.util.Date getBatchFirstSettlementDate()
public void setBatchFirstSettlementDate(java.util.Date batchFirstSettlementDate)
batchFirstSettlementDate - the batchFirstSettlementDate to setpublic void setBatchFirstSettlementDate(java.lang.String batchFirstSettlementDate)
batchFirstSettlementDate - the batchFirstSettlementDate to setpublic java.util.Date getBatchLastSettlementDate()
public void setBatchLastSettlementDate(java.util.Date batchLastSettlementDate)
batchLastSettlementDate - the batchLastSettlementDate to setpublic void setBatchLastSettlementDate(java.lang.String batchLastSettlementDate)
batchLastSettlementDate - the batchLastSettlementDate to setpublic java.lang.String getBatchId()
public void setBatchId(java.lang.String batchId)
batchId - the batchId to setpublic java.lang.String getTransactionId()
public void setTransactionId(java.lang.String transactionId)
transactionId - the transactionId to setpublic java.util.ArrayList<BatchDetails> getBatchDetailsList()
public void setBatchDetailsList(java.util.ArrayList<BatchDetails> batchDetailList)
batchDetailList - the batchDetailList to setpublic java.util.ArrayList<TransactionDetails> getTransactionDetailList()
public void setTransactionDetailList(java.util.ArrayList<TransactionDetails> transactionDetailList)
transactionDetailList - the transactionDetailList to setCopyright © 2018. All Rights Reserved.