Class TmaProductOfferingGroupModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingGroupModel
All Implemented Interfaces:
Serializable

public class TmaProductOfferingGroupModel extends ItemModel
Generated model class for type TmaProductOfferingGroup first defined at extension tuadatacommonsservices.

Group containing Product Offerings.

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
    Generated relation code constant for relation TmaBundledProductOffering2TmaProductOfferingGroupRelation defining source attribute parentBundleProductOffering in extension tuadatacommonsservices.
    static final String
    Generated relation code constant for relation TmaProductOffering2TmaProductOfferingGroupRelation defining source attribute childProductOfferings in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.catalogVersion attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingGroup.parentBundleProductOfferingPOS attribute defined at extension tuadatacommonsservices.

    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
    Generated constructor - Default constructor for generic creation.
    TmaProductOfferingGroupModel(CatalogVersionModel _catalogVersion, Set<TmaProductOfferingModel> _childProductOfferings, String _code, TmaBundledProductOfferingModel _parentBundleProductOffering)
    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
    TmaProductOfferingGroupModel(CatalogVersionModel _catalogVersion, Set<TmaProductOfferingModel> _childProductOfferings, String _code, ItemModel _owner, TmaBundledProductOfferingModel _parentBundleProductOffering)
    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
    TmaProductOfferingGroupModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaProductOfferingGroup.catalogVersion attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Initial setter of TmaProductOfferingGroup.catalogVersion attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices.
    void
    setCode(String value)
    Generated method - Initial setter of TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices.
    void
    setName(String value)
    Generated method - Setter of TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.

    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
      Generated model type code constant.
      See Also:
    • _TMABUNDLEDPRODUCTOFFERING2TMAPRODUCTOFFERINGGROUPRELATION

      public static final String _TMABUNDLEDPRODUCTOFFERING2TMAPRODUCTOFFERINGGROUPRELATION
      Generated relation code constant for relation TmaBundledProductOffering2TmaProductOfferingGroupRelation defining source attribute parentBundleProductOffering in extension tuadatacommonsservices.
      See Also:
    • _TMAPRODUCTOFFERING2TMAPRODUCTOFFERINGGROUPRELATION

      public static final String _TMAPRODUCTOFFERING2TMAPRODUCTOFFERINGGROUPRELATION
      Generated relation code constant for relation TmaProductOffering2TmaProductOfferingGroupRelation defining source attribute childProductOfferings in extension tuadatacommonsservices.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of TmaProductOfferingGroup.catalogVersion attribute defined at extension tuadatacommonsservices.
      See Also:
    • PARENTBUNDLEPRODUCTOFFERINGPOS

      public static final String PARENTBUNDLEPRODUCTOFFERINGPOS
      Generated constant - Attribute key of TmaProductOfferingGroup.parentBundleProductOfferingPOS attribute defined at extension tuadatacommonsservices.
      See Also:
    • PARENTBUNDLEPRODUCTOFFERING

      public static final String PARENTBUNDLEPRODUCTOFFERING
      Generated constant - Attribute key of TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.
      See Also:
    • CHILDPRODUCTOFFERINGS

      public static final String CHILDPRODUCTOFFERINGS
      Generated constant - Attribute key of TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaProductOfferingGroupModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaProductOfferingGroupModel(CatalogVersionModel _catalogVersion, Set<TmaProductOfferingModel> _childProductOfferings, String _code, TmaBundledProductOfferingModel _parentBundleProductOffering)
      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 TmaProductOfferingGroup at extension tuadatacommonsservices
      _childProductOfferings - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
      _code - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
      _parentBundleProductOffering - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
    • TmaProductOfferingGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaProductOfferingGroupModel(CatalogVersionModel _catalogVersion, Set<TmaProductOfferingModel> _childProductOfferings, String _code, ItemModel _owner, TmaBundledProductOfferingModel _parentBundleProductOffering)
      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 TmaProductOfferingGroup at extension tuadatacommonsservices
      _childProductOfferings - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
      _code - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
      _parentBundleProductOffering - initial attribute declared by type TmaProductOfferingGroup at extension tuadatacommonsservices
  • Method Details

    • getCatalogVersion

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

      @Accessor(qualifier="childProductOfferings", type=GETTER) public Set<TmaProductOfferingModel> getChildProductOfferings()
      Generated method - Getter of the TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the childProductOfferings - Product Offerings contained by the Product Offering Group.
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices.
      Returns:
      the code - Identifier
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
      Returns:
      the name - Name
    • getParentBundleProductOffering

      @Accessor(qualifier="parentBundleProductOffering", type=GETTER) public TmaBundledProductOfferingModel getParentBundleProductOffering()
      Generated method - Getter of the TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.
      Returns:
      the parentBundleProductOffering - Bundled Product Offering for which the groups are defined.
    • setCatalogVersion

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

      @Accessor(qualifier="childProductOfferings", type=SETTER) public void setChildProductOfferings(Set<TmaProductOfferingModel> value)
      Generated method - Setter of TmaProductOfferingGroup.childProductOfferings attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the childProductOfferings - Product Offerings contained by the Product Offering Group.
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Initial setter of TmaProductOfferingGroup.code attribute defined at extension tuadatacommonsservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the code - Identifier
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of TmaProductOfferingGroup.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - Name
    • setParentBundleProductOffering

      @Accessor(qualifier="parentBundleProductOffering", type=SETTER) public void setParentBundleProductOffering(TmaBundledProductOfferingModel value)
      Generated method - Setter of TmaProductOfferingGroup.parentBundleProductOffering attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the parentBundleProductOffering - Bundled Product Offering for which the groups are defined.