Class TmaAbstractOrderPriceModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TMAABSTRACTORDERCOMPOSITEPRICE2TMAABSTRACTORDERPRICE
      Generated relation code constant for relation TmaAbstractOrderCompositePrice2TmaAbstractOrderPrice defining source attribute parentPrice in extension b2ctelcoservices.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ID
      Generated constant - Attribute key of TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices.
      static java.lang.String PARENTPRICE
      Generated constant - Attribute key of TmaAbstractOrderPrice.parentPrice attribute defined at extension b2ctelcoservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      TmaAbstractOrderPriceModel()
      Generated constructor - Default constructor for generic creation.
      TmaAbstractOrderPriceModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      TmaAbstractOrderPriceModel​(java.lang.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
      TmaAbstractOrderPriceModel​(java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Generated method - Getter of the TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices.
      TmaAbstractOrderCompositePriceModel getParentPrice()
      Generated method - Getter of the TmaAbstractOrderPrice.parentPrice attribute defined at extension b2ctelcoservices.
      void setId​(java.lang.String value)
      Generated method - Initial setter of TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices.
      void setParentPrice​(TmaAbstractOrderCompositePriceModel value)
      Generated method - Setter of TmaAbstractOrderPrice.parentPrice attribute defined at extension b2ctelcoservices.
      • Methods 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _TMAABSTRACTORDERCOMPOSITEPRICE2TMAABSTRACTORDERPRICE
        Generated relation code constant for relation TmaAbstractOrderCompositePrice2TmaAbstractOrderPrice defining source attribute parentPrice in extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Generated constant - Attribute key of TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • PARENTPRICE

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

      • TmaAbstractOrderPriceModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaAbstractOrderPriceModel​(java.lang.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:
        _id - initial attribute declared by type TmaAbstractOrderPrice at extension b2ctelcoservices
      • TmaAbstractOrderPriceModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaAbstractOrderPriceModel​(java.lang.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:
        _id - initial attribute declared by type TmaAbstractOrderPrice at extension b2ctelcoservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices.
        Returns:
        the id - Identifier of the Abstract Order Price
      • getParentPrice

        @Accessor(qualifier="parentPrice",
                  type=GETTER)
        public TmaAbstractOrderCompositePriceModel getParentPrice()
        Generated method - Getter of the TmaAbstractOrderPrice.parentPrice attribute defined at extension b2ctelcoservices.
        Returns:
        the parentPrice - Price attribute containing applicable prices.
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Initial setter of TmaAbstractOrderPrice.id attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the id - Identifier of the Abstract Order Price
      • setParentPrice

        @Accessor(qualifier="parentPrice",
                  type=SETTER)
        public void setParentPrice​(TmaAbstractOrderCompositePriceModel value)
        Generated method - Setter of TmaAbstractOrderPrice.parentPrice attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the parentPrice - Price attribute containing applicable prices.