|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentInformationTable
public class SegmentInformationTable
SegmentInformationTable: Represents a SegmentInformation table
Constructor Summary | |
---|---|
SegmentInformationTable()
Constructor for objects of class SegmentInformationTable. |
|
SegmentInformationTable(SegmentList segmentList,
SegmentGroupList segmentGroupList)
Constructor for objects of class SegmentInformationTable with required fields. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
SegmentGroupList |
getSegmentGroupList()
getSegmentGroupList - gets the SegmentGroupList objects belonging to this SegmentInformationTable |
SegmentList |
getSegmentList()
getSegmentList - gets the SegmentList objects belonging to this SegmentInformationTable |
java.lang.String |
getTimeUnit()
getTimeUnit - gets the timeUnit |
void |
removeAll()
Removes everything. |
void |
setSegmentGroupList(SegmentGroupList segmentGroupList)
setSegmentGroupList - sets the SegmentGroupList objects belonging to this SegmentInformationTable |
void |
setSegmentList(SegmentList segmentList)
setSegmentList - sets the SegmentList objects belonging to this SegmentInformationTable |
void |
setTimeUnit(java.lang.String timeUnit)
setTimeUnit - sets the timeUnit |
java.lang.String |
toString()
Returns string representation of this table. |
java.lang.String |
toString(int indent)
Returns string representation of this table. |
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 SegmentInformationTable()
public SegmentInformationTable(SegmentList segmentList, SegmentGroupList segmentGroupList)
segList
- a SegmentList objectsegGroupList
- a SegmentGroupList objectMethod Detail |
---|
public SegmentList getSegmentList()
public void setSegmentList(SegmentList segmentList)
the
- SegmentList object in this SegmentInformationTablepublic SegmentGroupList getSegmentGroupList()
public void setSegmentGroupList(SegmentGroupList segmentGroupList)
the
- SegmentGroupList object in this SegmentInformationTablepublic void setTimeUnit(java.lang.String timeUnit)
timeUnit
- the time unitpublic java.lang.String getTimeUnit()
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 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 |