Class TmaPoVariantModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaPoVariantModel
    extends TmaSimpleProductOfferingModel
    Generated model class for type TmaPoVariant first defined at extension b2ctelcoservices.

    Generic Variant Product Offering type.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _TMASIMPLEPRODUCTOFFERING2TMAPOVARIANTRELATION

        public static final java.lang.String _TMASIMPLEPRODUCTOFFERING2TMAPOVARIANTRELATION
        Generated relation code constant for relation TmaSimpleProductOffering2TmaPoVariantRelation defining source attribute tmaBasePo in extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • TMABASEPO

        public static final java.lang.String TMABASEPO
        Generated constant - Attribute key of TmaPoVariant.tmaBasePo attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TmaPoVariantModel

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

        public TmaPoVariantModel​(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
      • TmaPoVariantModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPoVariantModel​(CatalogVersionModel _catalogVersion,
                                 java.lang.String _code,
                                 TmaSimpleProductOfferingModel _tmaBasePo)
        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 Product at extension catalog
        _code - initial attribute declared by type Product at extension core
        _tmaBasePo - initial attribute declared by type TmaPoVariant at extension b2ctelcoservices
      • TmaPoVariantModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPoVariantModel​(CatalogVersionModel _catalogVersion,
                                 java.lang.String _code,
                                 ItemModel _owner,
                                 TmaSimpleProductOfferingModel _tmaBasePo)
        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 Product at extension catalog
        _code - initial attribute declared by type Product at extension core
        _owner - initial attribute declared by type Item at extension core
        _tmaBasePo - initial attribute declared by type TmaPoVariant at extension b2ctelcoservices
    • Method Detail

      • getTmaBasePo

        @Accessor(qualifier="tmaBasePo",
                  type=GETTER)
        public TmaSimpleProductOfferingModel getTmaBasePo()
        Generated method - Getter of the TmaPoVariant.tmaBasePo attribute defined at extension b2ctelcoservices.
        Returns:
        the tmaBasePo - Base Simple Product Offering for which the variants are defined.
      • setTmaBasePo

        @Accessor(qualifier="tmaBasePo",
                  type=SETTER)
        public void setTmaBasePo​(TmaSimpleProductOfferingModel value)
        Generated method - Setter of TmaPoVariant.tmaBasePo attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the tmaBasePo - Base Simple Product Offering for which the variants are defined.