Class PointReservationProcessedCriteria
- java.lang.Object
-
- com.inteliqua.rest.pointreservation.search.criteria.PointReservationProcessedCriteria
-
- All Implemented Interfaces:
SearchCriteria,PointReservationCriteria
public class PointReservationProcessedCriteria extends Object implements PointReservationCriteria
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PointReservationProcessedCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCriteriaType()Gets the type of criteria for the search.booleanisProcessed()voidsetProcessed(boolean processed)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCriteriaType
public String getCriteriaType()
Description copied from interface:SearchCriteriaGets the type of criteria for the search.This method returns a string identifier for the type of search criteria, which is used during serialization to determine the specific criteria type.
- Specified by:
getCriteriaTypein interfaceSearchCriteria- Returns:
- the criteria type as a
String.
-
isProcessed
public boolean isProcessed()
-
setProcessed
public void setProcessed(boolean processed)
-
-