public class AccountingFilterTop extends AccountingFilterDefinition implements Serializable
chartType| Constructor and Description |
|---|
AccountingFilterTop() |
AccountingFilterTop(Context context,
Boolean showOthers,
Integer topNumber) |
AccountingFilterTop(Context context,
FilterKey filterKey,
ArrayList<AccountingFilter> filters,
Boolean showOthers,
Integer topNumber) |
AccountingFilterTop(Context context,
String scopeFilterActive,
Boolean showOthers,
Integer topNumber) |
AccountingFilterTop(Context context,
String scopeFilterActive,
FilterKey filterKey,
ArrayList<AccountingFilter> filters,
Boolean showOthers,
Integer topNumber) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext() |
FilterKey |
getFilterKey() |
ArrayList<AccountingFilter> |
getFilters() |
String |
getScopeFilterActive() |
Boolean |
getShowOthers() |
Integer |
getTopNumber() |
void |
setContext(Context context) |
void |
setFilterKey(FilterKey filterKey) |
void |
setFilters(ArrayList<AccountingFilter> filters) |
void |
setScopeFilterActive(String scopeFilterActive) |
void |
setShowOthers(Boolean showOthers) |
void |
setTopNumber(Integer topNumber) |
String |
toString() |
getChartTypepublic AccountingFilterTop()
public AccountingFilterTop(Context context, Boolean showOthers, Integer topNumber)
public AccountingFilterTop(Context context, String scopeFilterActive, Boolean showOthers, Integer topNumber)
public AccountingFilterTop(Context context, FilterKey filterKey, ArrayList<AccountingFilter> filters, Boolean showOthers, Integer topNumber)
public Context getContext()
public void setContext(Context context)
public FilterKey getFilterKey()
public void setFilterKey(FilterKey filterKey)
public Boolean getShowOthers()
public void setShowOthers(Boolean showOthers)
public Integer getTopNumber()
public void setTopNumber(Integer topNumber)
public ArrayList<AccountingFilter> getFilters()
public void setFilters(ArrayList<AccountingFilter> filters)
public String getScopeFilterActive()
public void setScopeFilterActive(String scopeFilterActive)
public String toString()
toString in class AccountingFilterDefinitionCopyright © 2021. All Rights Reserved.