AbstractGridProgram

AbstractGridProgram ⇐ ImageModel

Kind: global abstract class
Extends: ImageModel
Model:
Properties

NameTypeDescription
isGridProgramboolean

flag

isEmptyboolean

True if it's a program with no data (waiting from backend or hole in grid)

starttimestamp

The time the program starts (in milliseconds)

durationnumber

The duration of the program, different from the duration of the content (in milliseconds)

replayboolean

The program can be re-viewed: it has already been broadcasted in the past

contentIdstring

The if of the content corresponding to the program

channelIdstring

The id of the channel on which the program is broadcasted

namestring

Name of the broadcasted content

morestring

More information about the broadcasted content

shortDescriptionstring

Short description about the broadcasted content

tagsArray.<*>

Array of tags, flags and additional info for each program stored in 31-bit integers

isAdultboolean

True if program is of adult content

AbstractGridProgram()

A program is a AbstractContent that is broadcasted on a AbstractChannel