Class DataFilesByMetaDataAndDate

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

public class DataFilesByMetaDataAndDate extends ecmwf.web.dao.ModelSearchBase
The Class DataFilesByMetaDataAndDate.
  • Field Summary

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new data files by meta data and date.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the data base cursor.
    Gets the date.
    Gets the name.
    Gets the value.

    Methods inherited from class ecmwf.web.dao.ModelSearchBase

    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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataFilesByMetaDataAndDate

      public DataFilesByMetaDataAndDate(String name, String value, Date date, DataBaseCursor cursor)
      Instantiates a new data files by meta data and date.
      Parameters:
      name - the name
      value - the value
      date - the date
      cursor - the cursor
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • getDataBaseCursor

      public DataBaseCursor getDataBaseCursor()
      Gets the data base cursor.
      Returns:
      the data base cursor