public class WidgetPreferencesModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
OWNERUSER
Generated constant - Attribute key of
WidgetPreferences.ownerUser attribute defined at extension cockpit. |
static java.lang.String |
TITLE
Generated constant - Attribute key of
WidgetPreferences.title attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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. |
java.lang.String |
getTitle()
Generated method - Getter of the
WidgetPreferences.title attribute defined at extension cockpit. |
java.lang.String |
getTitle(java.util.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(java.lang.String value)
Generated method - Setter of
WidgetPreferences.title attribute defined at extension cockpit. |
void |
setTitle(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
WidgetPreferences.title attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String TITLE
WidgetPreferences.title attribute defined at extension cockpit.public static final java.lang.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 java.lang.String getTitle()
WidgetPreferences.title attribute defined at extension cockpit.@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle(java.util.Locale loc)
WidgetPreferences.title attribute defined at extension cockpit.loc - the value localization keyjava.lang.IllegalArgumentException - 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(java.lang.String value)
WidgetPreferences.title attribute defined at extension cockpit.value - the title@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value, java.util.Locale loc)
WidgetPreferences.title attribute defined at extension cockpit.value - the titleloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.