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