public class FinancialPeriodConditionHandler extends Object implements ConditionHandler
| Modifier and Type | Field and Description |
|---|---|
protected FinancialPeriodCondition |
condition |
protected FinancialTransactionConditionHandler |
filterHandler |
protected FinancialPeriodConditionView |
view |
| Constructor and Description |
|---|
FinancialPeriodConditionHandler(FinancialPeriodConditionView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Condition |
getCondition() |
Object[] |
getFinancialPeriodList() |
FinancialPeriodConditionView |
getView() |
void |
setFilterHandler(FinancialTransactionConditionHandler filterHandler) |
void |
setFinancialPeriod(ListSelectionEvent event) |
protected FinancialPeriodConditionView view
protected FinancialPeriodCondition condition
protected FinancialTransactionConditionHandler filterHandler
public FinancialPeriodConditionHandler(FinancialPeriodConditionView view)
public Condition getCondition()
getCondition in interface ConditionHandlerpublic FinancialPeriodConditionView getView()
getView in interface ConditionHandlerpublic void setFilterHandler(FinancialTransactionConditionHandler filterHandler)
setFilterHandler in interface ConditionHandlerpublic Object[] getFinancialPeriodList()
public void setFinancialPeriod(ListSelectionEvent event)
public void delete()
Copyright © 2008–2015 CodeLutin. All rights reserved.