Class TmaBpoPreConfigModel

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

public class TmaBpoPreConfigModel extends ItemModel
Generated model class for type TmaBpoPreConfig first defined at extension tuadatacommonsservices.

Pre-Configured BPO.

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 TmaBundledProductOffering2TmaBpoPreConfigRelation defining source attribute rootBpo in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaBpoPreConfig.catalogVersion attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBpoPreConfig.code attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBpoPreConfig.rootBpo 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.
    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
    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
    TmaBpoPreConfigModel(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 TmaBpoPreConfig.catalogVersion attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBpoPreConfig.code attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBpoPreConfig.rootBpo attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Initial setter of TmaBpoPreConfig.catalogVersion attribute defined at extension tuadatacommonsservices.
    void
    setCode(String value)
    Generated method - Initial setter of TmaBpoPreConfig.code attribute defined at extension tuadatacommonsservices.
    void
    setName(String value)
    Generated method - Setter of TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
    void
    setName(String value, Locale loc)
    Generated method - Setter of TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBpoPreConfig.rootBpo 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:
    • _TMABUNDLEDPRODUCTOFFERING2TMABPOPRECONFIGRELATION

      public static final String _TMABUNDLEDPRODUCTOFFERING2TMABPOPRECONFIGRELATION
      Generated relation code constant for relation TmaBundledProductOffering2TmaBpoPreConfigRelation defining source attribute rootBpo in extension tuadatacommonsservices.
      See Also:
    • CODE

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

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

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

      public static final String ROOTBPO
      Generated constant - Attribute key of TmaBpoPreConfig.rootBpo attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRECONFIGSPOS

      public static final String PRECONFIGSPOS
      Generated constant - Attribute key of TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaBpoPreConfigModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBpoPreConfigModel(CatalogVersionModel _catalogVersion, String _code, Set<TmaSimpleProductOfferingModel> _preConfigSpos, TmaBundledProductOfferingModel _rootBpo)
      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 TmaBpoPreConfig at extension tuadatacommonsservices
      _code - initial attribute declared by type TmaBpoPreConfig at extension tuadatacommonsservices
      _preConfigSpos - initial attribute declared by type TmaBpoPreConfig at extension tuadatacommonsservices
      _rootBpo - initial attribute declared by type TmaBpoPreConfig at extension tuadatacommonsservices
    • TmaBpoPreConfigModel

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

    • getCatalogVersion

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

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

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

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      loc - the value localization key
      Returns:
      the name - Name
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getPreConfigSpos

      @Accessor(qualifier="preConfigSpos", type=GETTER) public Set<TmaSimpleProductOfferingModel> getPreConfigSpos()
      Generated method - Getter of the TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the preConfigSpos - List of SPOs in Pre Configured Bpo
    • getRootBpo

      @Accessor(qualifier="rootBpo", type=GETTER) public TmaBundledProductOfferingModel getRootBpo()
      Generated method - Getter of the TmaBpoPreConfig.rootBpo attribute defined at extension tuadatacommonsservices.
      Returns:
      the rootBpo - Parent bpo for preconfigs
    • setCatalogVersion

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

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Initial setter of TmaBpoPreConfig.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 TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - Name
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of TmaBpoPreConfig.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - Name
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setPreConfigSpos

      @Accessor(qualifier="preConfigSpos", type=SETTER) public void setPreConfigSpos(Set<TmaSimpleProductOfferingModel> value)
      Generated method - Setter of TmaBpoPreConfig.preConfigSpos attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the preConfigSpos - List of SPOs in Pre Configured Bpo
    • setRootBpo

      @Accessor(qualifier="rootBpo", type=SETTER) public void setRootBpo(TmaBundledProductOfferingModel value)
      Generated method - Setter of TmaBpoPreConfig.rootBpo attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the rootBpo - Parent bpo for preconfigs