Class PmBusinessInteractionRoleModel

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

@Deprecated(since="2208", forRemoval=true) public class PmBusinessInteractionRoleModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmBusinessInteractionRole 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 PmBusinessInteraction2PmBusinessInteractionRoleRelation defining source attribute businessInteraction 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 PmPartyRole2PmBusinessInteractionRoleRelation defining source attribute partyRole 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 PmBusinessInteractionRole.businessInteraction 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 PmBusinessInteractionRole.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 PmBusinessInteractionRole.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 PmBusinessInteractionRole.interactionName 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 PmBusinessInteractionRole.interactionType 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 PmBusinessInteractionRole.partyRole 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.
    PmBusinessInteractionRoleModel(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
    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
    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 PmBusinessInteractionRole.businessInteraction attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmBusinessInteractionRole.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 PmBusinessInteractionRole.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 PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmBusinessInteractionRole.interactionType attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmBusinessInteractionRole.partyRole attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmBusinessInteractionRole.businessInteraction 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 PmBusinessInteractionRole.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 PmBusinessInteractionRole.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 PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmBusinessInteractionRole.interactionType attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmBusinessInteractionRole.partyRole 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:
    • _PMPARTYROLE2PMBUSINESSINTERACTIONROLERELATION

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

      public static final String _PMBUSINESSINTERACTION2PMBUSINESSINTERACTIONROLERELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation PmBusinessInteraction2PmBusinessInteractionRoleRelation defining source attribute businessInteraction 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 PmBusinessInteractionRole.code attribute defined at extension partyservices.
      See Also:
    • INTERACTIONNAME

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

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

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

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

    • PmBusinessInteractionRoleModel

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

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

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

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

    • getBusinessInteraction

      @Accessor(qualifier="businessInteraction", type=GETTER) public PmBusinessInteractionModel getBusinessInteraction()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmBusinessInteractionRole.businessInteraction attribute defined at extension partyservices.
      Returns:
      the businessInteraction - The business interaction
    • 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 PmBusinessInteractionRole.code attribute defined at extension partyservices.
      Returns:
      the code - The unique identifier of the business interaction role
    • 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 PmBusinessInteractionRole.externalIdentifiers attribute defined at extension partyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getInteractionName

      @Accessor(qualifier="interactionName", type=GETTER) public String getInteractionName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
      Returns:
      the interactionName - The name of the business interaction role
    • getInteractionName

      @Accessor(qualifier="interactionName", type=GETTER) public String getInteractionName(Locale loc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
      Parameters:
      loc - the value localization key
      Returns:
      the interactionName - The name of the business interaction role
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getInteractionType

      @Accessor(qualifier="interactionType", type=GETTER) public String getInteractionType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmBusinessInteractionRole.interactionType attribute defined at extension partyservices.
      Returns:
      the interactionType - The interaction type of the business interaction role
    • getPartyRole

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

      @Accessor(qualifier="businessInteraction", type=SETTER) public void setBusinessInteraction(PmBusinessInteractionModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmBusinessInteractionRole.businessInteraction attribute defined at extension partyservices.
      Parameters:
      value - the businessInteraction - The business interaction
    • 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 PmBusinessInteractionRole.code attribute defined at extension partyservices.
      Parameters:
      value - the code - The unique identifier of the business interaction role
    • 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 PmBusinessInteractionRole.externalIdentifiers attribute defined at extension partyservices.
      Parameters:
      value - the externalIdentifiers
    • setInteractionName

      @Accessor(qualifier="interactionName", type=SETTER) public void setInteractionName(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
      Parameters:
      value - the interactionName - The name of the business interaction role
    • setInteractionName

      @Accessor(qualifier="interactionName", type=SETTER) public void setInteractionName(String value, Locale loc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmBusinessInteractionRole.interactionName attribute defined at extension partyservices.
      Parameters:
      value - the interactionName - The name of the business interaction role
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setInteractionType

      @Accessor(qualifier="interactionType", type=SETTER) public void setInteractionType(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmBusinessInteractionRole.interactionType attribute defined at extension partyservices.
      Parameters:
      value - the interactionType - The interaction type of the business interaction role
    • setPartyRole

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