public interface SearchByPackageID extends SearchCriteria
Specifies a search criteria for matching packages defined by a package id.
| Modifier and Type | Method and Description |
|---|---|
PackageID |
getPackageID()
Returns the package id of the search criteria.
|
void |
setPackageID(PackageID packageID)
Sets the package id of the search criteria.
|
getSearchTagPackageID getPackageID()
Returns the package id of the search criteria.
void setPackageID(PackageID packageID) throws NullPointerException
Sets the package id of the search criteria.
packageID - Package id of the search criteria.NullPointerException - The given package id is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.