Class LastDataTransfersByHost

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

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

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    LastDataTransfersByHost(Host host, int limit)
    Instantiates a new last data transfers by host.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the host.
    int
    Gets the limit.

    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 Object

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

    • LastDataTransfersByHost

      public LastDataTransfersByHost(Host host, int limit)
      Instantiates a new last data transfers by host.
      Parameters:
      host - the host
      limit - maximum number of rows to return
  • Method Details

    • getHost

      public Host getHost()
      Gets the host.
      Returns:
      the host
    • getLimit

      public int getLimit()
      Gets the limit.
      Returns:
      the limit