public class MobileActionKeywordModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
KEYWORD
Generated constant - Attribute key of
MobileActionKeyword.keyword attribute defined at extension mobileservices. |
static String |
KEYWORDLOWERCASE
Generated constant - Attribute key of
MobileActionKeyword.keywordLowerCase attribute defined at extension mobileservices. |
static String |
TYPE
Generated constant - Attribute key of
MobileActionKeyword.type attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileActionKeywordModel()
Generated constructor - Default constructor for generic creation.
|
MobileActionKeywordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileActionKeywordModel(String _keyword)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MobileActionKeywordModel(String _keyword,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword()
Generated method - Getter of the
MobileActionKeyword.keyword attribute defined at extension mobileservices. |
MobileKeywordType |
getType()
Generated method - Getter of the
MobileActionKeyword.type attribute defined at extension mobileservices. |
void |
setKeyword(String value)
Generated method - Setter of
MobileActionKeyword.keyword attribute defined at extension mobileservices. |
void |
setType(MobileKeywordType value)
Generated method - Setter of
MobileActionKeyword.type attribute defined at extension mobileservices. |
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 TYPE
MobileActionKeyword.type attribute defined at extension mobileservices.public static final String KEYWORD
MobileActionKeyword.keyword attribute defined at extension mobileservices.public static final String KEYWORDLOWERCASE
MobileActionKeyword.keywordLowerCase attribute defined at extension mobileservices.public MobileActionKeywordModel()
public MobileActionKeywordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileActionKeywordModel(String _keyword)
_keyword - initial attribute declared by type MobileActionKeyword at extension mobileservices@Deprecated public MobileActionKeywordModel(String _keyword, ItemModel _owner)
_keyword - initial attribute declared by type MobileActionKeyword at extension mobileservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="keyword", type=GETTER) public String getKeyword()
MobileActionKeyword.keyword attribute defined at extension mobileservices.@Accessor(qualifier="type", type=GETTER) public MobileKeywordType getType()
MobileActionKeyword.type attribute defined at extension mobileservices.@Accessor(qualifier="keyword", type=SETTER) public void setKeyword(String value)
MobileActionKeyword.keyword attribute defined at extension mobileservices.value - the keyword@Accessor(qualifier="type", type=SETTER) public void setType(MobileKeywordType value)
MobileActionKeyword.type attribute defined at extension mobileservices.value - the typeCopyright © 2017 SAP SE. All Rights Reserved.