Package knf.hydra.core.models
Class ProfileModel
-
- All Implemented Interfaces:
public abstract class ProfileModelRepresents a profile page
-
-
Constructor Summary
Constructors Constructor Description ProfileModel()
-
Method Summary
Modifier and Type Method Description abstract StringgetName()Profile name abstract UnitsetName(String name)Profile name abstract List<ProfileTab>getTabs()Profile info tabs abstract UnitsetTabs(List<ProfileTab> tabs)Profile info tabs StringgetImage()Optional profile image UnitsetImage(String image)Optional profile image StringgetBackground()Optional header image background UnitsetBackground(String background)Optional header image background StringgetSubText()Optional subtext UnitsetSubText(String subText)Optional subtext -
-
Method Detail
-
getTabs
abstract List<ProfileTab> getTabs()
Profile info tabs
-
setTabs
abstract Unit setTabs(List<ProfileTab> tabs)
Profile info tabs
-
getBackground
String getBackground()
Optional header image background
-
setBackground
Unit setBackground(String background)
Optional header image background
-
getSubText
String getSubText()
Optional subtext
-
setSubText
Unit setSubText(String subText)
Optional subtext
-
-
-
-