Class TmaBillingAgreementItemModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel
de.hybris.platform.b2ctelcoservices.model.TmaBillingAgreementItemModel
- All Implemented Interfaces:
Serializable
Generated model class for type TmaBillingAgreementItem first defined at extension b2ctelcoservices.
Items appearing on the billing agreement.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationTmaBillAgreement2Itemdefining source attributeagreementin extensionb2ctelcoservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.static final StringGenerated constant - Attribute key ofTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices.Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel
IDFields 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.TmaBillingAgreementItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaBillingAgreementItemModel(String _id, 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 parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.getPrice()Generated method - Getter of theTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.Generated method - Getter of theTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.voidsetPrice(TmaCpiPriceModel value) Generated method - Setter ofTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.voidGenerated method - Setter ofTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices.Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel
getId, setIdMethods 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:
-
_TMABILLAGREEMENT2ITEM
Generated relation code constant for relationTmaBillAgreement2Itemdefining source attributeagreementin extensionb2ctelcoservices.- See Also:
-
PRICE
Generated constant - Attribute key ofTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.- See Also:
-
AGREEMENT
Generated constant - Attribute key ofTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.- See Also:
-
SUBSCRIBEDPRODUCTS
Generated constant - Attribute key ofTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices.- See Also:
-
-
Constructor Details
-
TmaBillingAgreementItemModel
public TmaBillingAgreementItemModel()Generated constructor - Default constructor for generic creation. -
TmaBillingAgreementItemModel
public TmaBillingAgreementItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TmaBillingAgreementItemModel
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 - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typeTmaAgreementItemat extensionb2ctelcoservices
-
TmaBillingAgreementItemModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaBillingAgreementItemModel(String _id, 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:
_id- initial attribute declared by typeTmaAgreementItemat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAgreement
Generated method - Getter of theTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.- Returns:
- the agreement
-
getPrice
Generated method - Getter of theTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.- Returns:
- the price
-
getSubscribedProducts
@Accessor(qualifier="subscribedProducts", type=GETTER) public Collection<TmaSubscribedProductModel> getSubscribedProducts()Generated method - Getter of theTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the subscribedProducts
-
setAgreement
@Accessor(qualifier="agreement", type=SETTER) public void setAgreement(TmaBillingAgreementModel value) Generated method - Setter ofTmaBillingAgreementItem.agreementattribute defined at extensionb2ctelcoservices.- Parameters:
value- the agreement
-
setPrice
Generated method - Setter ofTmaBillingAgreementItem.priceattribute defined at extensionb2ctelcoservices.- Parameters:
value- the price
-
setSubscribedProducts
@Accessor(qualifier="subscribedProducts", type=SETTER) public void setSubscribedProducts(Collection<TmaSubscribedProductModel> value) Generated method - Setter ofTmaBillingAgreementItem.subscribedProductsattribute defined at extensionb2ctelcoservices.- Parameters:
value- the subscribedProducts
-