|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.si.simple.ProgramReferenceWithTimes
public final class ProgramReferenceWithTimes
Wraps a program reference with its start and end times.
Constructor Summary | |
---|---|
ProgramReferenceWithTimes(ProgramReference r,
java.util.Date start,
java.util.Date end)
Construct the program reference with times. |
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Return the end time of the program as passed in to the constructor |
ProgramReference |
getProgramReference()
Return the program reference as passed in to the constructor |
java.util.Date |
getStartTime()
Return the start time of the program as passed in to the constructor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgramReferenceWithTimes(ProgramReference r, java.util.Date start, java.util.Date end)
r
- the program referencestart
- the (inclusive) start time of the programend
- the (exclusive) end time of the programMethod Detail |
---|
public ProgramReference getProgramReference()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |