public class BouquetImpl extends Object implements Bouquet
A BouquetImpl object may optionally implement the
CAIdentification interface. Note that bouquets are not
supported in ATSC.
CAIdentification| Constructor and Description |
|---|
BouquetImpl(String name,
int bouquetID,
ServiceInformationType siType,
Date updatedTime)
This constructor creates the Bouquet object, with all the
class variables, passed into the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBouquetID()
This method returns the ID of this bouquet definition.
|
Locator |
getLocator()
Gets the complete Locator of this SI Element.
|
String |
getName()
This method returns the name of this bouquet.
|
ServiceInformationType |
getServiceInformationType()
Reports the service information format of this object.
|
Date |
getUpdateTime()
Returns the time when this object was last updated from data in
the broadcast.
|
public BouquetImpl(String name, int bouquetID, ServiceInformationType siType, Date updatedTime)
SIManagerImplpublic int getBouquetID()
getBouquetID in interface Bouquetpublic String getName()
public Locator getLocator()
getLocator in interface SIElementLocatorImplpublic Date getUpdateTime()
getUpdateTime in interface SIRetrievablenull
if unknown.public ServiceInformationType getServiceInformationType()
getServiceInformationType in interface SIElementCopyright © 2012 code4tv.com. All Rights Reserved.