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:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBmPartyBillingCycle2BmOnCyclePartyBillRelationdefining source attributebillCyclein extensionbillmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.Fields inherited from class de.hybris.platform.billmanagementservices.model.BmPartyBillModel
_BMBILLINGACCOUNT2BMPARTYBILLRELATION, AMOUNT, ATTACHMENTS, BILLINGACCOUNT, BILLNO, CURRENCY, EXTERNALIDENTIFIERS, PARTIES, PAYMENTITEMS, STATUS, TAXITEMSFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.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 parametersBmOnCyclePartyBillModel(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 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.Methods inherited from class de.hybris.platform.billmanagementservices.model.BmPartyBillModel
getAmount, getAttachments, getBillingAccount, getBillNo, getCurrency, getExternalIdentifiers, getParties, getPaymentItems, getStatus, getTaxItems, setAmount, setAttachments, setBillingAccount, setBillNo, setCurrency, setExternalIdentifiers, setParties, setPaymentItems, setStatus, setTaxItemsMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
_BMPARTYBILLINGCYCLE2BMONCYCLEPARTYBILLRELATION
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationBmPartyBillingCycle2BmOnCyclePartyBillRelationdefining source attributebillCyclein extensionbillmanagementservices.- See Also:
-
BILLCYCLE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.- 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, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBillCycle
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.- 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 ofBmOnCyclePartyBill.billCycleattribute defined at extensionbillmanagementservices.- Parameters:
value- the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
-