Class ChargeEntryModel

    • 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 _TYPECODE
      Generated model type code constant.
      static java.lang.String BILLINGTIME
      Generated constant - Attribute key of ChargeEntry.billingTime attribute defined at extension subscriptionservices.
      static java.lang.String CATALOGVERSION
      Generated constant - Attribute key of ChargeEntry.catalogVersion attribute defined at extension subscriptionservices.
      static java.lang.String CURRENCY
      Generated constant - Attribute key of ChargeEntry.currency attribute defined at extension subscriptionservices.
      static java.lang.String ID
      Generated constant - Attribute key of ChargeEntry.id attribute defined at extension subscriptionservices.
      static java.lang.String PRICE
      Generated constant - Attribute key of ChargeEntry.price attribute defined at extension subscriptionservices.
      static java.lang.String SEMANTICS
      Generated constant - Attribute key of ChargeEntry.semantics attribute defined at extension upilintegrationservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      ChargeEntryModel()
      Generated constructor - Default constructor for generic creation.
      ChargeEntryModel​(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)
      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
      ChargeEntryModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      ChargeEntryModel​(java.lang.Double _price)
      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
      BillingTimeModel getBillingTime()
      Generated method - Getter of the ChargeEntry.billingTime dynamic attribute defined at extension subscriptionservices.
      CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the ChargeEntry.catalogVersion attribute defined at extension subscriptionservices.
      CurrencyModel getCurrency()
      Generated method - Getter of the ChargeEntry.currency dynamic attribute defined at extension subscriptionservices.
      java.lang.String getId()
      Generated method - Getter of the ChargeEntry.id attribute defined at extension subscriptionservices.
      java.lang.Double getPrice()
      Generated method - Getter of the ChargeEntry.price attribute defined at extension subscriptionservices.
      UpilSemanticsModel getSemantics()
      Generated method - Getter of the ChargeEntry.semantics attribute defined at extension upilintegrationservices.
      void setCatalogVersion​(CatalogVersionModel value)
      Generated method - Initial setter of ChargeEntry.catalogVersion attribute defined at extension subscriptionservices.
      void setId​(java.lang.String value)
      Generated method - Initial setter of ChargeEntry.id attribute defined at extension subscriptionservices.
      void setPrice​(java.lang.Double value)
      Generated method - Setter of ChargeEntry.price attribute defined at extension subscriptionservices.
      void setSemantics​(UpilSemanticsModel value)
      Generated method - Setter of ChargeEntry.semantics attribute defined at extension upilintegrationservices.
      • 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
      • ID

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

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of ChargeEntry.catalogVersion attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • PRICE

        public static final java.lang.String PRICE
        Generated constant - Attribute key of ChargeEntry.price attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Generated constant - Attribute key of ChargeEntry.currency attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • BILLINGTIME

        public static final java.lang.String BILLINGTIME
        Generated constant - Attribute key of ChargeEntry.billingTime attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • SEMANTICS

        public static final java.lang.String SEMANTICS
        Generated constant - Attribute key of ChargeEntry.semantics attribute defined at extension upilintegrationservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChargeEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ChargeEntryModel​(java.lang.Double _price)
        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:
        _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
      • ChargeEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ChargeEntryModel​(CatalogVersionModel _catalogVersion,
                                java.lang.String _id,
                                ItemModel _owner,
                                java.lang.Double _price)
        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 ChargeEntry at extension subscriptionservices
        _id - initial attribute declared by type ChargeEntry at extension subscriptionservices
        _owner - initial attribute declared by type Item at extension core
        _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
    • Method Detail

      • getBillingTime

        @Accessor(qualifier="billingTime",
                  type=GETTER)
        public BillingTimeModel getBillingTime()
        Generated method - Getter of the ChargeEntry.billingTime dynamic attribute defined at extension subscriptionservices.
        Returns:
        the billingTime - Billing Time
      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the ChargeEntry.catalogVersion attribute defined at extension subscriptionservices.
        Returns:
        the catalogVersion - Catalog Version
      • getCurrency

        @Accessor(qualifier="currency",
                  type=GETTER)
        public CurrencyModel getCurrency()
        Generated method - Getter of the ChargeEntry.currency dynamic attribute defined at extension subscriptionservices.
        Returns:
        the currency - Currency from parent
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the ChargeEntry.id attribute defined at extension subscriptionservices.
        Returns:
        the id - Identifier
      • getPrice

        @Accessor(qualifier="price",
                  type=GETTER)
        public java.lang.Double getPrice()
        Generated method - Getter of the ChargeEntry.price attribute defined at extension subscriptionservices.
        Returns:
        the price - Price
      • getSemantics

        @Accessor(qualifier="semantics",
                  type=GETTER)
        public UpilSemanticsModel getSemantics()
        Generated method - Getter of the ChargeEntry.semantics attribute defined at extension upilintegrationservices.
        Returns:
        the semantics - UPIL specific additional attribute
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Initial setter of ChargeEntry.catalogVersion attribute defined at extension subscriptionservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the catalogVersion - Catalog Version
      • setId

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

        @Accessor(qualifier="price",
                  type=SETTER)
        public void setPrice​(java.lang.Double value)
        Generated method - Setter of ChargeEntry.price attribute defined at extension subscriptionservices.
        Parameters:
        value - the price - Price
      • setSemantics

        @Accessor(qualifier="semantics",
                  type=SETTER)
        public void setSemantics​(UpilSemanticsModel value)
        Generated method - Setter of ChargeEntry.semantics attribute defined at extension upilintegrationservices.
        Parameters:
        value - the semantics - UPIL specific additional attribute