public class ProgramInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
copyright
A copyright statement for the media presentation.
|
java.lang.String |
lang
Declares the language code(s) for this ProgramInformation.
|
java.lang.String |
moreInformationURL
A URL that provides more information about the media presentation.
|
java.lang.String |
source
Information about the original source of the media presentation.
|
java.lang.String |
title
The title for the media presentation.
|
| Constructor and Description |
|---|
ProgramInformation(java.lang.String title,
java.lang.String source,
java.lang.String copyright,
java.lang.String moreInformationURL,
java.lang.String lang) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final java.lang.String title
public final java.lang.String source
public final java.lang.String copyright
public final java.lang.String moreInformationURL
public final java.lang.String lang