| | |
| | | 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 getSquarePrice() { |
| | | return squarePrice; |
| | | } |
| | | |
| | | public void setSquarePrice(String squarePrice) { |
| | | this.squarePrice = squarePrice; |
| | | } |
| | | |
| | | public String getAdditionalAmount() { |
| | | return additionalAmount; |
| | | } |
| | | |
| | | public void setAdditionalAmount(String additionalAmount) { |
| | | this.additionalAmount = additionalAmount; |
| | | } |
| | | |
| | | public String getFeeTypeCdName() { |
| | |
| | | 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; |
| | |
| | | public void setUnits(String units) { |
| | | this.units = units; |
| | | } |
| | | |
| | | public String getSquarePrice() { |
| | | return squarePrice; |
| | | } |
| | | |
| | | public void setSquarePrice(String squarePrice) { |
| | | this.squarePrice = squarePrice; |
| | | } |
| | | |
| | | public String getAdditionalAmount() { |
| | | return additionalAmount; |
| | | } |
| | | |
| | | public void setAdditionalAmount(String additionalAmount) { |
| | | this.additionalAmount = additionalAmount; |
| | | } |
| | | |
| | | public String getPrepaymentPeriod() { |
| | | return prepaymentPeriod; |
| | | } |
| | | |
| | | public void setPrepaymentPeriod(String prepaymentPeriod) { |
| | | this.prepaymentPeriod = prepaymentPeriod; |
| | | } |
| | | } |