public class PromotionGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
IDENTIFIER
Generated constant - Attribute key of
PromotionGroup.Identifier attribute defined at extension promotions. |
static java.lang.String |
PROMOTIONS
Generated constant - Attribute key of
PromotionGroup.Promotions attribute defined at extension promotions. |
static java.lang.String |
PROMOTIONSOURCERULES
Generated constant - Attribute key of
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _Identifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PromotionGroupModel(java.lang.String _Identifier,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Generated method - Getter of the
PromotionGroup.Identifier attribute defined at extension promotions. |
java.util.Collection<AbstractPromotionModel> |
getPromotions()
Generated method - Getter of the
PromotionGroup.Promotions attribute defined at extension promotions. |
java.util.Collection<PromotionSourceRuleModel> |
getPromotionSourceRules()
Generated method - Getter of the
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices. |
void |
setIdentifier(java.lang.String value)
Generated method - Setter of
PromotionGroup.Identifier attribute defined at extension promotions. |
void |
setPromotions(java.util.Collection<AbstractPromotionModel> value)
Generated method - Setter of
PromotionGroup.Promotions attribute defined at extension promotions. |
void |
setPromotionSourceRules(java.util.Collection<PromotionSourceRuleModel> value)
Generated method - Setter of
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices. |
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 IDENTIFIER
PromotionGroup.Identifier attribute defined at extension promotions.public static final java.lang.String PROMOTIONS
PromotionGroup.Promotions attribute defined at extension promotions.public static final java.lang.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(java.lang.String _Identifier)
_Identifier - initial attribute declared by type PromotionGroup at extension promotions@Deprecated
public PromotionGroupModel(java.lang.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 java.lang.String getIdentifier()
PromotionGroup.Identifier attribute defined at extension promotions.@Accessor(qualifier="Promotions", type=GETTER) public java.util.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 java.util.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(java.lang.String value)
PromotionGroup.Identifier attribute defined at extension promotions.value - the Identifier@Accessor(qualifier="Promotions", type=SETTER) public void setPromotions(java.util.Collection<AbstractPromotionModel> value)
PromotionGroup.Promotions attribute defined at extension promotions.value - the Promotions@Accessor(qualifier="promotionSourceRules", type=SETTER) public void setPromotionSourceRules(java.util.Collection<PromotionSourceRuleModel> value)
PromotionGroup.promotionSourceRules attribute defined at extension promotionengineservices.value - the promotionSourceRulesCopyright © 2018 SAP SE. All Rights Reserved.