public class CockpitFavoriteCategoryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_USER2COCKPITFAVORITECATEGORYRELATION
Generated relation code constant for relation
User2CockpitFavoriteCategoryRelation defining source attribute user in extension cockpit. |
static String |
DESCRIPTION
Generated constant - Attribute key of
CockpitFavoriteCategory.description attribute defined at extension cockpit. |
static String |
LABEL
Generated constant - Attribute key of
CockpitFavoriteCategory.label attribute defined at extension cockpit. |
static String |
QUALIFIER
Generated constant - Attribute key of
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit. |
static String |
USER
Generated constant - Attribute key of
CockpitFavoriteCategory.user attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitFavoriteCategoryModel()
Generated constructor - Default constructor for generic creation.
|
CockpitFavoriteCategoryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitFavoriteCategoryModel(ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CockpitFavoriteCategoryModel(String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Generated method - Getter of the
CockpitFavoriteCategory.description attribute defined at extension cockpit. |
String |
getDescription(Locale loc)
Generated method - Getter of the
CockpitFavoriteCategory.description attribute defined at extension cockpit. |
String |
getLabel()
Generated method - Getter of the
CockpitFavoriteCategory.label attribute defined at extension cockpit. |
String |
getLabel(Locale loc)
Generated method - Getter of the
CockpitFavoriteCategory.label attribute defined at extension cockpit. |
String |
getQualifier()
Generated method - Getter of the
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit. |
UserModel |
getUser()
Generated method - Getter of the
CockpitFavoriteCategory.user attribute defined at extension cockpit. |
void |
setDescription(String value)
Generated method - Setter of
CockpitFavoriteCategory.description attribute defined at extension cockpit. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
CockpitFavoriteCategory.description attribute defined at extension cockpit. |
void |
setLabel(String value)
Generated method - Setter of
CockpitFavoriteCategory.label attribute defined at extension cockpit. |
void |
setLabel(String value,
Locale loc)
Generated method - Setter of
CockpitFavoriteCategory.label attribute defined at extension cockpit. |
void |
setQualifier(String value)
Generated method - Setter of
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit. |
void |
setUser(UserModel value)
Generated method - Setter of
CockpitFavoriteCategory.user 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 _USER2COCKPITFAVORITECATEGORYRELATION
User2CockpitFavoriteCategoryRelation defining source attribute user in extension cockpit.public static final String QUALIFIER
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit.public static final String LABEL
CockpitFavoriteCategory.label attribute defined at extension cockpit.public static final String DESCRIPTION
CockpitFavoriteCategory.description attribute defined at extension cockpit.public static final String USER
CockpitFavoriteCategory.user attribute defined at extension cockpit.public CockpitFavoriteCategoryModel()
public CockpitFavoriteCategoryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitFavoriteCategoryModel(String _qualifier)
_qualifier - initial attribute declared by type CockpitFavoriteCategory at extension cockpit@Deprecated public CockpitFavoriteCategoryModel(ItemModel _owner, String _qualifier)
_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type CockpitFavoriteCategory at extension cockpit@Accessor(qualifier="description", type=GETTER) public String getDescription()
CockpitFavoriteCategory.description attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
CockpitFavoriteCategory.description attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="label", type=GETTER) public String getLabel()
CockpitFavoriteCategory.label attribute defined at extension cockpit.@Accessor(qualifier="label", type=GETTER) public String getLabel(Locale loc)
CockpitFavoriteCategory.label attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
CockpitFavoriteCategory.user attribute defined at extension cockpit.@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
CockpitFavoriteCategory.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
CockpitFavoriteCategory.description attribute defined at extension cockpit.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="label", type=SETTER) public void setLabel(String value)
CockpitFavoriteCategory.label attribute defined at extension cockpit.value - the label@Accessor(qualifier="label", type=SETTER) public void setLabel(String value, Locale loc)
CockpitFavoriteCategory.label attribute defined at extension cockpit.value - the labelloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
CockpitFavoriteCategory.qualifier attribute defined at extension cockpit.value - the qualifierCopyright © 2017 SAP SE. All Rights Reserved.