|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gcapmedia.dab.epg.Location
public class Location
Describes the time information and the location in the DAB channel of a programme. There may be:
The time property describes the time information for a programme. Either as absolute or relative. Relative time should only be used for nested programme events.
Constructor Summary | |
---|---|
Location()
Create a new location |
Method Summary | |
---|---|
void |
addBearer(Bearer bearer)
Adds a bearer to the location |
void |
addRelativeTime(RelativeTime relativeTime)
Adds a relative time to the location |
void |
addTime(Time time)
Adds a time to the location |
java.util.Collection<Bearer> |
getBearers()
|
java.util.Collection<RelativeTime> |
getRelativeTimes()
|
java.util.Collection<Time> |
getTimes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Location()
Method Detail |
---|
public java.util.Collection<Time> getTimes()
public void addTime(Time time)
time
- Programme time to addpublic java.util.Collection<RelativeTime> getRelativeTimes()
public void addRelativeTime(RelativeTime relativeTime)
relativeTimes
- Programme relative time to addpublic java.util.Collection<Bearer> getBearers()
public void addBearer(Bearer bearer)
bearer
- Bearer to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |