Class BaPartyRoleModel

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

@Deprecated(since="2208", forRemoval=true) public class BaPartyRoleModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type BaPartyRole first defined at extension billingaccountservices.

Party Role.

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 BaAccount2BaPartyRoleRelation defining source attribute accounts in extension billingaccountservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated relation code constant for relation BaParty2BaPartyRoleRelation defining source attribute party in extension billingaccountservices.
    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 BaPartyRole.accounts attribute defined at extension billingaccountservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of BaPartyRole.externalIdentifiers attribute defined at extension billingaccountservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of BaPartyRole.id attribute defined at extension billingaccountservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of BaPartyRole.party attribute defined at extension billingaccountservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of BaPartyRole.role attribute defined at extension billingaccountservices.

    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.
    BaPartyRoleModel(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
    BaPartyRoleModel(String _id, ItemModel _owner, String _role)
    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 BaPartyRole.accounts attribute defined at extension billingaccountservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.externalIdentifiers attribute defined at extension billingaccountservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.id attribute defined at extension billingaccountservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.party attribute defined at extension billingaccountservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.role attribute defined at extension billingaccountservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of BaPartyRole.accounts attribute defined at extension billingaccountservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of BaPartyRole.externalIdentifiers attribute defined at extension billingaccountservices.
    void
    setId(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of BaPartyRole.id attribute defined at extension billingaccountservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of BaPartyRole.party attribute defined at extension billingaccountservices.
    void
    setRole(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of BaPartyRole.role attribute defined at extension billingaccountservices.

    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:
    • _BAACCOUNT2BAPARTYROLERELATION

      public static final String _BAACCOUNT2BAPARTYROLERELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation BaAccount2BaPartyRoleRelation defining source attribute accounts in extension billingaccountservices.
      See Also:
    • _BAPARTY2BAPARTYROLERELATION

      public static final String _BAPARTY2BAPARTYROLERELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation BaParty2BaPartyRoleRelation defining source attribute party in extension billingaccountservices.
      See Also:
    • ID

      public static final String ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of BaPartyRole.id attribute defined at extension billingaccountservices.
      See Also:
    • ROLE

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

      public static final String ACCOUNTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of BaPartyRole.accounts attribute defined at extension billingaccountservices.
      See Also:
    • PARTY

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

    • BaPartyRoleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public BaPartyRoleModel(String _id, String _role)
      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:
      _id - initial attribute declared by type BaPartyRole at extension billingaccountservices
      _role - initial attribute declared by type BaPartyRole at extension billingaccountservices
    • BaPartyRoleModel

      @Deprecated(since="4.1.1", forRemoval=true) public BaPartyRoleModel(String _id, ItemModel _owner, String _role)
      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:
      _id - initial attribute declared by type BaPartyRole at extension billingaccountservices
      _owner - initial attribute declared by type Item at extension core
      _role - initial attribute declared by type BaPartyRole at extension billingaccountservices
  • Method Details

    • getAccounts

      @Accessor(qualifier="accounts", type=GETTER) public Collection<BaAccountModel> getAccounts()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaPartyRole.accounts attribute defined at extension billingaccountservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the accounts - The accounts for which that party role is valid.
    • 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 BaPartyRole.externalIdentifiers attribute defined at extension billingaccountservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaPartyRole.id attribute defined at extension billingaccountservices.
      Returns:
      the id
    • getParty

      @Accessor(qualifier="party", type=GETTER) public BaPartyModel getParty()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaPartyRole.party attribute defined at extension billingaccountservices.
      Returns:
      the party - The party for which that party role is valid.
    • getRole

      @Accessor(qualifier="role", type=GETTER) public String getRole()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BaPartyRole.role attribute defined at extension billingaccountservices.
      Returns:
      the role
    • setAccounts

      @Accessor(qualifier="accounts", type=SETTER) public void setAccounts(Collection<BaAccountModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of BaPartyRole.accounts attribute defined at extension billingaccountservices.
      Parameters:
      value - the accounts - The accounts for which that party role is valid.
    • 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 BaPartyRole.externalIdentifiers attribute defined at extension billingaccountservices.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of BaPartyRole.id attribute defined at extension billingaccountservices.
      Parameters:
      value - the id
    • setParty

      @Accessor(qualifier="party", type=SETTER) public void setParty(BaPartyModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of BaPartyRole.party attribute defined at extension billingaccountservices.
      Parameters:
      value - the party - The party for which that party role is valid.
    • setRole

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