Class DataTransfersByDestinationNameAndIdentity

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

public class DataTransfersByDestinationNameAndIdentity extends ecmwf.web.dao.ModelSearchBase
The Class DataTransfersByDestinationNameAndIdentity.
  • 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 by destination name and identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the destination name.
    Gets the identity.

    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

    • DataTransfersByDestinationNameAndIdentity

      public DataTransfersByDestinationNameAndIdentity(String dest, String id)
      Instantiates a new data transfers by destination name and identity.
      Parameters:
      dest - the dest
      id - the id
  • Method Details

    • getIdentity

      public String getIdentity()
      Gets the identity.
      Returns:
      the identity
    • getDestinationName

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