public static class CashJournalBatchAddContent.Param extends Object
| Constructor and Description |
|---|
Param() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizDate() |
String |
getComments() |
String |
getCouterpartyAccountName() |
BigDecimal |
getDisbursementAmount() |
Long |
getFinAccountId() |
Long |
getGlAccountId() |
BigDecimal |
getReceiptAmount() |
void |
setBizDate(String bizDate) |
void |
setComments(String comments) |
void |
setCouterpartyAccountName(String couterpartyAccountName) |
void |
setDisbursementAmount(BigDecimal disbursementAmount) |
void |
setFinAccountId(Long finAccountId) |
void |
setGlAccountId(Long glAccountId) |
void |
setReceiptAmount(BigDecimal receiptAmount) |
String |
toString() |
public Long getGlAccountId()
public void setGlAccountId(Long glAccountId)
public Long getFinAccountId()
public void setFinAccountId(Long finAccountId)
public String getComments()
public void setComments(String comments)
public String getBizDate()
public void setBizDate(String bizDate)
public BigDecimal getReceiptAmount()
public void setReceiptAmount(BigDecimal receiptAmount)
public BigDecimal getDisbursementAmount()
public void setDisbursementAmount(BigDecimal disbursementAmount)
public String getCouterpartyAccountName()
public void setCouterpartyAccountName(String couterpartyAccountName)
Copyright © 2020. All rights reserved.