Class TmaAllowanceProdOfferPriceAlterationModel

All Implemented Interfaces:
Serializable

public class TmaAllowanceProdOfferPriceAlterationModel extends TmaProdOfferPriceAlterationModel
Generated model class for type TmaAllowanceProdOfferPriceAlteration first defined at extension tuadatacommonsservices.

Allowance price alteration type.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String TYPE
      Generated constant - Attribute key of TmaAllowanceProdOfferPriceAlteration.type attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaAllowanceProdOfferPriceAlterationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaAllowanceProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id, TmaAllowanceProdOfferPriceType _type)
      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
      _currency - initial attribute declared by type TmaComponentProdOfferPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _type - initial attribute declared by type TmaAllowanceProdOfferPriceAlteration at extension tuadatacommonsservices
    • TmaAllowanceProdOfferPriceAlterationModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaAllowanceProdOfferPriceAlterationModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id, ItemModel _owner, TmaAllowanceProdOfferPriceType _type)
      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
      _currency - initial attribute declared by type TmaComponentProdOfferPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
      _type - initial attribute declared by type TmaAllowanceProdOfferPriceAlteration at extension tuadatacommonsservices
  • Method Details

    • getType

      @Accessor(qualifier="type", type=GETTER) public TmaAllowanceProdOfferPriceType getType()
      Generated method - Getter of the TmaAllowanceProdOfferPriceAlteration.type attribute defined at extension tuadatacommonsservices.
      Returns:
      the type - Represents the allowance type.
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(TmaAllowanceProdOfferPriceType value)
      Generated method - Setter of TmaAllowanceProdOfferPriceAlteration.type attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the type - Represents the allowance type.