Class DestinationAliases
java.lang.Object
ecmwf.web.dao.ModelSearchBase
ecmwf.ecpds.master.plugin.http.home.transfer.searches.DestinationAliases
- All Implemented Interfaces:
ecmwf.web.model.ModelSearch
,Cloneable
public class DestinationAliases
extends ecmwf.web.dao.ModelSearchBase
The Class DestinationAliases.
-
Field Summary
Fields inherited from interface ecmwf.web.model.ModelSearch
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
-
Constructor Summary
ConstructorsConstructorDescriptionDestinationAliases
(Destination d, boolean destinations) Instantiates a new destination aliases. -
Method Summary
Modifier and TypeMethodDescriptionGets the destination.boolean
Checks if is alias list.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
-
Constructor Details
-
DestinationAliases
Instantiates a new destination aliases.- Parameters:
d
- the ddestinations
- the destinations
-
-
Method Details
-
getDestination
-
isAliasList
public boolean isAliasList()Checks if is alias list.- Returns:
- true, if is alias list
-