|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentInformation
public class SegmentInformation
SegmentInformation: Represents a SegmentInformation object
Constructor Summary | |
---|---|
SegmentInformation()
Constructor for objects of class SegmentInformation |
|
SegmentInformation(java.lang.String segmentID,
ContentReference programRef,
SegmentLocator segmentLocator)
Constructor for objects of class SegmentInformation with all required fields |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
BasicSegmentDescription |
getDescription()
getDescription - gets the Description |
ContentReference |
getProgramRef()
getProgramRef - gets the programRef |
java.lang.String |
getSegmentID()
getSegmentID - gets the segmentID |
SegmentLocator |
getSegmentLocator()
getSegmentLocator - gets the SegmentLocator |
void |
setDescription(BasicSegmentDescription description)
setDescription - set the Description |
void |
setProgramRef(ContentReference programRef)
setProgramRef - sets the programRef |
void |
setSegmentID(java.lang.String segmentID)
setSegmentID - sets the segmentID |
void |
setSegmentLocator(SegmentLocator segmentLocator)
setSegmentLocator - set the SegmentLocator |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this table. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SegmentInformation()
public SegmentInformation(java.lang.String segmentID, ContentReference programRef, SegmentLocator segmentLocator)
segmentID
- the segment IDprogramRef
- a ContentReference objectsegmentLocator
- a SegmentLocator objectMethod Detail |
---|
public BasicSegmentDescription getDescription()
public void setDescription(BasicSegmentDescription description)
description
- the BasicSegmentDescription objectpublic SegmentLocator getSegmentLocator()
public void setSegmentLocator(SegmentLocator segmentLocator)
segmentLocator
- the SegmentLocator objectpublic java.lang.String getSegmentID()
public ContentReference getProgramRef()
public void setSegmentID(java.lang.String segmentID)
segmentID
- the segmentIDpublic void setProgramRef(ContentReference programRef)
programRef
- the programRef (a ContentReference object)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.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 |