Class BmOnCyclePartyBillModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.billmanagementservices.model.BmPartyBillModel
de.hybris.platform.billmanagementservices.model.BmOnCyclePartyBillModel
All Implemented Interfaces:
Serializable

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

Bills created as a result of a cycle run.

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

      public static final String _BMPARTYBILLINGCYCLE2BMONCYCLEPARTYBILLRELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation BmPartyBillingCycle2BmOnCyclePartyBillRelation defining source attribute billCycle in extension billmanagementservices.
      See Also:
    • BILLCYCLE

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

    • BmOnCyclePartyBillModel

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

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

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

    • getBillCycle

      @Accessor(qualifier="billCycle", type=GETTER) public BmPartyBillingCycleModel getBillCycle()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the BmOnCyclePartyBill.billCycle attribute defined at extension billmanagementservices.
      Returns:
      the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
    • setBillCycle

      @Accessor(qualifier="billCycle", type=SETTER) public void setBillCycle(BmPartyBillingCycleModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of BmOnCyclePartyBill.billCycle attribute defined at extension billmanagementservices.
      Parameters:
      value - the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.