Class TmaCompositeProdOfferPriceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
de.hybris.platform.b2ctelcoservices.model.TmaCompositeProdOfferPriceModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaTierUsageChargeCompositePopModel

public class TmaCompositeProdOfferPriceModel extends TmaProductOfferingPriceModel
Generated model class for type TmaCompositeProdOfferPrice first defined at extension tuadatacommonsservices.

Composite Product Offering Price.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CHILDREN

      public static final String CHILDREN
      Generated constant - Attribute key of TmaCompositeProdOfferPrice.children attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaCompositeProdOfferPriceModel

      public TmaCompositeProdOfferPriceModel()
      Generated constructor - Default constructor for generic creation.
    • TmaCompositeProdOfferPriceModel

      public TmaCompositeProdOfferPriceModel(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
    • TmaCompositeProdOfferPriceModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaCompositeProdOfferPriceModel(CatalogVersionModel _catalogVersion, String _id)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
    • TmaCompositeProdOfferPriceModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaCompositeProdOfferPriceModel(CatalogVersionModel _catalogVersion, 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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getChildren

      @Accessor(qualifier="children", type=GETTER) public Set<TmaProductOfferingPriceModel> getChildren()
      Generated method - Getter of the TmaCompositeProdOfferPrice.children attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the children - The children product offering prices
    • setChildren

      @Accessor(qualifier="children", type=SETTER) public void setChildren(Set<TmaProductOfferingPriceModel> value)
      Generated method - Setter of TmaCompositeProdOfferPrice.children attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the children - The children product offering prices