Class CampaignExecutionCriteria
- java.lang.Object
-
- com.inteliqua.rest.campaign.search.criteria.CampaignExecutionCriteria
-
- All Implemented Interfaces:
SearchCriteria
public class CampaignExecutionCriteria extends Object implements SearchCriteria
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description CampaignExecutionCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCampaignExecutionDateFrom()DategetCampaignExecutionDateUntil()StringgetCriteriaType()Gets the type of criteria for the search.voidsetCampaignExecutionDateFrom(Date campaignExecutionDateFrom)voidsetCampaignExecutionDateUntil(Date campaignExecutionDateUntil)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCampaignExecutionDateFrom
public Date getCampaignExecutionDateFrom()
-
setCampaignExecutionDateFrom
public void setCampaignExecutionDateFrom(Date campaignExecutionDateFrom)
-
getCampaignExecutionDateUntil
public Date getCampaignExecutionDateUntil()
-
setCampaignExecutionDateUntil
public void setCampaignExecutionDateUntil(Date campaignExecutionDateUntil)
-
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.
-
-