com.fatwire.services.beans.search
Class SearchRequestBean
java.lang.Object
  
com.fatwire.services.beans.BaseBean
      
com.fatwire.services.beans.search.SearchRequestBean
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class SearchRequestBean
- extends BaseBean
 
This class used in search to build the search request query
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SearchRequestBean
public SearchRequestBean()
getSearchText
public java.lang.String getSearchText()
- Returns:
 - the searchText
 
 
setSearchText
public void setSearchText(java.lang.String searchText)
- Parameters:
 searchText - the searchText to set
 
getAssetType
public java.lang.String getAssetType()
- Returns:
 - the assetType
 
 
setAssetType
public void setAssetType(java.lang.String assetType)
- Parameters:
 assetType - the assetType to set
 
getAssetTypeConfig
public java.lang.String getAssetTypeConfig()
- Returns:
 - the assetTypeConfig
 
 
setAssetTypeConfig
public void setAssetTypeConfig(java.lang.String assetTypeConfig)
- Parameters:
 assetTypeConfig - the assetTypeConfig to set
 
getConfigName
public java.lang.String getConfigName()
- Returns:
 - the configName
 
 
setConfigName
public void setConfigName(java.lang.String configName)
- Parameters:
 configName - the configName to set
 
getSearchView
public java.lang.String getSearchView()
- Returns:
 - the searchView
 
 
setSearchView
public void setSearchView(java.lang.String searchView)
- Parameters:
 searchView - the searchView to set
 
getAssetSubType
public java.lang.String getAssetSubType()
- Returns:
 - the assetSubType
 
 
setAssetSubType
public void setAssetSubType(java.lang.String assetSubType)
- Parameters:
 assetSubType - the assetSubType to set
 
getSort
public java.lang.String getSort()
- Returns:
 - the sort
 
 
setSort
public void setSort(java.lang.String sort)
- Parameters:
 sort - the sort to set
 
getDefaultSortColumn
public java.lang.String getDefaultSortColumn()
- Returns:
 - the defaultSortColumn
 
 
setDefaultSortColumn
public void setDefaultSortColumn(java.lang.String defaultSortColumn)
- Parameters:
 defaultSortColumn - the defaultSortColumn to set
 
getDefaultSortOrder
public java.lang.String getDefaultSortOrder()
- Returns:
 - the defaultSortOrder
 
 
setDefaultSortOrder
public void setDefaultSortOrder(java.lang.String defaultSortOrder)
- Parameters:
 defaultSortOrder - the defaultSortOrder to set
 
getRows
public java.lang.String getRows()
- Returns:
 - the rows
 
 
setRows
public void setRows(java.lang.String rows)
- Parameters:
 rows - the rows to set
 
getSearchType
public java.lang.String getSearchType()
- Returns:
 - the searchType
 
 
setSearchType
public void setSearchType(java.lang.String searchType)
- Parameters:
 searchType - the searchType to set
 
getSaveSearchId
public java.lang.String getSaveSearchId()
- Returns:
 - the saveSearchId
 
 
setSaveSearchId
public void setSaveSearchId(java.lang.String saveSearchId)
- Parameters:
 saveSearchId - the saveSearchId 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
 
getAssetName
public java.lang.String getAssetName()
- Returns:
 - the assetName
 
 
setAssetName
public void setAssetName(java.lang.String assetName)
- Parameters:
 assetName - the assetName to set
 
getAssetId
public java.lang.String getAssetId()
- Returns:
 - the assetId
 
 
setAssetId
public void setAssetId(java.lang.String assetId)
- Parameters:
 assetId - the assetId 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
 
getStartMenuId
public java.lang.String getStartMenuId()
- Returns:
 - the startMenuId
 
 
setStartMenuId
public void setStartMenuId(java.lang.String startMenuId)
- Parameters:
 startMenuId - the startMenuId to set
 
getModified
public java.lang.String getModified()
- Returns:
 - the modified
 
 
setModified
public void setModified(java.lang.String modified)
- Parameters:
 modified - the modified to set
 
getModifiedFrom
public java.lang.String getModifiedFrom()
- Returns:
 - the modifiedFrom
 
 
setModifiedFrom
public void setModifiedFrom(java.lang.String modifiedFrom)
- Parameters:
 modifiedFrom - the modifiedFrom to set
 
getModifiedTo
public java.lang.String getModifiedTo()
- Returns:
 - the modifiedTo
 
 
setModifiedTo
public void setModifiedTo(java.lang.String modifiedTo)
- Parameters:
 modifiedTo - the modifiedTo to set
 
getAttributes
public java.lang.Object[] getAttributes()
- Returns:
 - the attributes
 
 
setAttributes
public void setAttributes(java.lang.Object[] attributes)
- Parameters:
 attributes - the attributes to set
 
getBrowseUrl
public java.lang.String getBrowseUrl()
- Returns:
 - the browseUrl
 
 
setBrowseUrl
public void setBrowseUrl(java.lang.String browseUrl)
- Parameters:
 nodeKey - the nodeKey to set
 
getTree
public java.lang.String getTree()
- Returns:
 - the tree
 
 
setTree
public void setTree(java.lang.String tree)
- Parameters:
 tree - the tree to set
 
getBrowse
public boolean getBrowse()
- Returns:
 - the browse
 
 
setBrowse
public void setBrowse(boolean browse)
- Parameters:
 browse - the browse to set
 
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.