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()
SearchCriteria
public SearchCriteria(java.lang.String type)
SearchCriteria
public SearchCriteria(java.lang.String type,
java.lang.String subType)
SearchCriteria
public SearchCriteria(AssetId parentId)
getSiteId
public long getSiteId()
- Returns:
- the siteId
setSiteId
public void setSiteId(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
getParentId
public AssetId getParentId()
- Returns:
- the parentId
setParentId
public void setParentId(AssetId parentId)
- Parameters:
parentId
- the parentId 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
getTags
public java.lang.String getTags()
setTags
public void setTags(java.lang.String tags)
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
getPhrase
public java.lang.String getPhrase()
- Returns:
- the phrase
setPhrase
public void setPhrase(java.lang.String phrase)
- Parameters:
phrase
- the phrase 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) 2013, Oracle and/or its affiliates. All rights reserved.