public class AccountingSearchSelection extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
fromDate |
List<String> |
principalNames |
List<String> |
tenantNames |
Long |
toDate |
gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType |
type |
| Constructor and Description |
|---|
AccountingSearchSelection() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFromDate() |
List<String> |
getPrincipalNames() |
List<String> |
getTenantNames() |
Long |
getToDate() |
gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType |
getType() |
void |
setFromDate(Long fromDate) |
void |
setPrincipalNames(List<String> principalNames) |
void |
setTenantNames(List<String> tenantNames) |
void |
setToDate(Long toDate) |
void |
setType(gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType type) |
public Long fromDate
public Long toDate
public gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType type
public Long getFromDate()
public void setFromDate(Long fromDate)
public Long getToDate()
public void setToDate(Long toDate)
public gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType getType()
public void setType(gr.cite.geoanalytics.dataaccess.entities.accounting.Accounting.AccountingType type)
Copyright © 2017. All Rights Reserved.