Package knf.hydra.core.models
Class ContentData.Single
-
- All Implemented Interfaces:
public final class ContentData.Single extends ContentData
Single model, used to show only one item, (e.g. a movie)
-
-
Field Summary
Fields Modifier and Type Field Description private final ContentItemModelmodelprivate final BooleancanDownload
-
Constructor Summary
Constructors Constructor Description ContentData.Single(ContentItemModel model, Boolean canDownload)
-
Method Summary
Modifier and Type Method Description final ContentItemModelgetModel()final BooleangetCanDownload()-
-
Constructor Detail
-
ContentData.Single
ContentData.Single(ContentItemModel model, Boolean canDownload)
-
-
Method Detail
-
getModel
final ContentItemModel getModel()
-
getCanDownload
final Boolean getCanDownload()
-
-
-
-