|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.BasicSegmentDescription
public class BasicSegmentDescription
BasicSegmentDescription: Represents a TV-Anytime Description object.
This object is named 'Description' in the XML and appears in the SegmentationInformation table. It is
of type 'BasicSegmentDescription'.
Constructor Summary | |
---|---|
BasicSegmentDescription()
Default constructor for objects of class BasicSegmentDescription |
Method Summary | |
---|---|
void |
addKeyword(Keyword keyword)
Add Keyword object to this program. |
void |
addRelatedMaterial(RelatedMaterial relatedMaterial)
addRelatedMaterial - adds a RelatedMaterial object to the Description object |
void |
addSynopsis(Synopsis synopsis)
addSynopsis - adds a Synopsis object to the Description object |
void |
addTitle(Title title)
addTitle - adds a Title object to the Description object |
java.lang.Object |
clone()
Clones itself. |
Keyword |
getKeyword(int index)
Get Keyword object for this program. |
int |
getNumKeywords()
Get number of Keyword objects contained in this program. |
int |
getNumRelatedMaterials()
getNumRelatedMaterials - gets the number of RelatedMaterial objects belonging to this Description object |
int |
getNumSynopses()
getNumSynopses - gets the number of Synopsis objects belonging to this Description object |
int |
getNumTitles()
getNumTitles - gets the number of Title objects belonging to this Description object |
RelatedMaterial |
getRelatedMaterial(int index)
getRelatedMaterial - gets the RelatedMaterial object at the specified index |
Synopsis |
getSynopsis(int index)
getSynopsis - gets the Synopsis object at the specified index |
Title |
getTitle(int index)
getTitle - gets the Title object at the specified index |
void |
removeAll()
removeAll - removes all Title, Synopsis, RelatedMaterial, CaptionLanguage, SignLanguage, PromotionalInformation and Genre objects from this Description object. |
void |
removeKeyword(int index)
Removes a Keyword object from the Description object |
java.lang.String |
toString(int indent)
toString - returns a String representation of this BasicSegmentDescription object with the specified number of tab indentations |
java.lang.String |
toXML(int indent)
Returns a XML representation of this BasicSegmentDescription object with the specified number of tab indentations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicSegmentDescription()
Method Detail |
---|
public java.lang.String toXML(int indent)
public java.lang.String toString(int indent)
public int getNumTitles()
public Title getTitle(int index)
index
- the index of the required Title object
public void addTitle(Title title)
title
- the Title objectpublic int getNumSynopses()
public Synopsis getSynopsis(int index)
index
- the index of the required Synopsis object
public void addSynopsis(Synopsis synopsis)
synopsis
- the Synopsis objectpublic int getNumKeywords()
public Keyword getKeyword(int index)
index
- The index of the Keyword object to access.
public void addKeyword(Keyword keyword)
memberOf
- The Keyword object to add to this program.public void removeKeyword(int index)
index
- The index of the object to remove.public int getNumRelatedMaterials()
public RelatedMaterial getRelatedMaterial(int index)
index
- the index of the required RelatedMaterial object
public void addRelatedMaterial(RelatedMaterial relatedMaterial)
relatedMaterial
- the RelatedMaterial objectpublic void removeAll()
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 |