Class PromotionOrderEntryAdjustActionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.promotions.model.AbstractPromotionActionModel
de.hybris.platform.promotions.model.PromotionOrderEntryAdjustActionModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CachedPromotionOrderEntryAdjustActionModel
Generated model class for type PromotionOrderEntryAdjustAction first defined at extension promotions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofPromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.static final StringGenerated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.static final StringGenerated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.static final StringGenerated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.Fields inherited from class de.hybris.platform.promotions.model.AbstractPromotionActionModel
_PROMOTIONRESULT2PROMOTIONACTIONSRELATION, GUID, MARKEDAPPLIED, PROMOTIONRESULTFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of thePromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.voidGenerated method - Setter ofPromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.voidsetOrderEntryNumber(Integer value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.voidsetOrderEntryProduct(ProductModel value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.voidsetOrderEntryQuantity(Long value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.Methods inherited from class de.hybris.platform.promotions.model.AbstractPromotionActionModel
getGuid, getMarkedApplied, getPromotionResult, setGuid, setMarkedApplied, setPromotionResultMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
AMOUNT
Generated constant - Attribute key ofPromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.- See Also:
-
ORDERENTRYPRODUCT
Generated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.- See Also:
-
ORDERENTRYQUANTITY
Generated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.- See Also:
-
ORDERENTRYNUMBER
Generated constant - Attribute key ofPromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.- See Also:
-
-
Constructor Details
-
PromotionOrderEntryAdjustActionModel
public PromotionOrderEntryAdjustActionModel()Generated constructor - Default constructor for generic creation. -
PromotionOrderEntryAdjustActionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
PromotionOrderEntryAdjustActionModel
@Deprecated(since="4.1.1", forRemoval=true) public PromotionOrderEntryAdjustActionModel(ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAmount
Generated method - Getter of thePromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.- Returns:
- the amount - The amount to adjust the order entry by.
-
getOrderEntryNumber
Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.- Returns:
- the orderEntryNumber - The entry number in the order
-
getOrderEntryProduct
Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.- Returns:
- the orderEntryProduct - The product of the order entry to adjust
-
getOrderEntryQuantity
Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.- Returns:
- the orderEntryQuantity - The quantity of the order entry to adjust
-
setAmount
Generated method - Setter ofPromotionOrderEntryAdjustAction.amountattribute defined at extensionpromotions.- Parameters:
value- the amount - The amount to adjust the order entry by.
-
setOrderEntryNumber
Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryNumberattribute defined at extensionpromotions.- Parameters:
value- the orderEntryNumber - The entry number in the order
-
setOrderEntryProduct
@Accessor(qualifier="orderEntryProduct", type=SETTER) public void setOrderEntryProduct(ProductModel value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryProductattribute defined at extensionpromotions.- Parameters:
value- the orderEntryProduct - The product of the order entry to adjust
-
setOrderEntryQuantity
@Accessor(qualifier="orderEntryQuantity", type=SETTER) public void setOrderEntryQuantity(Long value) Generated method - Setter ofPromotionOrderEntryAdjustAction.orderEntryQuantityattribute defined at extensionpromotions.- Parameters:
value- the orderEntryQuantity - The quantity of the order entry to adjust
-