public interface IdentificationCriteriaByIdProductID extends IdentificationCriteria
Specifies a criteria for matching an identification by its product id.
Identification.getApplicationProductID(),
AUID| Modifier and Type | Method and Description |
|---|---|
AUID |
getProductID()
Returns the product id that defines this
identification criteria as an
AUID. |
void |
setProductID(AUID productId)
Sets the product id that defines this identification criteria.
|
getIdentificationCriteriaTypeAUID getProductID()
Returns the product id that defines this
identification criteria as an AUID.
void setProductID(AUID productId) throws NullPointerException
Sets the product id that defines this identification criteria.
productId - Product id of this identification criteria.NullPointerException - The given product id is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.