public class PromotionActionParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
UUID
Generated constant - Attribute key of
PromotionActionParameter.uuid attribute defined at extension promotionengineservices. |
static String |
VALUE
Generated constant - Attribute key of
PromotionActionParameter.value attribute defined at extension promotionengineservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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 |
|---|---|
String |
getUuid()
Generated method - Getter of the
PromotionActionParameter.uuid attribute defined at extension promotionengineservices. |
Object |
getValue()
Generated method - Getter of the
PromotionActionParameter.value attribute defined at extension promotionengineservices. |
void |
setUuid(String value)
Generated method - Setter of
PromotionActionParameter.uuid attribute defined at extension promotionengineservices. |
void |
setValue(Object value)
Generated method - Setter of
PromotionActionParameter.value attribute defined at extension promotionengineservices. |
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 UUID
PromotionActionParameter.uuid attribute defined at extension promotionengineservices.public static final 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 String getUuid()
PromotionActionParameter.uuid attribute defined at extension promotionengineservices.@Accessor(qualifier="value", type=GETTER) public Object getValue()
PromotionActionParameter.value attribute defined at extension promotionengineservices.@Accessor(qualifier="uuid", type=SETTER) public void setUuid(String value)
PromotionActionParameter.uuid attribute defined at extension promotionengineservices.value - the uuid - Action parameter uuidCopyright © 2017 SAP SE. All Rights Reserved.