| | |
| | | private String endTime; |
| | | private String computingFormula; |
| | | private String computingFormulaName; |
| | | private Double squarePrice; |
| | | private Double additionalAmount; |
| | | private String squarePrice; |
| | | private String additionalAmount; |
| | | private String feeTypeCdName; |
| | | private String feeFlagName; |
| | | private String isDefault; |
| | |
| | | private String scale; |
| | | private String decimalPlace; |
| | | private String units; |
| | | |
| | | private String prepaymentPeriod; |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | |
| | | public void setComputingFormula(String computingFormula) { |
| | | this.computingFormula = computingFormula; |
| | | } |
| | | |
| | | |
| | | public String getFeeTypeCdName() { |
| | | return feeTypeCdName; |
| | |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | |
| | | public String getDeductFrom() { return deductFrom; } |
| | | public String getDeductFrom() { |
| | | return deductFrom; |
| | | } |
| | | |
| | | public void setDeductFrom(String deductFrom) { this.deductFrom = deductFrom; } |
| | | |
| | | public void setDeductFrom(String deductFrom) { |
| | | this.deductFrom = deductFrom; |
| | | } |
| | | |
| | | public String getComputingFormulaName() { |
| | | return computingFormulaName; |
| | |
| | | this.units = units; |
| | | } |
| | | |
| | | public Double getSquarePrice() { |
| | | public String getSquarePrice() { |
| | | return squarePrice; |
| | | } |
| | | |
| | | public void setSquarePrice(Double squarePrice) { |
| | | public void setSquarePrice(String squarePrice) { |
| | | this.squarePrice = squarePrice; |
| | | } |
| | | |
| | | public Double getAdditionalAmount() { |
| | | public String getAdditionalAmount() { |
| | | return additionalAmount; |
| | | } |
| | | |
| | | public void setAdditionalAmount(Double additionalAmount) { |
| | | public void setAdditionalAmount(String additionalAmount) { |
| | | this.additionalAmount = additionalAmount; |
| | | } |
| | | |
| | | public String getPrepaymentPeriod() { |
| | | return prepaymentPeriod; |
| | | } |
| | | |
| | | public void setPrepaymentPeriod(String prepaymentPeriod) { |
| | | this.prepaymentPeriod = prepaymentPeriod; |
| | | } |
| | | } |