public class UserFilter extends AgrosystFilter
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
email |
protected String |
firstName |
protected String |
lastName |
protected String |
organisation |
protected RoleType |
roleType |
ALL_PAGE_SIZE, DEFAULT_PAGE_SIZE, navigationContext, page, pageSize| Constructor and Description |
|---|
UserFilter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
String |
getOrganisation() |
RoleType |
getRoleType() |
void |
setActive(Boolean active) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setOrganisation(String organisation) |
void |
setRoleType(RoleType roleType) |
getNavigationContext, getPage, getPageSize, setAllPageSize, setNavigationContext, setPage, setPageSizeprotected String firstName
protected String lastName
protected String email
protected String organisation
protected RoleType roleType
protected Boolean active
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getEmail()
public void setEmail(String email)
public String getOrganisation()
public void setOrganisation(String organisation)
public RoleType getRoleType()
public void setRoleType(RoleType roleType)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2013–2015 Inra. All rights reserved.