public class SmarteditConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
KEY
Generated constant - Attribute key of
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SmarteditConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
SmarteditConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SmarteditConfigurationModel(java.lang.String _key,
ItemModel _owner,
java.lang.String _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SmarteditConfigurationModel(java.lang.String _key,
java.lang.String _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Generated method - Getter of the
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
java.lang.String |
getValue()
Generated method - Getter of the
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
void |
setKey(java.lang.String value)
Generated method - Setter of
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
void |
setValue(java.lang.String value)
Generated method - Setter of
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
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 KEY
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.public static final java.lang.String VALUE
SmarteditConfiguration.value attribute defined at extension smarteditwebservices.public SmarteditConfigurationModel()
public SmarteditConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SmarteditConfigurationModel(java.lang.String _key,
java.lang.String _value)
_key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices_value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices@Deprecated
public SmarteditConfigurationModel(java.lang.String _key,
ItemModel _owner,
java.lang.String _value)
_key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices_owner - initial attribute declared by type Item at extension core_value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices@Accessor(qualifier="key", type=GETTER) public java.lang.String getKey()
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
SmarteditConfiguration.value attribute defined at extension smarteditwebservices.@Accessor(qualifier="key", type=SETTER) public void setKey(java.lang.String value)
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.value - the key - name of the propertyCopyright © 2018 SAP SE. All Rights Reserved.