public class BigDecimalConditionHandler extends Object implements ConditionHandler
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBigDecimalCondition |
condition |
protected FinancialTransactionConditionHandler |
filterHandler |
protected BigDecimalConditionView |
view |
| Constructor and Description |
|---|
BigDecimalConditionHandler(BigDecimalConditionView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Condition |
getCondition() |
AbstractBigDecimalCondition.Operand |
getOperand() |
BigDecimal |
getValue() |
BigDecimalConditionView |
getView() |
void |
operandSelected(ItemEvent event) |
void |
setFilterHandler(FinancialTransactionConditionHandler filterHandler) |
void |
setOperand(AbstractBigDecimalCondition.Operand operand) |
void |
setValue(BigDecimal value) |
protected BigDecimalConditionView view
protected AbstractBigDecimalCondition condition
protected FinancialTransactionConditionHandler filterHandler
public BigDecimalConditionHandler(BigDecimalConditionView view)
public BigDecimal getValue()
public void setValue(BigDecimal value)
public void setOperand(AbstractBigDecimalCondition.Operand operand)
public AbstractBigDecimalCondition.Operand getOperand()
public void delete()
public void operandSelected(ItemEvent event)
public Condition getCondition()
getCondition in interface ConditionHandlerpublic BigDecimalConditionView getView()
getView in interface ConditionHandlerpublic void setFilterHandler(FinancialTransactionConditionHandler filterHandler)
setFilterHandler in interface ConditionHandlerCopyright © 2008–2015 CodeLutin. All rights reserved.