com.fatwire.services.beans.search
Class SearchCriteria

java.lang.Object
  extended by com.fatwire.services.beans.search.SearchCriteria

public class SearchCriteria
extends java.lang.Object

Bean to hold the advanced search parameters


Nested Class Summary
 class SearchCriteria.AttributeValue
          Search Criteria for the attribute search
static class SearchCriteria.DateOption
           
static class SearchCriteria.Operation
           
 
Constructor Summary
SearchCriteria()
           
 
Method Summary
 java.util.List<SearchCriteria.AttributeValue> getAttributeValues()
           
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getKeyword()
           
 java.lang.String getLocale()
           
 java.util.Date getModifiedDateFrom()
           
 SearchCriteria.DateOption getModifiedDateOption()
           
 java.util.Date getModifiedDateTo()
           
 java.lang.String getName()
           
 SearchCriteria.Operation getOperation()
           
 java.lang.Long getSiteId()
           
 java.lang.String getSubType()
           
 java.lang.String getType()
           
 void setAuthor(java.lang.String author)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 void setKeyword(java.lang.String keyword)
           
 void setLocale(java.lang.String locale)
           
 void setModifiedDateFrom(java.util.Date modifiedDateFrom)
           
 void setModifiedDateOption(SearchCriteria.DateOption modifiedDateOption)
           
 void setModifiedDateTo(java.util.Date modifiedDateTo)
           
 void setName(java.lang.String name)
           
 void setOperation(SearchCriteria.Operation operation)
           
 void setSiteId(java.lang.Long siteId)
           
 void setSubType(java.lang.String subType)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCriteria

public SearchCriteria()
Method Detail

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.