Class TmaServiceSpecificationModel

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    TmaCustomerFacingServiceSpecModel

    public class TmaServiceSpecificationModel
    extends ItemModel
    Generated model class for type TmaServiceSpecification first defined at extension b2ctelcoservices.

    Realization of product specifications as know-how and resources.

    See Also:
    Serialized Form
    • 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 APPROVALSTATUS
      Generated constant - Attribute key of TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
      static java.lang.String CATALOGVERSION
      Generated constant - Attribute key of TmaServiceSpecification.catalogVersion attribute defined at extension b2ctelcoservices.
      static java.lang.String DESCRIPTION
      Generated constant - Attribute key of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
      static java.lang.String ID
      Generated constant - Attribute key of TmaServiceSpecification.id attribute defined at extension b2ctelcoservices.
      static java.lang.String NAME
      Generated constant - Attribute key of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
      static java.lang.String SERVICESPECCHARACTERISTICS
      Generated constant - Attribute key of TmaServiceSpecification.serviceSpecCharacteristics 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
      TmaServiceSpecificationModel()
      Generated constructor - Default constructor for generic creation.
      TmaServiceSpecificationModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      TmaServiceSpecificationModel​(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
      TmaServiceSpecificationModel​(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
      ArticleApprovalStatus getApprovalStatus()
      Generated method - Getter of the TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
      CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the TmaServiceSpecification.catalogVersion attribute defined at extension b2ctelcoservices.
      java.lang.String getDescription()
      Generated method - Getter of the TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
      java.lang.String getDescription​(java.util.Locale loc)
      Generated method - Getter of the TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
      java.lang.String getId()
      Generated method - Getter of the TmaServiceSpecification.id attribute defined at extension b2ctelcoservices.
      java.lang.String getName()
      Generated method - Getter of the TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
      java.lang.String getName​(java.util.Locale loc)
      Generated method - Getter of the TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
      java.util.Set<TmaServiceSpecCharacteristicModel> getServiceSpecCharacteristics()
      Generated method - Getter of the TmaServiceSpecification.serviceSpecCharacteristics attribute defined at extension b2ctelcoservices.
      void setApprovalStatus​(ArticleApprovalStatus value)
      Generated method - Setter of TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
      void setCatalogVersion​(CatalogVersionModel value)
      Generated method - Setter of TmaServiceSpecification.catalogVersion attribute defined at extension b2ctelcoservices.
      void setDescription​(java.lang.String value)
      Generated method - Setter of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
      void setDescription​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
      void setId​(java.lang.String value)
      Generated method - Initial setter of TmaServiceSpecification.id attribute defined at extension b2ctelcoservices.
      void setName​(java.lang.String value)
      Generated method - Setter of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
      void setName​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
      void setServiceSpecCharacteristics​(java.util.Set<TmaServiceSpecCharacteristicModel> value)
      Generated method - Setter of TmaServiceSpecification.serviceSpecCharacteristics 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
      • ID

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

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

        public static final java.lang.String NAME
        Generated constant - Attribute key of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • APPROVALSTATUS

        public static final java.lang.String APPROVALSTATUS
        Generated constant - Attribute key of TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • SERVICESPECCHARACTERISTICS

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

      • TmaServiceSpecificationModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaServiceSpecificationModel​(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 TmaServiceSpecification at extension b2ctelcoservices
      • TmaServiceSpecificationModel

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

      • getApprovalStatus

        @Accessor(qualifier="approvalStatus",
                  type=GETTER)
        public ArticleApprovalStatus getApprovalStatus()
        Generated method - Getter of the TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
        Returns:
        the approvalStatus - Current approval status of the Service Specification.
      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the TmaServiceSpecification.catalogVersion attribute defined at extension b2ctelcoservices.
        Returns:
        the catalogVersion - Catalog Version on which the Service Specification is published.
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
        Returns:
        the description - The description of the Service Specification.
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription​(java.util.Locale loc)
        Generated method - Getter of the TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
        Parameters:
        loc - the value localization key
        Returns:
        the description - The description of the Service Specification.
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the TmaServiceSpecification.id attribute defined at extension b2ctelcoservices.
        Returns:
        the id - Unique identifier of the Service Specification.
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
        Returns:
        the name - Name of the Service Specification.
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName​(java.util.Locale loc)
        Generated method - Getter of the TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
        Parameters:
        loc - the value localization key
        Returns:
        the name - Name of the Service Specification.
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getServiceSpecCharacteristics

        @Accessor(qualifier="serviceSpecCharacteristics",
                  type=GETTER)
        public java.util.Set<TmaServiceSpecCharacteristicModel> getServiceSpecCharacteristics()
        Generated method - Getter of the TmaServiceSpecification.serviceSpecCharacteristics attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the serviceSpecCharacteristics - Service Spec Characteristics which are valid for the related Service Specifications.
      • setApprovalStatus

        @Accessor(qualifier="approvalStatus",
                  type=SETTER)
        public void setApprovalStatus​(ArticleApprovalStatus value)
        Generated method - Setter of TmaServiceSpecification.approvalStatus attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the approvalStatus - Current approval status of the Service Specification.
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Setter of TmaServiceSpecification.catalogVersion attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the catalogVersion - Catalog Version on which the Service Specification is published.
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the description - The description of the Service Specification.
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value,
                                   java.util.Locale loc)
        Generated method - Setter of TmaServiceSpecification.description attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the description - The description of the Service Specification.
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Initial setter of TmaServiceSpecification.id attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the id - Unique identifier of the Service Specification.
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Setter of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the name - Name of the Service Specification.
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value,
                            java.util.Locale loc)
        Generated method - Setter of TmaServiceSpecification.name attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the name - Name of the Service Specification.
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setServiceSpecCharacteristics

        @Accessor(qualifier="serviceSpecCharacteristics",
                  type=SETTER)
        public void setServiceSpecCharacteristics​(java.util.Set<TmaServiceSpecCharacteristicModel> value)
        Generated method - Setter of TmaServiceSpecification.serviceSpecCharacteristics attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the serviceSpecCharacteristics - Service Spec Characteristics which are valid for the related Service Specifications.