Class BaPartyAccountModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.billingaccountservices.model.BaAccountModel
de.hybris.platform.billingaccountservices.model.BaPartyAccountModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaBillingAccountModel

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

Party Account.

See Also:
  • 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:
  • Constructor Details

    • BaPartyAccountModel

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

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public BaPartyAccountModel(String _id, ItemModel _owner, Set<BaPartyRoleModel> _partyRoles)
      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 BaAccount at extension billingaccountservices
      _owner - initial attribute declared by type Item at extension core
      _partyRoles - initial attribute declared by type BaAccount at extension billingaccountservices