|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gcapmedia.dab.epg.Crid
public class Crid
A unique identifier for a programme, programme event or programme group in the format in the format of a Content Reference ID as defined in the TV-Anytime specification.
This CRID (Content Reference ID) should be in the form of:
crid://<authority>/<data>Where
<authority>
is a registered Internet domain name that the
CRID author has permission to use. The <authority>
string is
case insensitive. <data>
is a free format string (URI
compliant and case insensitive) that is meaningful to the given authority and
should uniquely identify the content within that authority.
Constructor Summary | |
---|---|
Crid(java.lang.String crid)
Create a new CRID from its string representation |
|
Crid(java.lang.String authority,
java.lang.String data)
Create a new CRID |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAuthority()
|
java.lang.String |
getCrid()
|
java.lang.String |
getData()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Crid(java.lang.String authority, java.lang.String data)
authority
- CRID authoritydata
- CRID datapublic Crid(java.lang.String crid)
crid
- CRID stringMethod Detail |
---|
public java.lang.String getAuthority()
public java.lang.String getData()
public java.lang.String getCrid()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |