Class DataTransfersCountByMetaData

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

public class DataTransfersCountByMetaData extends ecmwf.web.dao.ModelSearchBase
The Class DataTransfersCountByMetaData.
  • 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 transfers count by meta data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the date.
    Gets the destination.
    Gets the meta data name.
    Gets the meta data value.
    boolean
    Checks for date.

    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

    • DataTransfersCountByMetaData

      public DataTransfersCountByMetaData(Destination dest, String name, String value, Date date)
      Instantiates a new data transfers count by meta data.
      Parameters:
      dest - the dest
      name - the name
      value - the value
      date - the date
  • Method Details

    • getMetaDataName

      public String getMetaDataName()
      Gets the meta data name.
      Returns:
      the meta data name
    • getMetaDataValue

      public String getMetaDataValue()
      Gets the meta data value.
      Returns:
      the meta data value
    • getDestination

      public Destination getDestination()
      Gets the destination.
      Returns:
      the destination
    • hasDate

      public boolean hasDate()
      Checks for date.
      Returns:
      true, if successful
    • getDate

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