public class AllLeftPart extends AbstractLeftPart
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
amount |
protected int |
percent |
protected StatisticType |
statisticType |
id, multiCondition, variableCategory, variableLabel, variableName| 构造器和说明 |
|---|
AllLeftPart() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
evaluate(EvaluationContext context,
Object obj,
List<Object> allMatchedObjects) |
int |
getAmount() |
String |
getId() |
int |
getPercent() |
StatisticType |
getStatisticType() |
void |
setAmount(int amount) |
void |
setPercent(int percent) |
void |
setStatisticType(StatisticType statisticType) |
computeValue, getMultiCondition, getVariableCategory, getVariableLabel, getVariableName, setMultiCondition, setVariableCategory, setVariableLabel, setVariableNameprotected int amount
protected int percent
protected StatisticType statisticType
public boolean evaluate(EvaluationContext context, Object obj, List<Object> allMatchedObjects)
public String getId()
public int getAmount()
public void setAmount(int amount)
public int getPercent()
public void setPercent(int percent)
public StatisticType getStatisticType()
public void setStatisticType(StatisticType statisticType)
Copyright © 2018 Bstek. All rights reserved.