|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.programInformation.ProgramInformation
public class ProgramInformation
ProgramInformation: Represents the descriptive information of a program.
| Constructor Summary | |
|---|---|
ProgramInformation()
Constructor for ProgramInformation. |
|
ProgramInformation(ContentReference programID)
Constructor for ProgramInformation. |
|
ProgramInformation(ContentReference programID,
BasicDescription basicDescription)
Constructor for ProgramInformation. |
|
| Method Summary | |
|---|---|
void |
addMemberOf(MemberOf memberOf)
Add MemberOf object to this program. |
java.lang.Object |
clone()
Clones itself. |
AVAttributes |
getAVAttributes()
Get audio-visual attributes object for this program. |
BasicDescription |
getBasicDescription()
Get description of this program. |
MemberOf |
getMemberOf(int index)
Get MemberOf object for this program. |
int |
getNumMemberOfs()
Get number of MemberOf objects contained in this program. |
ContentReference |
getProgramID()
Returns CRID for this program. |
void |
removeAll()
Remove all MemberOf and Keyword objects. |
void |
removeMemberOf(int index)
removeMemberOf - Removes a MemberOf object from the Description object |
void |
setAVAttributes(AVAttributes avAttributes)
Set audio-visual attributes object for this program. |
void |
setBasicDescription(BasicDescription basicDescription)
Set description of this program. |
void |
setProgramID(ContentReference programID)
Set CRID for this program. |
java.lang.String |
toString()
Returns string representation of this program. |
java.lang.String |
toString(int indent)
Returns string representation of this program. |
java.lang.String |
toXML()
Returns string representation of this program. |
java.lang.String |
toXML(int indent)
Returns string representation of this program. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgramInformation()
public ProgramInformation(ContentReference programID,
BasicDescription basicDescription)
programID - CRID for this program.basicDescription - Description of this program.public ProgramInformation(ContentReference programID)
programID - CRID for this program.| Method Detail |
|---|
public ContentReference getProgramID()
public void setProgramID(ContentReference programID)
programID - CRID for this program.public BasicDescription getBasicDescription()
public void setBasicDescription(BasicDescription basicDescription)
basicDescription - Description of this program.public AVAttributes getAVAttributes()
public void setAVAttributes(AVAttributes avAttributes)
avAttributes - Audio-visual attributes of this program.public int getNumMemberOfs()
public MemberOf getMemberOf(int index)
index - The index of the MemberOf object to access.
public void addMemberOf(MemberOf memberOf)
memberOf - The MemberOf object to add to this program.public void removeMemberOf(int index)
index - The index of the object to remove.public void removeAll()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
indent - Number of tabs with which to indent the string.
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 | ||||||||