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. |
_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. |
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. |
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 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="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 PromotionsCopyright © 2000-2016 SAP SE. All Rights Reserved.