Class PmIdentificationModel

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

@Deprecated(since="2208", forRemoval=true) public class PmIdentificationModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmIdentification first defined at extension partyservices.
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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.attachment attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.endDate attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.externalIdentifiers attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.identificationId attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.identificationType attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.issuingAuthority attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.issuingDate attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmIdentification.startDate attribute defined at extension partyservices.

    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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for generic creation.
    PmIdentificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for creation with existing context
    PmIdentificationModel(String _identificationId, String _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
    PmIdentificationModel(String _identificationId, String _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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.attachment attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.endDate attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.externalIdentifiers attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.identificationId attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.identificationType attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.issuingAuthority attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.issuingDate attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmIdentification.startDate attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.attachment attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.endDate attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.externalIdentifiers attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.identificationId attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.identificationType attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.issuingAuthority attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.issuingDate attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmIdentification.startDate attribute defined at extension partyservices.

    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
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • IDENTIFICATIONID

      public static final String IDENTIFICATIONID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.identificationId attribute defined at extension partyservices.
      See Also:
    • IDENTIFICATIONTYPE

      public static final String IDENTIFICATIONTYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.identificationType attribute defined at extension partyservices.
      See Also:
    • ISSUINGAUTHORITY

      public static final String ISSUINGAUTHORITY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.issuingAuthority attribute defined at extension partyservices.
      See Also:
    • ISSUINGDATE

      public static final String ISSUINGDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.issuingDate attribute defined at extension partyservices.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.startDate attribute defined at extension partyservices.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.endDate attribute defined at extension partyservices.
      See Also:
    • ATTACHMENT

      public static final String ATTACHMENT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.attachment attribute defined at extension partyservices.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmIdentification.externalIdentifiers attribute defined at extension partyservices.
      See Also:
  • Constructor Details

    • PmIdentificationModel

      public PmIdentificationModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • PmIdentificationModel

      public PmIdentificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • PmIdentificationModel

      @Deprecated(since="4.1.1", forRemoval=true) public PmIdentificationModel(String _identificationId, String _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:
      _identificationId - initial attribute declared by type PmIdentification at extension partyservices
      _identificationType - initial attribute declared by type PmIdentification at extension partyservices
    • PmIdentificationModel

      @Deprecated(since="4.1.1", forRemoval=true) public PmIdentificationModel(String _identificationId, String _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:
      _identificationId - initial attribute declared by type PmIdentification at extension partyservices
      _identificationType - initial attribute declared by type PmIdentification at extension partyservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAttachment

      @Accessor(qualifier="attachment", type=GETTER) public CatalogUnawareMediaModel getAttachment()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.attachment attribute defined at extension partyservices.
      Returns:
      the attachment - The attachment of the identification
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.endDate attribute defined at extension partyservices.
      Returns:
      the endDate - The end date of the identification
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.externalIdentifiers attribute defined at extension partyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getIdentificationId

      @Accessor(qualifier="identificationId", type=GETTER) public String getIdentificationId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.identificationId attribute defined at extension partyservices.
      Returns:
      the identificationId - The unique identifier of the identification
    • getIdentificationType

      @Accessor(qualifier="identificationType", type=GETTER) public String getIdentificationType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.identificationType attribute defined at extension partyservices.
      Returns:
      the identificationType - The type of the identification
    • getIssuingAuthority

      @Accessor(qualifier="issuingAuthority", type=GETTER) public String getIssuingAuthority()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.issuingAuthority attribute defined at extension partyservices.
      Returns:
      the issuingAuthority - The issuing authority of the identification
    • getIssuingDate

      @Accessor(qualifier="issuingDate", type=GETTER) public Date getIssuingDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.issuingDate attribute defined at extension partyservices.
      Returns:
      the issuingDate - The issuing date of the identification
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmIdentification.startDate attribute defined at extension partyservices.
      Returns:
      the startDate - The start date of the identification
    • setAttachment

      @Accessor(qualifier="attachment", type=SETTER) public void setAttachment(CatalogUnawareMediaModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.attachment attribute defined at extension partyservices.
      Parameters:
      value - the attachment - The attachment of the identification
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.endDate attribute defined at extension partyservices.
      Parameters:
      value - the endDate - The end date of the identification
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.externalIdentifiers attribute defined at extension partyservices.
      Parameters:
      value - the externalIdentifiers
    • setIdentificationId

      @Accessor(qualifier="identificationId", type=SETTER) public void setIdentificationId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.identificationId attribute defined at extension partyservices.
      Parameters:
      value - the identificationId - The unique identifier of the identification
    • setIdentificationType

      @Accessor(qualifier="identificationType", type=SETTER) public void setIdentificationType(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.identificationType attribute defined at extension partyservices.
      Parameters:
      value - the identificationType - The type of the identification
    • setIssuingAuthority

      @Accessor(qualifier="issuingAuthority", type=SETTER) public void setIssuingAuthority(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.issuingAuthority attribute defined at extension partyservices.
      Parameters:
      value - the issuingAuthority - The issuing authority of the identification
    • setIssuingDate

      @Accessor(qualifier="issuingDate", type=SETTER) public void setIssuingDate(Date value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.issuingDate attribute defined at extension partyservices.
      Parameters:
      value - the issuingDate - The issuing date of the identification
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmIdentification.startDate attribute defined at extension partyservices.
      Parameters:
      value - the startDate - The start date of the identification