Class SelectRequest
java.lang.Object
fr.tiogars.architecture.select.models.SelectRequest
Class representing a request for selecting entities.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.SelectRequest(String searchString) Constructor with search string. -
Method Summary
-
Constructor Details
-
SelectRequest
public SelectRequest()Default constructor. -
SelectRequest
Constructor with search string.- Parameters:
searchString- the search string to filter entities
-
-
Method Details
-
getId
Get the ID.- Returns:
- the ID
-
setId
Set the ID.- Parameters:
id- the ID to set
-
getCode
Get the code.- Returns:
- the code
-
setCode
Set the code.- Parameters:
code- the code to set
-
getSearchString
Get the search string.- Returns:
- the search string
-
setSearchString
Set the search string.- Parameters:
searchString- the search string to set
-
toString
-