public class BatchSummaryDetail extends Object
Constructor and Description |
---|
BatchSummaryDetail(String cardType,
Integer creditCount,
String creditAmount,
Integer debitCount,
String debitAmount,
Integer saleCount,
String saleAmount,
Integer returnCount,
String returnAmount,
Integer totalCount,
String totalAmount,
String totalGratuityAmount)
Batch Summary Report details
|
Modifier and Type | Method and Description |
---|---|
String |
getCardType() |
String |
getCreditAmount() |
Integer |
getCreditCount() |
String |
getDebitAmount() |
Integer |
getDebitCount() |
String |
getReturnAmount() |
Integer |
getReturnCount() |
String |
getSaleAmount() |
Integer |
getSaleCount() |
String |
getTotalAmount() |
Integer |
getTotalCount() |
String |
getTotalGratuityAmount() |
void |
setCardType(String cardType) |
void |
setCreditAmount(String creditAmount) |
void |
setCreditCount(Integer creditCount) |
void |
setDebitAmount(String debitAmount) |
void |
setDebitCount(Integer debitCount) |
void |
setReturnAmount(String returnAmount) |
void |
setReturnCount(Integer returnCount) |
void |
setSaleAmount(String saleAmount) |
void |
setSaleCount(Integer saleCount) |
void |
setTotalAmount(String totalAmount) |
void |
setTotalCount(Integer totalCount) |
void |
setTotalGratuityAmount(String totalGratuityAmount) |
public BatchSummaryDetail(String cardType, Integer creditCount, String creditAmount, Integer debitCount, String debitAmount, Integer saleCount, String saleAmount, Integer returnCount, String returnAmount, Integer totalCount, String totalAmount, String totalGratuityAmount)
cardType
- Card typecreditCount
- Number of credit transactions in the batchcreditAmount
- Sum of credit transaction amounts in the batchdebitCount
- Number of debit transactions in the batchdebitAmount
- Sum of debit transaction amounts in the batchsaleCount
- Number of sale transactions in the batchsaleAmount
- Sum of sale transaction amounts in the batchreturnCount
- Number of return transactions in the batchreturnAmount
- Sum of return transaction amounts in the batchtotalCount
- Number of transactions in the batchtotalAmount
- Sum of transaction amounts in the batchtotalGratuityAmount
- Sum of gratuity amounts in the batchpublic String getCardType()
public void setCardType(String cardType)
public String getCreditAmount()
public void setCreditAmount(String creditAmount)
public String getDebitAmount()
public void setDebitAmount(String debitAmount)
public String getSaleAmount()
public void setSaleAmount(String saleAmount)
public String getReturnAmount()
public void setReturnAmount(String returnAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public String getTotalGratuityAmount()
public void setTotalGratuityAmount(String totalGratuityAmount)
public Integer getCreditCount()
public void setCreditCount(Integer creditCount)
public Integer getDebitCount()
public void setDebitCount(Integer debitCount)
public Integer getSaleCount()
public void setSaleCount(Integer saleCount)
public Integer getReturnCount()
public void setReturnCount(Integer returnCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2021. All rights reserved.