Class TmaPoVariantModel

All Implemented Interfaces:
Serializable

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

Generic Variant Product Offering type.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _TMASIMPLEPRODUCTOFFERING2TMAPOVARIANTRELATION
      Generated relation code constant for relation TmaSimpleProductOffering2TmaPoVariantRelation defining source attribute tmaBasePo in extension tuadatacommonsservices.
      See Also:
    • TMABASEPO

      public static final String TMABASEPO
      Generated constant - Attribute key of TmaPoVariant.tmaBasePo attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • 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, 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 tuadatacommonsservices
    • TmaPoVariantModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaPoVariantModel(CatalogVersionModel _catalogVersion, 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 tuadatacommonsservices
  • Method Details

    • getTmaBasePo

      @Accessor(qualifier="tmaBasePo", type=GETTER) public TmaSimpleProductOfferingModel getTmaBasePo()
      Generated method - Getter of the TmaPoVariant.tmaBasePo attribute defined at extension tuadatacommonsservices.
      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 tuadatacommonsservices.
      Parameters:
      value - the tmaBasePo - Base Simple Product Offering for which the variants are defined.