|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.RelatedMaterial
public class RelatedMaterial
RelatedMaterial: Represents a RelatedMaterial object.
Constructor Summary | |
---|---|
RelatedMaterial()
Constructor for objects of type RelatedMaterial |
|
RelatedMaterial(MPEG7MediaLocator locator)
Constructor for objects of type RelatedMaterial with required fields |
|
RelatedMaterial(SegmentReference segmentReference)
Constructor for objects of type RelatedMaterial with required fields |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getHowRelated()
Gets the HowRelated value. |
java.lang.String |
getHowRelatedHREF()
Gets the HowRelated CS field. |
MPEG7MediaLocator |
getMediaLocator()
Return the MediaLocator for this RelatedMaterial object. |
java.lang.String |
getName()
Get the Name for the HowRelated item. |
java.lang.String |
getPromotionalText()
Return the PromotionalText for this RelatedMaterial object. |
SegmentReference |
getSegmentReference()
Return the SegmentReference for this RelatedMaterial object. |
MPEG7MediaLocator |
getSourceMediaLocator()
Return the MediaLocator for this RelatedMaterial object. |
void |
setHowRelated(java.lang.String howRelated)
Sets the HowRelated value. |
void |
setHowRelatedHREF(java.lang.String howRelatedHREF)
Sets the HowRelated CS field. |
void |
setMediaLocator(MPEG7MediaLocator locator)
Set the MediaLocator for this RelatedMaterial object. |
void |
setName(java.lang.String name)
Set the Name for the HowRelated item. |
void |
setPromotionalText(java.lang.String promotionalText)
Set the PromotionalText for this RelatedMaterial object. |
void |
setSegmentReference(SegmentReference segmentReference)
Set the SegmentReference for this RelatedMaterial object. |
void |
setSourceMediaLocator(MPEG7MediaLocator sourceLocator)
Set the SourceMediaLocator for this RelatedMaterial object. |
java.lang.String |
toString()
Return a string representation of this object. |
java.lang.String |
toString(int indent)
Return a string representation of this object. |
java.lang.String |
toXML()
Return a XML representation of this object. |
java.lang.String |
toXML(int indent)
Return a XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RelatedMaterial()
public RelatedMaterial(MPEG7MediaLocator locator)
locator
- the MediaLocator for this related material.public RelatedMaterial(SegmentReference segmentReference)
segmentReference
- the SegmentReference for this related material.Method Detail |
---|
public void setMediaLocator(MPEG7MediaLocator locator)
locator
- the MediaLocator for this related material.public void setSegmentReference(SegmentReference segmentReference)
segmentReference
- the SegmentReference for this related material.public MPEG7MediaLocator getMediaLocator()
public SegmentReference getSegmentReference()
public void setSourceMediaLocator(MPEG7MediaLocator sourceLocator)
locator
- The MediaLocator for the source content, to which this
related material is attached.public MPEG7MediaLocator getSourceMediaLocator()
public void setPromotionalText(java.lang.String promotionalText)
promotionalText
- Additional information about the link, which can
be used as an additional attractor.public java.lang.String getPromotionalText()
public void setHowRelatedHREF(java.lang.String howRelatedHREF) throws TVAnytimeException
howRelated
- The CS HREF.
TVAnytimeException
- if the href string is invalid.public java.lang.String getHowRelatedHREF()
public void setHowRelated(java.lang.String howRelated) throws TVAnytimeException
TVAnytimeException
public java.lang.String getHowRelated()
public void setName(java.lang.String name)
name
- The name.public java.lang.String getName()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- number of tabs to put before the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- number of tabs to put before 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 |