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()abstract UnitsetName(String value)abstract List<ProfileTab>getTabs()abstract UnitsetTabs(List<ProfileTab> value)StringgetImage()UnitsetImage(String value)StringgetBackground()UnitsetBackground(String value)StringgetSubText()UnitsetSubText(String value)-
-
Method Detail
-
getTabs
abstract List<ProfileTab> getTabs()
-
setTabs
abstract Unit setTabs(List<ProfileTab> value)
-
getBackground
String getBackground()
-
setBackground
Unit setBackground(String value)
-
getSubText
String getSubText()
-
setSubText
Unit setSubText(String value)
-
-
-
-