Class AccountContentSearchDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.resources.content.dto.AccountContentSearchDto
-
- All Implemented Interfaces:
Serializable
public class AccountContentSearchDto extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_IDENTIFIERS
static String
F_NAME
static String
F_SEARCH_TEXT
-
Constructor Summary
Constructors Constructor Description AccountContentSearchDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSearchText()
boolean
isIdentifiers()
boolean
isName()
void
setIdentifiers(boolean identifiers)
void
setName(boolean name)
void
setSearchText(String searchText)
-
-
-
Field Detail
-
F_SEARCH_TEXT
public static final String F_SEARCH_TEXT
- See Also:
- Constant Field Values
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_IDENTIFIERS
public static final String F_IDENTIFIERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSearchText
public String getSearchText()
-
setSearchText
public void setSearchText(String searchText)
-
isIdentifiers
public boolean isIdentifiers()
-
setIdentifiers
public void setIdentifiers(boolean identifiers)
-
isName
public boolean isName()
-
setName
public void setName(boolean name)
-
-