Class TmaBusinessPartnerModel

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

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

Business Partner Entity.

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 model type code constant.
    static final String
    Generated constant - Attribute key of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBusinessPartner.externalIdentifiers attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBusinessPartner.identifications 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
    TmaBusinessPartnerModel(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 TmaBusinessPartner.commBusinessPartnerId attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBusinessPartner.externalIdentifiers attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBusinessPartner.identifications attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBusinessPartner.externalIdentifiers attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBusinessPartner.identifications 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:
    • COMMBUSINESSPARTNERID

      public static final String COMMBUSINESSPARTNERID
      Generated constant - Attribute key of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension tuadatacommonsservices.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TmaBusinessPartner.externalIdentifiers attribute defined at extension tuadatacommonsservices.
      See Also:
    • IDENTIFICATIONS

      public static final String IDENTIFICATIONS
      Generated constant - Attribute key of TmaBusinessPartner.identifications attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • 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 Details

    • getCommBusinessPartnerId

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

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public Set<TmaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TmaBusinessPartner.externalIdentifiers attribute defined at extension tuadatacommonsservices. 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 Set<TmaIdentificationModel> getIdentifications()
      Generated method - Getter of the TmaBusinessPartner.identifications attribute defined at extension tuadatacommonsservices. 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(String value)
      Generated method - Setter of TmaBusinessPartner.commBusinessPartnerId attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the commBusinessPartnerId - The business partner identification.
    • setExternalIdentifiers

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

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