old mode 100644
new mode 100755
| | |
| | | private String startTime; |
| | | private String endTime; |
| | | private String computingFormula; |
| | | private String computingFormulaName; |
| | | private String squarePrice; |
| | | private String additionalAmount; |
| | | private String feeTypeCdName; |
| | |
| | | private String paymentCd; |
| | | |
| | | private String paymentCycle; |
| | | private String computingFormulaText; |
| | | |
| | | private String deductFrom = "Y"; |
| | | |
| | | |
| | | public String getConfigId() { |
| | |
| | | public void setPaymentCycle(String paymentCycle) { |
| | | this.paymentCycle = paymentCycle; |
| | | } |
| | | |
| | | public String getComputingFormulaText() { |
| | | return computingFormulaText; |
| | | } |
| | | |
| | | public void setComputingFormulaText(String computingFormulaText) { |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | |
| | | public String getDeductFrom() { return deductFrom; } |
| | | |
| | | public void setDeductFrom(String deductFrom) { this.deductFrom = deductFrom; } |
| | | |
| | | |
| | | public String getComputingFormulaName() { |
| | | return computingFormulaName; |
| | | } |
| | | |
| | | public void setComputingFormulaName(String computingFormulaName) { |
| | | this.computingFormulaName = computingFormulaName; |
| | | } |
| | | } |