|
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.SearchCriteria
tv.amwa.maj.argument.SearchByMobID
public class SearchByMobID
Implementation of a search criteria for matching mobs defined by a mob id.
Constructor Summary | |
---|---|
SearchByMobID(MobID mobId)
Create a search criteria defined by a mob id. |
Method Summary | |
---|---|
SearchByMobID |
clone()
|
boolean |
equals(Object o)
|
MobID |
getMobId()
Returns the mob id of the search criteria. |
int |
hashCode()
|
void |
setMobId(MobID mobId)
Sets the mob id of the search criteria. |
String |
toString()
Create a pseudo-XML representation of this search by mob id criteria. |
Methods inherited from class tv.amwa.maj.argument.SearchCriteria |
---|
getSearchTag |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tv.amwa.maj.union.SearchCriteria |
---|
getSearchTag |
Constructor Detail |
---|
public SearchByMobID(MobID mobId) throws NullPointerException
Create a search criteria defined by a mob id.
mobId
- MobID to search for.
NullPointerException
- The given mob id is null
.Method Detail |
---|
public MobID getMobId()
SearchByMobID
Returns the mob id of the search criteria.
getMobId
in interface SearchByMobID
public void setMobId(MobID mobId) throws NullPointerException
SearchByMobID
Sets the mob id of the search criteria.
setMobId
in interface SearchByMobID
mobId
- Mob id of the search criteria.
NullPointerException
- The given mob id is null
.public boolean equals(Object o)
equals
in class Object
public String toString()
Create a pseudo-XML representation of this search by mob id criteria. No XML schema or DTD defines this element. For example:
<SearchByMobID mobId="urn:x-umid:0102030405060708090a0b0c-0d-0e0f10-1112131415161718191a1b1c1d1e1f20"/>
toString
in class Object
public SearchByMobID 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 |