old mode 100644
new mode 100755
| | |
| | | private String feeFlag; |
| | | private String feeName; |
| | | private String computingFormula; |
| | | private String computingFormulaText; |
| | | |
| | | private String billType; |
| | | |
| | | private String paymentCd; |
| | | |
| | | private String paymentCycle; |
| | | private String statusCd; |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | |
| | | public void setPaymentCycle(String paymentCycle) { |
| | | this.paymentCycle = paymentCycle; |
| | | } |
| | | |
| | | public String getComputingFormulaText() { |
| | | return computingFormulaText; |
| | | } |
| | | |
| | | public void setComputingFormulaText(String computingFormulaText) { |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |