Package knf.hydra.core.models
Class RecentModel
-
- All Implemented Interfaces:
public abstract class RecentModelRepresents a recent released item.
It includes data about the content and the related info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRecentModel.NotifyRepresents a notified recent item
-
Field Summary
Fields Modifier and Type Field Description private Integeridprivate IntegerinfoIdprivate Stringnameprivate Stringtypeprivate Doublenumberprivate Stringlinkprivate StringinfoLinkprivate Categorycategoryprivate BooleanisMediaprivate StringinfoImageprivate StringcontentThumbnailprivate LayoutTypeinfoLayoutType
-
Constructor Summary
Constructors Constructor Description RecentModel()
-
Method Summary
Modifier and Type Method Description abstract IntegergetId()abstract UnitsetId(Integer value)abstract IntegergetInfoId()abstract UnitsetInfoId(Integer value)abstract StringgetName()abstract UnitsetName(String value)abstract StringgetType()abstract UnitsetType(String value)abstract DoublegetNumber()abstract UnitsetNumber(Double value)abstract StringgetLink()abstract UnitsetLink(String value)abstract StringgetInfoLink()abstract UnitsetInfoLink(String value)abstract CategorygetCategory()abstract UnitsetCategory(Category value)abstract BooleanisMedia()abstract UnitsetMedia(Boolean value)StringgetInfoImage()UnitsetInfoImage(String value)StringgetContentThumbnail()UnitsetContentThumbnail(String value)LayoutTypegetInfoLayoutType()UnitsetInfoLayoutType(LayoutType value)-
-
Method Detail
-
getInfoLink
abstract String getInfoLink()
-
setInfoLink
abstract Unit setInfoLink(String value)
-
getCategory
abstract Category getCategory()
-
setCategory
abstract Unit setCategory(Category value)
-
getInfoImage
String getInfoImage()
-
setInfoImage
Unit setInfoImage(String value)
-
getContentThumbnail
String getContentThumbnail()
-
setContentThumbnail
Unit setContentThumbnail(String value)
-
getInfoLayoutType
LayoutType getInfoLayoutType()
-
setInfoLayoutType
Unit setInfoLayoutType(LayoutType value)
-
-
-
-