Class RatesByDates

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

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

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    RatesByDates(Date fromDate, Date toDate, boolean perTransferServer, String caller, String sourceHost)
    Instantiates a new rates by dates.
    RatesByDates(Date fromDate, Date toDate, String transferServerName, String caller, String sourceHost)
    Instantiates a new rates by dates.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the caller.
    Gets the from date.
    boolean
    Gets the per transfer server.
    Gets the source host.
    Gets the to date.
    Gets the transfer server name.

    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

    • RatesByDates

      public RatesByDates(Date fromDate, Date toDate, boolean perTransferServer, String caller, String sourceHost)
      Instantiates a new rates by dates.
      Parameters:
      fromDate - the from date
      toDate - the to date
      perTransferServer - the per transfer server
      caller - the caller
      sourceHost - the source host
    • RatesByDates

      public RatesByDates(Date fromDate, Date toDate, String transferServerName, String caller, String sourceHost)
      Instantiates a new rates by dates.
      Parameters:
      fromDate - the from date
      toDate - the to date
      transferServerName - the transfer server name
      caller - the caller
      sourceHost - the source host
  • Method Details

    • getFromDate

      public Date getFromDate()
      Gets the from date.
      Returns:
      the from date
    • getToDate

      public Date getToDate()
      Gets the to date.
      Returns:
      the to date
    • getTransferServerName

      public String getTransferServerName()
      Gets the transfer server name.
      Returns:
      the transfer server name
    • getPerTransferServer

      public boolean getPerTransferServer()
      Gets the per transfer server.
      Returns:
      the per transfer server
    • getCaller

      public String getCaller()
      Gets the caller.
      Returns:
      the caller
    • getSourceHost

      public String getSourceHost()
      Gets the source host.
      Returns:
      the source host