public class AbstractPromotionActionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PROMOTIONRESULT2PROMOTIONACTIONSRELATION
Generated relation code constant for relation
PromotionResult2PromotionActionsRelation defining source attribute promotionResult in extension promotions. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
GUID
Generated constant - Attribute key of
AbstractPromotionAction.guid attribute defined at extension promotions. |
static java.lang.String |
MARKEDAPPLIED
Generated constant - Attribute key of
AbstractPromotionAction.markedApplied attribute defined at extension promotions. |
static java.lang.String |
PROMOTIONRESULT
Generated constant - Attribute key of
AbstractPromotionAction.promotionResult attribute defined at extension promotions. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.lang.String |
getGuid()
Generated method - Getter of the
AbstractPromotionAction.guid attribute defined at extension promotions. |
java.lang.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(java.lang.String value)
Generated method - Setter of
AbstractPromotionAction.guid attribute defined at extension promotions. |
void |
setMarkedApplied(java.lang.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, 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 _PROMOTIONRESULT2PROMOTIONACTIONSRELATION
PromotionResult2PromotionActionsRelation defining source attribute promotionResult in extension promotions.public static final java.lang.String MARKEDAPPLIED
AbstractPromotionAction.markedApplied attribute defined at extension promotions.public static final java.lang.String GUID
AbstractPromotionAction.guid attribute defined at extension promotions.public static final java.lang.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 java.lang.String getGuid()
AbstractPromotionAction.guid attribute defined at extension promotions.@Accessor(qualifier="markedApplied", type=GETTER) public java.lang.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(java.lang.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(java.lang.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 © 2018 SAP SE. All Rights Reserved.