Class SearchByDestination

java.lang.Object
ecmwf.web.dao.ModelSearchBase
ecmwf.ecpds.master.plugin.http.home.ecuser.searches.SearchByDestination
All Implemented Interfaces:
ecmwf.web.model.ModelSearch, Cloneable

public class SearchByDestination extends ecmwf.web.dao.ModelSearchBase
The Class SearchByDestination.
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    final String
    The destination name.

    Fields inherited from interface ecmwf.web.model.ModelSearch Link icon

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    SearchByDestination(String destinationName)
    Instantiates a new search by destination.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the destination name.

    Methods inherited from class ecmwf.web.dao.ModelSearchBase Link icon

    addAndQuery, addOrQuery, addSortItem, addSortItems, cacheable, getBase, getCopy, getKey, getOffset, getQuery, getScope, getSizeLimit, getSortItems, partialMatches, resetSortItems, setBase, setCacheable, setOffset, setPartialMatches, setQuery, setScope, setSizeLimit, setSortItemsFromStrings, setStoreSearchResults, storeSearchResults

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • destinationName Link icon

      public final String destinationName
      The destination name.
  • Constructor Details Link icon

    • SearchByDestination Link icon

      public SearchByDestination(String destinationName)
      Instantiates a new search by destination.
      Parameters:
      destinationName - the destination name
  • Method Details Link icon

    • getDestinationName Link icon

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name