com.fatwire.services.beans.search
Class SearchCriteria
java.lang.Object
com.fatwire.services.beans.search.SearchCriteria
public class SearchCriteria
- extends java.lang.Object
Bean to hold the advanced search parameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchCriteria
public SearchCriteria()
getSiteId
public java.lang.Long getSiteId()
- Returns:
- the siteId
setSiteId
public void setSiteId(java.lang.Long siteId)
- Parameters:
siteId
- the siteId to set
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id
- the id to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
getOperation
public SearchCriteria.Operation getOperation()
- Returns:
- the operation
setOperation
public void setOperation(SearchCriteria.Operation operation)
- Parameters:
operation
- the operation to set
getKeyword
public java.lang.String getKeyword()
- Returns:
- the keyword
setKeyword
public void setKeyword(java.lang.String keyword)
- Parameters:
keyword
- the keyword to set
getLocale
public java.lang.String getLocale()
- Returns:
- the locale
setLocale
public void setLocale(java.lang.String locale)
- Parameters:
locale
- the locale to set
getAuthor
public java.lang.String getAuthor()
- Returns:
- the author
setAuthor
public void setAuthor(java.lang.String author)
- Parameters:
author
- the author to set
getModifiedDateFrom
public java.util.Date getModifiedDateFrom()
- Returns:
- the modifiedDateFrom
setModifiedDateFrom
public void setModifiedDateFrom(java.util.Date modifiedDateFrom)
- Parameters:
modifiedDateFrom
- the modifiedDateFrom to set
getModifiedDateTo
public java.util.Date getModifiedDateTo()
- Returns:
- the modifiedDateTo
setModifiedDateTo
public void setModifiedDateTo(java.util.Date modifiedDateTo)
- Parameters:
modifiedDateTo
- the modifiedDateTo to set
getModifiedDateOption
public SearchCriteria.DateOption getModifiedDateOption()
- Returns:
- the modifiedDateOption
setModifiedDateOption
public void setModifiedDateOption(SearchCriteria.DateOption modifiedDateOption)
- Parameters:
modifiedDateOption
- the modifiedDateOption to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type
- the type to set
getSubType
public java.lang.String getSubType()
- Returns:
- the subType
setSubType
public void setSubType(java.lang.String subType)
- Parameters:
subType
- the subType to set
getAttributeValues
public java.util.List<SearchCriteria.AttributeValue> getAttributeValues()
- Returns:
- the attributeValues
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.