|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.ContentReference
bbc.rd.tvanytime.MemberOf
public class MemberOf
MemberOf: Represents a CRID that is used to identify a group.
Constructor Summary | |
---|---|
MemberOf()
Constructor for objects of class MemberOf. |
|
MemberOf(java.lang.String crid)
Constructor for objects of class MemberOf. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.Integer |
getIndex()
Returns the index for this CRID within a group |
void |
setIndex(java.lang.Integer index)
Sets the index for this CRID within a group |
java.lang.String |
toString(int indent)
Returns a string representation of this object. |
java.lang.String |
toXML(int indent)
Returns an XML representation of this object. |
Methods inherited from class bbc.rd.tvanytime.ContentReference |
---|
equals, getAuthority, getCRID, getData, hashCode, setCRID, toString, toXML |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MemberOf()
public MemberOf(java.lang.String crid) throws TVAnytimeException
crid
- String representation of the CRID (e.g. "crid://bbc.co.uk/21837").
TVAnytimeException
- Thrown if passed invalid CRID.Method Detail |
---|
public java.lang.Integer getIndex()
public void setIndex(java.lang.Integer index)
index
- The index of this object within its group.public java.lang.String toXML(int indent)
toXML
in class ContentReference
indent
- Number of tabs with which to indent the string.
public java.lang.String toString(int indent)
toString
in class ContentReference
indent
- Number of tabs with which to indent the string.
public java.lang.Object clone()
clone
in class ContentReference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |