public class SmarteditConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
KEY
Generated constant - Attribute key of
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
static String |
VALUE
Generated constant - Attribute key of
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _key,
ItemModel _owner,
String _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SmarteditConfigurationModel(String _key,
String _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Generated method - Getter of the
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
String |
getValue()
Generated method - Getter of the
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
void |
setKey(String value)
Generated method - Setter of
SmarteditConfiguration.key attribute defined at extension smarteditwebservices. |
void |
setValue(String value)
Generated method - Setter of
SmarteditConfiguration.value attribute defined at extension smarteditwebservices. |
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 KEY
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.public static final 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(String _key, 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(String _key, ItemModel _owner, 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 String getKey()
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.@Accessor(qualifier="value", type=GETTER) public String getValue()
SmarteditConfiguration.value attribute defined at extension smarteditwebservices.@Accessor(qualifier="key", type=SETTER) public void setKey(String value)
SmarteditConfiguration.key attribute defined at extension smarteditwebservices.value - the key - name of the propertyCopyright © 2017 SAP SE. All Rights Reserved.