Title here
Summary here
AbstractEntityKind: global abstract class
Extends: AbstractEntity
Entity:
Properties
| Name | Type | Description |
|---|---|---|
| TABLE | string | |
| PRIMARY_KEY | Object | |
| eventId | string | event identifier |
| name | string | Program name |
| description | string | Program description |
| start | string | Program start time |
| duration | string | The duration of the program |
| channelId | string | Identifier of the channel on which is played the program |
| recordingId | string | Recording guid |
| state | number | |
| parentalRating | number | the parental rating |
| episode | number | episode number |
| totalEpisodes | number | total number of episodes |
| season | number | season number |
| isSerie | boolean | flag |
| serieId | string | The id of the serie |
| image | string | Image of the program |
DAO program entity .