public class CustomerSearchSelection extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
activeTenants |
long |
end |
long |
start |
List<String> |
tenantNames |
| Constructor and Description |
|---|
CustomerSearchSelection() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
long |
getStart() |
List<String> |
getTenantNames() |
boolean |
isActiveTenants() |
void |
setActiveTenants(boolean activeCustomers) |
void |
setEnd(long end) |
void |
setStart(long start) |
void |
setTenantNames(List<String> tenantNames) |
Copyright © 2019. All Rights Reserved.