public class CalculateDetail extends ConditionDetail
| 构造器和说明 |
|---|
CalculateDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCalcType() |
String |
getDimType() |
String |
getDimValue() |
Double |
getResult() |
String |
getSubDimType() |
void |
setCalcType(String calcType) |
void |
setDimType(String dimType) |
void |
setDimValue(String dimValue) |
void |
setResult(Double result) |
void |
setSubDimType(String subDimType) |
getType, getType, setTypepublic String getCalcType()
public void setCalcType(String calcType)
public Double getResult()
public void setResult(Double result)
public String getDimValue()
public void setDimValue(String dimValue)
public String getDimType()
public void setDimType(String dimType)
public String getSubDimType()
public void setSubDimType(String subDimType)
Copyright © 2017. All rights reserved.