public class AbstractPromotionActionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PROMOTIONRESULT2PROMOTIONACTIONSRELATION
Generated relation code constant for relation
PromotionResult2PromotionActionsRelation defining source attribute promotionResult in extension promotions. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
GUID
Generated constant - Attribute key of
AbstractPromotionAction.guid attribute defined at extension promotions. |
static String |
MARKEDAPPLIED
Generated constant - Attribute key of
AbstractPromotionAction.markedApplied attribute defined at extension promotions. |
static String |
PROMOTIONRESULT
Generated constant - Attribute key of
AbstractPromotionAction.promotionResult attribute defined at extension promotions. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractPromotionActionModel()
Generated constructor - Default constructor for generic creation.
|
AbstractPromotionActionModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractPromotionActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Generated method - Getter of the
AbstractPromotionAction.guid attribute defined at extension promotions. |
Boolean |
getMarkedApplied()
Generated method - Getter of the
AbstractPromotionAction.markedApplied attribute defined at extension promotions. |
PromotionResultModel |
getPromotionResult()
Generated method - Getter of the
AbstractPromotionAction.promotionResult attribute defined at extension promotions. |
void |
setGuid(String value)
Generated method - Setter of
AbstractPromotionAction.guid attribute defined at extension promotions. |
void |
setMarkedApplied(Boolean value)
Generated method - Setter of
AbstractPromotionAction.markedApplied attribute defined at extension promotions. |
void |
setPromotionResult(PromotionResultModel value)
Generated method - Setter of
AbstractPromotionAction.promotionResult attribute defined at extension promotions. |
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 _PROMOTIONRESULT2PROMOTIONACTIONSRELATION
PromotionResult2PromotionActionsRelation defining source attribute promotionResult in extension promotions.public static final String MARKEDAPPLIED
AbstractPromotionAction.markedApplied attribute defined at extension promotions.public static final String GUID
AbstractPromotionAction.guid attribute defined at extension promotions.public static final String PROMOTIONRESULT
AbstractPromotionAction.promotionResult attribute defined at extension promotions.public AbstractPromotionActionModel()
public AbstractPromotionActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractPromotionActionModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="guid", type=GETTER) public String getGuid()
AbstractPromotionAction.guid attribute defined at extension promotions.@Accessor(qualifier="markedApplied", type=GETTER) public Boolean getMarkedApplied()
AbstractPromotionAction.markedApplied attribute defined at extension promotions.@Accessor(qualifier="promotionResult", type=GETTER) public PromotionResultModel getPromotionResult()
AbstractPromotionAction.promotionResult attribute defined at extension promotions.@Accessor(qualifier="guid", type=SETTER) public void setGuid(String value)
AbstractPromotionAction.guid attribute defined at extension promotions.value - the guid - The unique identifier for this action.@Accessor(qualifier="markedApplied", type=SETTER) public void setMarkedApplied(Boolean value)
AbstractPromotionAction.markedApplied attribute defined at extension promotions.value - the markedApplied - Flag to indicate that this promotion is applied.@Accessor(qualifier="promotionResult", type=SETTER) public void setPromotionResult(PromotionResultModel value)
AbstractPromotionAction.promotionResult attribute defined at extension promotions.value - the promotionResultCopyright © 2017 SAP SE. All Rights Reserved.