Class TmaExternalIdentifierModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaExternalIdentifierModel
    extends ItemModel
    Generated model class for type TmaExternalIdentifier first defined at extension b2ctelcoservices.

    External Identifier of Business Partner.

    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 _TMABUSINESSPARTNER2EXTERNALIDENTIFIERRELATION
      Generated relation code constant for relation TmaBusinessPartner2ExternalIdentifierRelation defining source attribute businessPartner in extension b2ctelcoservices.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String BILLINGSYSTEMEXTID
      Generated constant - Attribute key of TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
      static java.lang.String BILLINGSYSTEMID
      Generated constant - Attribute key of TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
      static java.lang.String BUSINESSPARTNER
      Generated constant - Attribute key of TmaExternalIdentifier.businessPartner 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
      TmaExternalIdentifierModel()
      Generated constructor - Default constructor for generic creation.
      TmaExternalIdentifierModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      TmaExternalIdentifierModel​(java.lang.String _billingSystemExtId, java.lang.String _billingSystemId)
      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
      TmaExternalIdentifierModel​(java.lang.String _billingSystemExtId, java.lang.String _billingSystemId, 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
      java.lang.String getBillingSystemExtId()
      Generated method - Getter of the TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
      java.lang.String getBillingSystemId()
      Generated method - Getter of the TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
      TmaBusinessPartnerModel getBusinessPartner()
      Generated method - Getter of the TmaExternalIdentifier.businessPartner attribute defined at extension b2ctelcoservices.
      void setBillingSystemExtId​(java.lang.String value)
      Generated method - Setter of TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
      void setBillingSystemId​(java.lang.String value)
      Generated method - Setter of TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
      void setBusinessPartner​(TmaBusinessPartnerModel value)
      Generated method - Setter of TmaExternalIdentifier.businessPartner 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
      • _TMABUSINESSPARTNER2EXTERNALIDENTIFIERRELATION

        public static final java.lang.String _TMABUSINESSPARTNER2EXTERNALIDENTIFIERRELATION
        Generated relation code constant for relation TmaBusinessPartner2ExternalIdentifierRelation defining source attribute businessPartner in extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • BILLINGSYSTEMID

        public static final java.lang.String BILLINGSYSTEMID
        Generated constant - Attribute key of TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • BILLINGSYSTEMEXTID

        public static final java.lang.String BILLINGSYSTEMEXTID
        Generated constant - Attribute key of TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • BUSINESSPARTNER

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

      • TmaExternalIdentifierModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaExternalIdentifierModel​(java.lang.String _billingSystemExtId,
                                          java.lang.String _billingSystemId)
        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:
        _billingSystemExtId - initial attribute declared by type TmaExternalIdentifier at extension b2ctelcoservices
        _billingSystemId - initial attribute declared by type TmaExternalIdentifier at extension b2ctelcoservices
      • TmaExternalIdentifierModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaExternalIdentifierModel​(java.lang.String _billingSystemExtId,
                                          java.lang.String _billingSystemId,
                                          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:
        _billingSystemExtId - initial attribute declared by type TmaExternalIdentifier at extension b2ctelcoservices
        _billingSystemId - initial attribute declared by type TmaExternalIdentifier at extension b2ctelcoservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getBillingSystemExtId

        @Accessor(qualifier="billingSystemExtId",
                  type=GETTER)
        public java.lang.String getBillingSystemExtId()
        Generated method - Getter of the TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
        Returns:
        the billingSystemExtId - The external business partner billing system external identification.
      • getBillingSystemId

        @Accessor(qualifier="billingSystemId",
                  type=GETTER)
        public java.lang.String getBillingSystemId()
        Generated method - Getter of the TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
        Returns:
        the billingSystemId - The external business partner billing system identification.
      • getBusinessPartner

        @Accessor(qualifier="businessPartner",
                  type=GETTER)
        public TmaBusinessPartnerModel getBusinessPartner()
        Generated method - Getter of the TmaExternalIdentifier.businessPartner attribute defined at extension b2ctelcoservices.
        Returns:
        the businessPartner - The business partner.
      • setBillingSystemExtId

        @Accessor(qualifier="billingSystemExtId",
                  type=SETTER)
        public void setBillingSystemExtId​(java.lang.String value)
        Generated method - Setter of TmaExternalIdentifier.billingSystemExtId attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the billingSystemExtId - The external business partner billing system external identification.
      • setBillingSystemId

        @Accessor(qualifier="billingSystemId",
                  type=SETTER)
        public void setBillingSystemId​(java.lang.String value)
        Generated method - Setter of TmaExternalIdentifier.billingSystemId attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the billingSystemId - The external business partner billing system identification.
      • setBusinessPartner

        @Accessor(qualifier="businessPartner",
                  type=SETTER)
        public void setBusinessPartner​(TmaBusinessPartnerModel value)
        Generated method - Setter of TmaExternalIdentifier.businessPartner attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the businessPartner - The business partner.