public class WidgetPreferencesModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
OWNERUSER
Generated constant - Attribute key of
WidgetPreferences.ownerUser attribute defined at extension cockpit. |
static String |
TITLE
Generated constant - Attribute key of
WidgetPreferences.title attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WidgetPreferencesModel()
Generated constructor - Default constructor for generic creation.
|
WidgetPreferencesModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WidgetPreferencesModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
UserModel |
getOwnerUser()
Generated method - Getter of the
WidgetPreferences.ownerUser attribute defined at extension cockpit. |
String |
getTitle()
Generated method - Getter of the
WidgetPreferences.title attribute defined at extension cockpit. |
String |
getTitle(Locale loc)
Generated method - Getter of the
WidgetPreferences.title attribute defined at extension cockpit. |
void |
setOwnerUser(UserModel value)
Generated method - Setter of
WidgetPreferences.ownerUser attribute defined at extension cockpit. |
void |
setTitle(String value)
Generated method - Setter of
WidgetPreferences.title attribute defined at extension cockpit. |
void |
setTitle(String value,
Locale loc)
Generated method - Setter of
WidgetPreferences.title attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String TITLE
WidgetPreferences.title attribute defined at extension cockpit.public static final String OWNERUSER
WidgetPreferences.ownerUser attribute defined at extension cockpit.public WidgetPreferencesModel()
public WidgetPreferencesModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WidgetPreferencesModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="ownerUser", type=GETTER) public UserModel getOwnerUser()
WidgetPreferences.ownerUser attribute defined at extension cockpit.@Accessor(qualifier="title", type=GETTER) public String getTitle()
WidgetPreferences.title attribute defined at extension cockpit.@Accessor(qualifier="title", type=GETTER) public String getTitle(Locale loc)
WidgetPreferences.title attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="ownerUser", type=SETTER) public void setOwnerUser(UserModel value)
WidgetPreferences.ownerUser attribute defined at extension cockpit.value - the ownerUser@Accessor(qualifier="title", type=SETTER) public void setTitle(String value)
WidgetPreferences.title attribute defined at extension cockpit.value - the title@Accessor(qualifier="title", type=SETTER) public void setTitle(String value, Locale loc)
WidgetPreferences.title attribute defined at extension cockpit.value - the titleloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.