Class TuaProdPriceChargeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaProductPriceModel
de.hybris.platform.tuadatamodel.model.TuaComponentProdPriceModel
de.hybris.platform.tuadatamodel.model.TuaProdPriceChargeModel
- All Implemented Interfaces:
Serializable
Generated model class for type TuaProdPriceCharge first defined at extension tuadatamodel.
- 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 ofTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.Fields inherited from class de.hybris.platform.tuadatamodel.model.TuaComponentProdPriceModel
CURRENCY, DUTYFREEAMOUNT, RECURRINGCHARGEPERIOD, TAXINCLUDEDAMOUNT, TAXRATE, UNITOFMEASUREFields inherited from class de.hybris.platform.tuadatamodel.model.TuaProductPriceModel
_TUACOMPOSITEPRODPRICE2TUAPRODUCTPRICERELATION, _TUAPRODUCT2TUAPRODUCTPRICERELATION, BILLINGACCOUNT, COMPOSITEPRODPRICE, DESCRIPTION, ENDDATE, EXTERNALIDENTIFIERS, ID, NAME, PRODUCT, PRODUCTOFFERINGPRICE, STARTDATEFields 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.TuaProdPriceChargeModel(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 parametersTuaProdPriceChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.voidsetPriceType(TuaPriceType value) Generated method - Setter ofTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.Methods inherited from class de.hybris.platform.tuadatamodel.model.TuaComponentProdPriceModel
getCurrency, getDutyFreeAmount, getRecurringChargePeriod, getTaxIncludedAmount, getTaxRate, getUnitOfMeasure, setCurrency, setDutyFreeAmount, setRecurringChargePeriod, setTaxIncludedAmount, setTaxRate, setUnitOfMeasureMethods inherited from class de.hybris.platform.tuadatamodel.model.TuaProductPriceModel
getBillingAccount, getCompositeProdPrice, getDescription, getDescription, getEndDate, getExternalIdentifiers, getId, getName, getName, getProduct, getProductOfferingPrice, getStartDate, setBillingAccount, setCompositeProdPrice, setDescription, setDescription, setEndDate, setExternalIdentifiers, setId, setName, setName, setProduct, setProductOfferingPrice, setStartDateMethods 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:
-
PRICETYPE
Generated constant - Attribute key ofTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.- See Also:
-
-
Constructor Details
-
TuaProdPriceChargeModel
public TuaProdPriceChargeModel()Generated constructor - Default constructor for generic creation. -
TuaProdPriceChargeModel
public TuaProdPriceChargeModel(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
-
TuaProdPriceChargeModel
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
-
getPriceType
Generated method - Getter of theTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.- Returns:
- the priceType
-
setPriceType
Generated method - Setter ofTuaProdPriceCharge.priceTypeattribute defined at extensiontuadatamodel.- Parameters:
value- the priceType
-