public class PromotionGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
IDENTIFIER
Generated constant - Attribute key of
PromotionGroup.Identifier attribute defined at extension promotions. |
static String |
PROMOTIONS
Generated constant - Attribute key of
PromotionGroup.Promotions attribute defined at extension promotions. |
static String |
PROMOTIONSOURCERULES
Generated constant - Attribute key of
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PromotionGroupModel()
Generated constructor - Default constructor for generic creation.
|
PromotionGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PromotionGroupModel(String _Identifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PromotionGroupModel(String _Identifier,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Generated method - Getter of the
PromotionGroup.Identifier attribute defined at extension promotions. |
Collection<AbstractPromotionModel> |
getPromotions()
Generated method - Getter of the
PromotionGroup.Promotions attribute defined at extension promotions. |
Collection<PromotionSourceRuleModel> |
getPromotionSourceRules()
Generated method - Getter of the
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices. |
void |
setIdentifier(String value)
Generated method - Setter of
PromotionGroup.Identifier attribute defined at extension promotions. |
void |
setPromotions(Collection<AbstractPromotionModel> value)
Generated method - Setter of
PromotionGroup.Promotions attribute defined at extension promotions. |
void |
setPromotionSourceRules(Collection<PromotionSourceRuleModel> value)
Generated method - Setter of
PromotionGroup.promotionSourceRules 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 IDENTIFIER
PromotionGroup.Identifier attribute defined at extension promotions.public static final String PROMOTIONS
PromotionGroup.Promotions attribute defined at extension promotions.public static final String PROMOTIONSOURCERULES
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices.public PromotionGroupModel()
public PromotionGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PromotionGroupModel(String _Identifier)
_Identifier - initial attribute declared by type PromotionGroup at extension promotions@Deprecated public PromotionGroupModel(String _Identifier, ItemModel _owner)
_Identifier - initial attribute declared by type PromotionGroup at extension promotions_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="Identifier", type=GETTER) public String getIdentifier()
PromotionGroup.Identifier attribute defined at extension promotions.@Accessor(qualifier="Promotions", type=GETTER) public Collection<AbstractPromotionModel> getPromotions()
PromotionGroup.Promotions attribute defined at extension promotions.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="promotionSourceRules", type=GETTER) public Collection<PromotionSourceRuleModel> getPromotionSourceRules()
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="Identifier", type=SETTER) public void setIdentifier(String value)
PromotionGroup.Identifier attribute defined at extension promotions.value - the Identifier@Accessor(qualifier="Promotions", type=SETTER) public void setPromotions(Collection<AbstractPromotionModel> value)
PromotionGroup.Promotions attribute defined at extension promotions.value - the Promotions@Accessor(qualifier="promotionSourceRules", type=SETTER) public void setPromotionSourceRules(Collection<PromotionSourceRuleModel> value)
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices.value - the promotionSourceRulesCopyright © 2017 SAP SE. All Rights Reserved.