Class TmaBusinessPartnerModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaBusinessPartnerModel
    extends ItemModel
    Generated model class for type TmaBusinessPartner first defined at extension b2ctelcoservices.

    Business Partner Entity.

    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 COMMBUSINESSPARTNERID
      Generated constant - Attribute key of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
      static java.lang.String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices.
      static java.lang.String IDENTIFICATIONS
      Generated constant - Attribute key of TmaBusinessPartner.identifications 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
      TmaBusinessPartnerModel()
      Generated constructor - Default constructor for generic creation.
      TmaBusinessPartnerModel​(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
      TmaBusinessPartnerModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommBusinessPartnerId()
      Generated method - Getter of the TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
      java.util.Set<TmaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices.
      java.util.Set<TmaIdentificationModel> getIdentifications()
      Generated method - Getter of the TmaBusinessPartner.identifications attribute defined at extension b2ctelcoservices.
      void setCommBusinessPartnerId​(java.lang.String value)
      Generated method - Setter of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
      void setExternalIdentifiers​(java.util.Set<TmaExternalIdentifierModel> value)
      Generated method - Setter of TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices.
      void setIdentifications​(java.util.Set<TmaIdentificationModel> value)
      Generated method - Setter of TmaBusinessPartner.identifications 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
      • COMMBUSINESSPARTNERID

        public static final java.lang.String COMMBUSINESSPARTNERID
        Generated constant - Attribute key of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • EXTERNALIDENTIFIERS

        public static final java.lang.String EXTERNALIDENTIFIERS
        Generated constant - Attribute key of TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • IDENTIFICATIONS

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

      • TmaBusinessPartnerModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaBusinessPartnerModel​(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 Detail

      • getCommBusinessPartnerId

        @Accessor(qualifier="commBusinessPartnerId",
                  type=GETTER)
        public java.lang.String getCommBusinessPartnerId()
        Generated method - Getter of the TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
        Returns:
        the commBusinessPartnerId - The business partner identification.
      • getExternalIdentifiers

        @Accessor(qualifier="externalIdentifiers",
                  type=GETTER)
        public java.util.Set<TmaExternalIdentifierModel> getExternalIdentifiers()
        Generated method - Getter of the TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the externalIdentifiers - The External identifiers of the Business Partner.
      • getIdentifications

        @Accessor(qualifier="identifications",
                  type=GETTER)
        public java.util.Set<TmaIdentificationModel> getIdentifications()
        Generated method - Getter of the TmaBusinessPartner.identifications attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the identifications - The list of identifications associated with the business partner.
      • setCommBusinessPartnerId

        @Accessor(qualifier="commBusinessPartnerId",
                  type=SETTER)
        public void setCommBusinessPartnerId​(java.lang.String value)
        Generated method - Setter of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the commBusinessPartnerId - The business partner identification.
      • setExternalIdentifiers

        @Accessor(qualifier="externalIdentifiers",
                  type=SETTER)
        public void setExternalIdentifiers​(java.util.Set<TmaExternalIdentifierModel> value)
        Generated method - Setter of TmaBusinessPartner.externalIdentifiers attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the externalIdentifiers - The External identifiers of the Business Partner.
      • setIdentifications

        @Accessor(qualifier="identifications",
                  type=SETTER)
        public void setIdentifications​(java.util.Set<TmaIdentificationModel> value)
        Generated method - Setter of TmaBusinessPartner.identifications attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the identifications - The list of identifications associated with the business partner.