|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.creditsInformation.CreditsList
public class CreditsList
Represents a TV-Anytime CreditsList object.
Constructor Summary | |
---|---|
CreditsList()
Constructor. |
Method Summary | |
---|---|
void |
addCreditsItem(CreditsItem creditsItem)
Adds a CreditsItem object to add to the listt |
java.lang.Object |
clone()
Clones itself. |
CreditsItem |
getCreditsItem(int index)
Gets the CreditsItem object at the specified index |
int |
getNumCreditsItems()
Return number of CreditsItems in list. |
void |
removeAll()
removeAll - removes all CreditsItems. |
void |
removeCreditsItem(int index)
Removes a CreditsItem object from the list |
java.lang.String |
toString()
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toString(int indent)
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toXML()
Returns a XML representation of this object with the specified number of tab indentations |
java.lang.String |
toXML(int indent)
Returns a XML representation of this object with the specified number of tab indentations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreditsList()
Method Detail |
---|
public int getNumCreditsItems()
public CreditsItem getCreditsItem(int index)
index
- the index of the required CreditsItem object
public void addCreditsItem(CreditsItem creditsItem)
creditsItem
- the CreditsItem objectpublic void removeCreditsItem(int index)
index
- The index of the object to remove.public void removeAll()
public java.lang.String toXML(int indent)
public java.lang.String toXML()
public java.lang.String toString(int indent)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |