public class ServiceComponentImpl extends Object implements ServiceComponent
| Constructor and Description |
|---|
ServiceComponentImpl(String name,
String language,
StreamType streamType,
Service service,
ProgramEvent program,
ServiceInformationType siType,
boolean autorun,
Date updatedTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociatedLanguage()
Called to identified the language used for the elementary stream.
|
Locator |
getLocator()
Gets the complete Locator of this SI Element.
|
String |
getName()
Returns a name associated with this component.
|
ProgramEvent |
getProgramEvent()
Provides the ProgramEvent to which this ServiceComponentImpl belongs.
|
int |
getSelectionFailedReason() |
Service |
getService()
Provides the Service to which this ServiceComponentImpl belongs.
|
ServiceInformationType |
getServiceInformationType()
Reports the service information format of this object.
|
StreamType |
getStreamType()
Provides the stream type of this component.
|
Date |
getUpdateTime()
Returns the time when this object was last updated from data in
the broadcast.
|
boolean |
isAutoRun() |
void |
setSelectionFailedReason(int reason) |
public ServiceComponentImpl(String name, String language, StreamType streamType, Service service, ProgramEvent program, ServiceInformationType siType, boolean autorun, Date updatedTime)
public String getName()
getName in interface ServiceComponentpublic String getAssociatedLanguage()
getAssociatedLanguage in interface ServiceComponentpublic StreamType getStreamType()
getStreamType in interface ServiceComponentpublic Service getService()
getService in interface ServiceComponentpublic Locator getLocator()
getLocator in interface SIElementpublic Date getUpdateTime()
getUpdateTime in interface SIRetrievablenull
if unknown.public ServiceInformationType getServiceInformationType()
getServiceInformationType in interface SIElementpublic ProgramEvent getProgramEvent()
public boolean isAutoRun()
public void setSelectionFailedReason(int reason)
public int getSelectionFailedReason()
Copyright © 2012 code4tv.com. All Rights Reserved.