Class PmPartyRoleAssociationModel

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

@Deprecated(since="2208", forRemoval=true) public class PmPartyRoleAssociationModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmPartyRoleAssociation 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 relation code constant for relation PmPartyRole2PmPartyRoleAssociationInvolvedWithRelation defining source attribute partyRoleInvolvedWith in extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated relation code constant for relation PmPartyRole2PmPartyRoleAssociationInvolvesRelation defining source attribute partyRoleInvolves in extension partyservices.
    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 PmPartyRoleAssociation.associationType 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 PmPartyRoleAssociation.code 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 PmPartyRoleAssociation.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 PmPartyRoleAssociation.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 PmPartyRoleAssociation.partyRoleInvolvedWith 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 PmPartyRoleAssociation.partyRoleInvolves 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 PmPartyRoleAssociation.startDate 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 PmPartyRoleAssociation.status 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.
    PmPartyRoleAssociationModel(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
    PmPartyRoleAssociationModel(String _associationType, String _code, ItemModel _owner, PmPartyRoleModel _partyRoleInvolvedWith, PmPartyRoleModel _partyRoleInvolves)
    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
    PmPartyRoleAssociationModel(String _associationType, String _code, PmPartyRoleModel _partyRoleInvolvedWith, PmPartyRoleModel _partyRoleInvolves)
    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 PmPartyRoleAssociation.associationType attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyRoleAssociation.code attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyRoleAssociation.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 PmPartyRoleAssociation.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 PmPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyRoleAssociation.partyRoleInvolves attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyRoleAssociation.startDate attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyRoleAssociation.status attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyRoleAssociation.associationType attribute defined at extension partyservices.
    void
    setCode(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyRoleAssociation.code attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyRoleAssociation.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 PmPartyRoleAssociation.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 PmPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyRoleAssociation.partyRoleInvolves attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyRoleAssociation.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 PmPartyRoleAssociation.status 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:
    • _PMPARTYROLE2PMPARTYROLEASSOCIATIONINVOLVEDWITHRELATION

      public static final String _PMPARTYROLE2PMPARTYROLEASSOCIATIONINVOLVEDWITHRELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation PmPartyRole2PmPartyRoleAssociationInvolvedWithRelation defining source attribute partyRoleInvolvedWith in extension partyservices.
      See Also:
    • _PMPARTYROLE2PMPARTYROLEASSOCIATIONINVOLVESRELATION

      public static final String _PMPARTYROLE2PMPARTYROLEASSOCIATIONINVOLVESRELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation PmPartyRole2PmPartyRoleAssociationInvolvesRelation defining source attribute partyRoleInvolves in extension partyservices.
      See Also:
    • CODE

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

      public static final String ASSOCIATIONTYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyRoleAssociation.associationType 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 PmPartyRoleAssociation.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 PmPartyRoleAssociation.endDate attribute defined at extension partyservices.
      See Also:
    • STATUS

      public static final String STATUS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyRoleAssociation.status 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 PmPartyRoleAssociation.externalIdentifiers attribute defined at extension partyservices.
      See Also:
    • PARTYROLEINVOLVEDWITH

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

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

    • PmPartyRoleAssociationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public PmPartyRoleAssociationModel(String _associationType, String _code, PmPartyRoleModel _partyRoleInvolvedWith, PmPartyRoleModel _partyRoleInvolves)
      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:
      _associationType - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _code - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _partyRoleInvolvedWith - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _partyRoleInvolves - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
    • PmPartyRoleAssociationModel

      @Deprecated(since="4.1.1", forRemoval=true) public PmPartyRoleAssociationModel(String _associationType, String _code, ItemModel _owner, PmPartyRoleModel _partyRoleInvolvedWith, PmPartyRoleModel _partyRoleInvolves)
      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:
      _associationType - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _code - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _owner - initial attribute declared by type Item at extension core
      _partyRoleInvolvedWith - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
      _partyRoleInvolves - initial attribute declared by type PmPartyRoleAssociation at extension partyservices
  • Method Details

    • getAssociationType

      @Accessor(qualifier="associationType", type=GETTER) public String getAssociationType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyRoleAssociation.associationType attribute defined at extension partyservices.
      Returns:
      the associationType - The type of the party role association
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyRoleAssociation.code attribute defined at extension partyservices.
      Returns:
      the code - The unique identifier of the party role association
    • 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 PmPartyRoleAssociation.endDate attribute defined at extension partyservices.
      Returns:
      the endDate - The end date of the party role association
    • 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 PmPartyRoleAssociation.externalIdentifiers attribute defined at extension partyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getPartyRoleInvolvedWith

      @Accessor(qualifier="partyRoleInvolvedWith", type=GETTER) public PmPartyRoleModel getPartyRoleInvolvedWith()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension partyservices.
      Returns:
      the partyRoleInvolvedWith - The party role
    • getPartyRoleInvolves

      @Accessor(qualifier="partyRoleInvolves", type=GETTER) public PmPartyRoleModel getPartyRoleInvolves()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyRoleAssociation.partyRoleInvolves attribute defined at extension partyservices.
      Returns:
      the partyRoleInvolves - The party role
    • 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 PmPartyRoleAssociation.startDate attribute defined at extension partyservices.
      Returns:
      the startDate - The start date of the party role association
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyRoleAssociation.status attribute defined at extension partyservices.
      Returns:
      the status - The status of the party role association
    • setAssociationType

      @Accessor(qualifier="associationType", type=SETTER) public void setAssociationType(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyRoleAssociation.associationType attribute defined at extension partyservices.
      Parameters:
      value - the associationType - The type of the party role association
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyRoleAssociation.code attribute defined at extension partyservices.
      Parameters:
      value - the code - The unique identifier of the party role association
    • 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 PmPartyRoleAssociation.endDate attribute defined at extension partyservices.
      Parameters:
      value - the endDate - The end date of the party role association
    • 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 PmPartyRoleAssociation.externalIdentifiers attribute defined at extension partyservices.
      Parameters:
      value - the externalIdentifiers
    • setPartyRoleInvolvedWith

      @Accessor(qualifier="partyRoleInvolvedWith", type=SETTER) public void setPartyRoleInvolvedWith(PmPartyRoleModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension partyservices.
      Parameters:
      value - the partyRoleInvolvedWith - The party role
    • setPartyRoleInvolves

      @Accessor(qualifier="partyRoleInvolves", type=SETTER) public void setPartyRoleInvolves(PmPartyRoleModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyRoleAssociation.partyRoleInvolves attribute defined at extension partyservices.
      Parameters:
      value - the partyRoleInvolves - The party role
    • 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 PmPartyRoleAssociation.startDate attribute defined at extension partyservices.
      Parameters:
      value - the startDate - The start date of the party role association
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyRoleAssociation.status attribute defined at extension partyservices.
      Parameters:
      value - the status - The status of the party role association