|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttv.amwa.maj.argument.IdentificationCriteria
tv.amwa.maj.argument.IdentificationCriteriaByIdGeneration
public class IdentificationCriteriaByIdGeneration
Implementation of a criteria for matching an identification by its generation id.
Constructor Summary | |
---|---|
IdentificationCriteriaByIdGeneration(AUID generationID)
Create a new identification criteria with a generation ID. |
Method Summary | |
---|---|
IdentificationCriteriaByIdGeneration |
clone()
|
boolean |
equals(Object o)
|
AUID |
getGenerationID()
Returns the generation id of the identification criteria. |
int |
hashCode()
|
void |
setGenerationID(AUID generationID)
Sets the generation id of the identification criteria. |
String |
toString()
Pseudo-XML representation of this identification criteria. |
Methods inherited from class tv.amwa.maj.argument.IdentificationCriteria |
---|
getIdentificationCriteriaType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tv.amwa.maj.union.IdentificationCriteria |
---|
getIdentificationCriteriaType |
Constructor Detail |
---|
public IdentificationCriteriaByIdGeneration(AUID generationID) throws NullPointerException
Create a new identification criteria with a generation ID.
generationID
- Generation identifier to match with this identification criteria.
NullPointerException
- The given generation id is null
.Method Detail |
---|
public AUID getGenerationID()
IdentificationCriteriaByIdGeneration
Returns the generation id of the identification criteria.
getGenerationID
in interface IdentificationCriteriaByIdGeneration
public void setGenerationID(AUID generationID) throws NullPointerException
IdentificationCriteriaByIdGeneration
Sets the generation id of the identification criteria.
setGenerationID
in interface IdentificationCriteriaByIdGeneration
generationID
- Set the generation id of the identification criteria.
NullPointerException
- The given generation id is null
.public boolean equals(Object o)
equals
in class Object
public String toString()
Pseudo-XML representation of this identification criteria. No corresponding XML schema or DTD is defined. For example:
<IdentificationCriteria generationId="urn:uuid:7ab65789-dfed-7891-f6b7-a8d67892"/>
toString
in class Object
public IdentificationCriteriaByIdGeneration clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int hashCode()
hashCode
in class Object
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |