public class MobileActionKeywordModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
KEYWORD
Generated constant - Attribute key of
MobileActionKeyword.keyword attribute defined at extension mobileservices. |
static java.lang.String |
KEYWORDLOWERCASE
Generated constant - Attribute key of
MobileActionKeyword.keywordLowerCase attribute defined at extension mobileservices. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
MobileActionKeyword.type attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _keyword)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileActionKeywordModel(java.lang.String _keyword,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.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, 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 TYPE
MobileActionKeyword.type attribute defined at extension mobileservices.public static final java.lang.String KEYWORD
MobileActionKeyword.keyword attribute defined at extension mobileservices.public static final java.lang.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(java.lang.String _keyword)
_keyword - initial attribute declared by type MobileActionKeyword at extension mobileservices@Deprecated
public MobileActionKeywordModel(java.lang.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 java.lang.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(java.lang.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 © 2018 SAP SE. All Rights Reserved.