Class UcNetworkProductModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class UcNetworkProductModel extends UcProductComponentModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type UcNetworkProduct first defined at extension usageconsumptionservices.

An instantiated network product (specialization of a product) subscribed by a customer.

See Also:
  • 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 final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated relation code constant for relation UcConsumptionSummary2UcNetworkProductRelation defining source attribute consumptionSummaries in extension usageconsumptionservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices.

    Fields inherited from class de.hybris.platform.usageconsumptionservices.model.UcProductModel

    EXTERNALIDENTIFIERS, ID, NAME, USEDBY

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for generic creation.
    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
    UcNetworkProductModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices.

    Methods inherited from class de.hybris.platform.usageconsumptionservices.model.UcProductModel

    getExternalIdentifiers, getId, getName, getName, getUsedBy, setExternalIdentifiers, setId, setName, setName, setUsedBy

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 Details

    • _TYPECODE

      public static final String _TYPECODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • _UCCONSUMPTIONSUMMARY2UCNETWORKPRODUCTRELATION

      public static final String _UCCONSUMPTIONSUMMARY2UCNETWORKPRODUCTRELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation UcConsumptionSummary2UcNetworkProductRelation defining source attribute consumptionSummaries in extension usageconsumptionservices.
      See Also:
    • PUBLICIDENTIFIER

      public static final String PUBLICIDENTIFIER
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
      See Also:
    • CONSUMPTIONSUMMARIES

      public static final String CONSUMPTIONSUMMARIES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices.
      See Also:
    • USAGEVOLUMEPRODUCTS

      public static final String USAGEVOLUMEPRODUCTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices.
      See Also:
  • Constructor Details

    • UcNetworkProductModel

      public UcNetworkProductModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • UcNetworkProductModel

      public UcNetworkProductModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • UcNetworkProductModel

      @Deprecated(since="4.1.1", forRemoval=true) public UcNetworkProductModel(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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getConsumptionSummaries

      @Accessor(qualifier="consumptionSummaries", type=GETTER) public Set<UcConsumptionSummaryModel> getConsumptionSummaries()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the consumptionSummaries - The Uc Consumption Summaries for which those Network Products are valid.
    • getPublicIdentifier

      @Accessor(qualifier="publicIdentifier", type=GETTER) public String getPublicIdentifier()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
      Returns:
      the publicIdentifier
    • getUsageVolumeProducts

      @Accessor(qualifier="usageVolumeProducts", type=GETTER) public Set<UcUsageVolumeProductModel> getUsageVolumeProducts()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the usageVolumeProducts - Usage Volume Products representing the usage volumes of this network product
    • setConsumptionSummaries

      @Accessor(qualifier="consumptionSummaries", type=SETTER) public void setConsumptionSummaries(Set<UcConsumptionSummaryModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of UcNetworkProduct.consumptionSummaries attribute defined at extension usageconsumptionservices.
      Parameters:
      value - the consumptionSummaries - The Uc Consumption Summaries for which those Network Products are valid.
    • setPublicIdentifier

      @Accessor(qualifier="publicIdentifier", type=SETTER) public void setPublicIdentifier(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of UcNetworkProduct.publicIdentifier attribute defined at extension usageconsumptionservices.
      Parameters:
      value - the publicIdentifier
    • setUsageVolumeProducts

      @Accessor(qualifier="usageVolumeProducts", type=SETTER) public void setUsageVolumeProducts(Set<UcUsageVolumeProductModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of UcNetworkProduct.usageVolumeProducts attribute defined at extension usageconsumptionservices.
      Parameters:
      value - the usageVolumeProducts - Usage Volume Products representing the usage volumes of this network product