Class TuaAppliedCustomerBillingRateModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaAppliedCustomerBillingRateModel
- All Implemented Interfaces:
Serializable
Generated model class for type TuaAppliedCustomerBillingRate first defined at extension tuadatamodel.
A customer bill displays applied billing rates created before or during the billing process.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.static final StringGenerated constant - Attribute key ofTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.Fields 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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaAppliedCustomerBillingRateModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel.getBill()Generated method - Getter of theTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel.getId()Generated method - Getter of theTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.Generated method - Getter of theTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel.voidsetBill(TuaPartyBillModel value) Generated method - Setter ofTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.voidsetCurrency(CurrencyModel value) Generated method - Setter ofTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel.voidGenerated method - Setter ofTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.voidsetIsBilled(Boolean value) Generated method - Setter ofTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.Methods 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:
-
ID
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.- See Also:
-
ISBILLED
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.- See Also:
-
BILLINGACCOUNT
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.- See Also:
-
BILL
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.- See Also:
-
AMOUNT
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.- See Also:
-
CURRENCY
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.- See Also:
-
EXTERNALIDENTIFIERS
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel.- See Also:
-
APPLIEDTAX
Generated constant - Attribute key ofTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel.- See Also:
-
-
Constructor Details
-
TuaAppliedCustomerBillingRateModel
public TuaAppliedCustomerBillingRateModel()Generated constructor - Default constructor for generic creation. -
TuaAppliedCustomerBillingRateModel
public TuaAppliedCustomerBillingRateModel(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
-
TuaAppliedCustomerBillingRateModel
@Deprecated(since="4.1.1", forRemoval=true) public TuaAppliedCustomerBillingRateModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAmount
Generated method - Getter of theTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.- Returns:
- the amount
-
getAppliedTax
@Accessor(qualifier="appliedTax", type=GETTER) public Set<TuaAppliedPartyBillingTaxRateModel> getAppliedTax()Generated method - Getter of theTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the appliedTax - Tua Applied Party Billing Tax Rate representing the applied billing tax rate of the applied customer billing rate.
-
getBill
Generated method - Getter of theTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.- Returns:
- the bill
-
getBillingAccount
@Accessor(qualifier="billingAccount", type=GETTER) public TuaBillingAccountModel getBillingAccount()Generated method - Getter of theTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.- Returns:
- the billingAccount
-
getCurrency
Generated method - Getter of theTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.- Returns:
- the currency
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Generated method - Getter of theTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Generated method - Getter of theTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.- Returns:
- the id
-
getIsBilled
Generated method - Getter of theTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.- Returns:
- the isBilled
-
setAmount
Generated method - Setter ofTuaAppliedCustomerBillingRate.amountattribute defined at extensiontuadatamodel.- Parameters:
value- the amount
-
setAppliedTax
@Accessor(qualifier="appliedTax", type=SETTER) public void setAppliedTax(Set<TuaAppliedPartyBillingTaxRateModel> value) Generated method - Setter ofTuaAppliedCustomerBillingRate.appliedTaxattribute defined at extensiontuadatamodel.- Parameters:
value- the appliedTax - Tua Applied Party Billing Tax Rate representing the applied billing tax rate of the applied customer billing rate.
-
setBill
Generated method - Setter ofTuaAppliedCustomerBillingRate.billattribute defined at extensiontuadatamodel.- Parameters:
value- the bill
-
setBillingAccount
@Accessor(qualifier="billingAccount", type=SETTER) public void setBillingAccount(TuaBillingAccountModel value) Generated method - Setter ofTuaAppliedCustomerBillingRate.billingAccountattribute defined at extensiontuadatamodel.- Parameters:
value- the billingAccount
-
setCurrency
Generated method - Setter ofTuaAppliedCustomerBillingRate.currencyattribute defined at extensiontuadatamodel.- Parameters:
value- the currency
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Generated method - Setter ofTuaAppliedCustomerBillingRate.externalIdentifiersattribute defined at extensiontuadatamodel.- Parameters:
value- the externalIdentifiers
-
setId
Generated method - Setter ofTuaAppliedCustomerBillingRate.idattribute defined at extensiontuadatamodel.- Parameters:
value- the id
-
setIsBilled
Generated method - Setter ofTuaAppliedCustomerBillingRate.isBilledattribute defined at extensiontuadatamodel.- Parameters:
value- the isBilled
-