| | |
| | | private String psName; |
| | | private String contractCode; |
| | | private String payerObjType; |
| | | private String payerObjId; |
| | | private String ownerName; |
| | | private String ownerId; |
| | | private String detailId; |
| | |
| | | private String discountSmallTypeFour; |
| | | private String discountSmallTypeFive; |
| | | private String discountSmallTypeSix; |
| | | |
| | | |
| | | |
| | | private String acctAmount; |
| | | private String discountAmount; |
| | | private String lateAmount; |
| | | |
| | | public String getPayerObjId() { |
| | | return payerObjId; |
| | | } |
| | | |
| | | public void setPayerObjId(String payerObjId) { |
| | | this.payerObjId = payerObjId; |
| | | } |
| | | |
| | | public String getReceivableAmount() { |
| | | return receivableAmount; |
| | |
| | | public void setDiscountSmallTypeSix(String discountSmallTypeSix) { |
| | | this.discountSmallTypeSix = discountSmallTypeSix; |
| | | } |
| | | |
| | | public String getAcctAmount() { |
| | | return acctAmount; |
| | | } |
| | | |
| | | public void setAcctAmount(String acctAmount) { |
| | | this.acctAmount = acctAmount; |
| | | } |
| | | |
| | | public String getDiscountAmount() { |
| | | return discountAmount; |
| | | } |
| | | |
| | | public void setDiscountAmount(String discountAmount) { |
| | | this.discountAmount = discountAmount; |
| | | } |
| | | |
| | | public String getLateAmount() { |
| | | return lateAmount; |
| | | } |
| | | |
| | | public void setLateAmount(String lateAmount) { |
| | | this.lateAmount = lateAmount; |
| | | } |
| | | } |