Class TmaIdentificationModel

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

public class TmaIdentificationModel extends ItemModel
Generated model class for type TmaIdentification first defined at extension tuadatacommonsservices.

Identification for the Customer/Business Partner.

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 Principal2TmaIdentificationRelation defining source attribute customers in extension tuadatacommonsservices.
    static final String
    Generated relation code constant for relation TmaBusinessPartner2IdentificationRelation defining source attribute businessPartner in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaIdentification.businessPartner attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaIdentification.customers attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaIdentification.identificationType 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.
    TmaIdentificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType)
    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
    TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType, 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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaIdentification.businessPartner attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaIdentification.customers attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaIdentification.identificationType attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaIdentification.businessPartner attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaIdentification.customers attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaIdentification.identificationType 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:
    • _PRINCIPAL2TMAIDENTIFICATIONRELATION

      public static final String _PRINCIPAL2TMAIDENTIFICATIONRELATION
      Generated relation code constant for relation Principal2TmaIdentificationRelation defining source attribute customers in extension tuadatacommonsservices.
      See Also:
    • _TMABUSINESSPARTNER2IDENTIFICATIONRELATION

      public static final String _TMABUSINESSPARTNER2IDENTIFICATIONRELATION
      Generated relation code constant for relation TmaBusinessPartner2IdentificationRelation defining source attribute businessPartner in extension tuadatacommonsservices.
      See Also:
    • IDENTIFICATIONTYPE

      public static final String IDENTIFICATIONTYPE
      Generated constant - Attribute key of TmaIdentification.identificationType attribute defined at extension tuadatacommonsservices.
      See Also:
    • IDENTIFICATIONNUMBER

      public static final String IDENTIFICATIONNUMBER
      Generated constant - Attribute key of TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
      See Also:
    • CUSTOMERS

      public static final String CUSTOMERS
      Generated constant - Attribute key of TmaIdentification.customers attribute defined at extension tuadatacommonsservices.
      See Also:
    • BUSINESSPARTNER

      public static final String BUSINESSPARTNER
      Generated constant - Attribute key of TmaIdentification.businessPartner attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaIdentificationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType)
      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:
      _identificationNumber - initial attribute declared by type TmaIdentification at extension tuadatacommonsservices
      _identificationType - initial attribute declared by type TmaIdentification at extension tuadatacommonsservices
    • TmaIdentificationModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType, 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:
      _identificationNumber - initial attribute declared by type TmaIdentification at extension tuadatacommonsservices
      _identificationType - initial attribute declared by type TmaIdentification at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getBusinessPartner

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

      @Accessor(qualifier="customers", type=GETTER) public Set<PrincipalModel> getCustomers()
      Generated method - Getter of the TmaIdentification.customers attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the customers - Customers associated with the Identification.
    • getIdentificationNumber

      @Accessor(qualifier="identificationNumber", type=GETTER) public String getIdentificationNumber()
      Generated method - Getter of the TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
      Returns:
      the identificationNumber - The Identification number.
    • getIdentificationType

      @Accessor(qualifier="identificationType", type=GETTER) public TmaIdentificationType getIdentificationType()
      Generated method - Getter of the TmaIdentification.identificationType attribute defined at extension tuadatacommonsservices.
      Returns:
      the identificationType - The identification type.
    • setBusinessPartner

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

      @Accessor(qualifier="customers", type=SETTER) public void setCustomers(Set<PrincipalModel> value)
      Generated method - Setter of TmaIdentification.customers attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the customers - Customers associated with the Identification.
    • setIdentificationNumber

      @Accessor(qualifier="identificationNumber", type=SETTER) public void setIdentificationNumber(String value)
      Generated method - Setter of TmaIdentification.identificationNumber attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the identificationNumber - The Identification number.
    • setIdentificationType

      @Accessor(qualifier="identificationType", type=SETTER) public void setIdentificationType(TmaIdentificationType value)
      Generated method - Setter of TmaIdentification.identificationType attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the identificationType - The identification type.