| | |
| | | |
| | | private String ruleId; |
| | | |
| | | private String isContractFee; |
| | | private String contractFee; |
| | | |
| | | private int[][] reportAmounts; |
| | | |
| | | public String getFeeId() { |
| | | return feeId; |
| | | } |
| | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | |
| | | public String getIsContractFee() { |
| | | return isContractFee; |
| | | } |
| | | |
| | | public void setIsContractFee(String isContractFee) { |
| | | this.isContractFee = isContractFee; |
| | | } |
| | | |
| | | public String getContractFee() { |
| | | return contractFee; |
| | | } |
| | | |
| | | public void setContractFee(String contractFee) { |
| | | this.contractFee = contractFee; |
| | | } |
| | | |
| | | public int[][] getReportAmounts() { |
| | | return reportAmounts; |
| | | } |
| | | |
| | | public void setReportAmounts(int[][] reportAmounts) { |
| | | this.reportAmounts = reportAmounts; |
| | | } |
| | | } |