public class BillingEventModel extends BillingTimeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHANGEPRODUCTPRICEBUNDLERULES
Generated constant - Attribute key of
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices. |
static String |
HELPCONTENT
Generated constant - Attribute key of
BillingEvent.helpContent attribute defined at extension financialservices. |
CARTAWARE, CODE, DESCRIPTION, NAMEINCART, NAMEINORDER, ORDER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BillingEventModel()
Generated constructor - Default constructor for generic creation.
|
BillingEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BillingEventModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BillingEventModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ChangeProductPriceBundleRuleModel> |
getChangeProductPriceBundleRules()
Generated method - Getter of the
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices. |
String |
getHelpContent()
Generated method - Getter of the
BillingEvent.helpContent attribute defined at extension financialservices. |
String |
getHelpContent(Locale loc)
Generated method - Getter of the
BillingEvent.helpContent attribute defined at extension financialservices. |
void |
setChangeProductPriceBundleRules(Collection<ChangeProductPriceBundleRuleModel> value)
Generated method - Setter of
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices. |
void |
setHelpContent(String value)
Generated method - Setter of
BillingEvent.helpContent attribute defined at extension financialservices. |
void |
setHelpContent(String value,
Locale loc)
Generated method - Setter of
BillingEvent.helpContent attribute defined at extension financialservices. |
getCartAware, getCode, getDescription, getDescription, getNameInCart, getNameInCart, getNameInOrder, getNameInOrder, getOrder, setCartAware, setCode, setDescription, setDescription, setNameInCart, setNameInCart, setNameInOrder, setNameInOrder, setOrdergetComments, 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 CHANGEPRODUCTPRICEBUNDLERULES
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices.public static final String HELPCONTENT
BillingEvent.helpContent attribute defined at extension financialservices.public BillingEventModel()
public BillingEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BillingEventModel(String _code)
_code - initial attribute declared by type BillingTime at extension subscriptionservices@Deprecated public BillingEventModel(String _code, ItemModel _owner)
_code - initial attribute declared by type BillingTime at extension subscriptionservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="changeProductPriceBundleRules", type=GETTER) public Collection<ChangeProductPriceBundleRuleModel> getChangeProductPriceBundleRules()
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="helpContent", type=GETTER) public String getHelpContent()
BillingEvent.helpContent attribute defined at extension financialservices.@Accessor(qualifier="helpContent", type=GETTER) public String getHelpContent(Locale loc)
BillingEvent.helpContent attribute defined at extension financialservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="changeProductPriceBundleRules", type=SETTER) public void setChangeProductPriceBundleRules(Collection<ChangeProductPriceBundleRuleModel> value)
BillingEvent.changeProductPriceBundleRules attribute defined at extension configurablebundleservices.value - the changeProductPriceBundleRules@Accessor(qualifier="helpContent", type=SETTER) public void setHelpContent(String value)
BillingEvent.helpContent attribute defined at extension financialservices.value - the helpContent@Accessor(qualifier="helpContent", type=SETTER) public void setHelpContent(String value, Locale loc)
BillingEvent.helpContent attribute defined at extension financialservices.value - the helpContentloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.