Class TuaOnCyclePartyBillModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaPartyBillModel
de.hybris.platform.tuadatamodel.model.TuaOnCyclePartyBillModel
- All Implemented Interfaces:
Serializable
Generated model class for type TuaOnCyclePartyBill first defined at extension tuadatamodel.
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 StringGenerated relation code constant for relationTuaPartyBillingCycle2TuaOnCyclePartyBillRelationdefining source attributebillCyclein extensiontuadatamodel.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.Fields inherited from class de.hybris.platform.tuadatamodel.model.TuaPartyBillModel
_TUABILLINGACCOUNT2TUAPARTYBILLRELATION, AMOUNT, ATTACHMENTS, BILLINGACCOUNT, BILLNO, CURRENCY, EXTERNALIDENTIFIERS, PARTIES, PARTYBILLSONDEMAND, 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
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TuaOnCyclePartyBillModel(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 parametersTuaOnCyclePartyBillModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.Methods inherited from class de.hybris.platform.tuadatamodel.model.TuaPartyBillModel
getAmount, getAttachments, getBillingAccount, getBillNo, getCurrency, getExternalIdentifiers, getParties, getPartyBillsOnDemand, getPaymentItems, getStatus, getTaxItems, setAmount, setAttachments, setBillingAccount, setBillNo, setCurrency, setExternalIdentifiers, setParties, setPartyBillsOnDemand, 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
Generated model type code constant.- See Also:
-
_TUAPARTYBILLINGCYCLE2TUAONCYCLEPARTYBILLRELATION
Generated relation code constant for relationTuaPartyBillingCycle2TuaOnCyclePartyBillRelationdefining source attributebillCyclein extensiontuadatamodel.- See Also:
-
BILLCYCLE
Generated constant - Attribute key ofTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.- See Also:
-
-
Constructor Details
-
TuaOnCyclePartyBillModel
public TuaOnCyclePartyBillModel()Generated constructor - Default constructor for generic creation. -
TuaOnCyclePartyBillModel
public TuaOnCyclePartyBillModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TuaOnCyclePartyBillModel
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
Generated method - Getter of theTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.- 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(TuaPartyBillingCycleModel value) Generated method - Setter ofTuaOnCyclePartyBill.billCycleattribute defined at extensiontuadatamodel.- Parameters:
value- the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
-