public class AdSearchCriteria extends PageableSearchCriteriaBase implements Serializable
| Constructor and Description |
|---|
AdSearchCriteria() |
AdSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeFilter,
long campaignId,
long[] sizeIds,
long[] typeIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ActiveFilter |
getActiveFilter()
Gets the activeFilter value for this AdSearchCriteria.
|
long |
getCampaignId()
Gets the campaignId value for this AdSearchCriteria.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long[] |
getSizeIds()
Gets the sizeIds value for this AdSearchCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long[] |
getTypeIds()
Gets the typeIds value for this AdSearchCriteria.
|
int |
hashCode() |
void |
setActiveFilter(ActiveFilter activeFilter)
Sets the activeFilter value for this AdSearchCriteria.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this AdSearchCriteria.
|
void |
setSizeIds(long[] sizeIds)
Sets the sizeIds value for this AdSearchCriteria.
|
void |
setTypeIds(long[] typeIds)
Sets the typeIds value for this AdSearchCriteria.
|
getPageNumber, getPageSize, setPageNumber, setPageSizegetIds, getSearchString, setIds, setSearchStringpublic AdSearchCriteria()
public AdSearchCriteria(long[] ids,
String searchString,
int pageNumber,
int pageSize,
ActiveFilter activeFilter,
long campaignId,
long[] sizeIds,
long[] typeIds)
public ActiveFilter getActiveFilter()
public void setActiveFilter(ActiveFilter activeFilter)
activeFilter - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public long[] getSizeIds()
public void setSizeIds(long[] sizeIds)
sizeIds - public long[] getTypeIds()
public void setTypeIds(long[] typeIds)
typeIds - public boolean equals(Object obj)
equals in class PageableSearchCriteriaBasepublic int hashCode()
hashCode in class PageableSearchCriteriaBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.