|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentificationCriteriaByIdProductID
Specifies a criteria for matching an identification by its product id.
Identification.getProductID()
,
AUID
Method Summary | |
---|---|
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. |
Methods inherited from interface tv.amwa.maj.union.IdentificationCriteria |
---|
getIdentificationCriteriaType |
Method Detail |
---|
AUID 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
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |