Package de.hybris.platform.europe1.model
Class TaxRowModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.europe1.model.PDTRowModel
de.hybris.platform.europe1.model.TaxRowModel
- All Implemented Interfaces:
Serializable
Generated model class for type TaxRow first defined at extension europe1.
- 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 relationProduct2OwnEurope1Taxesdefining source attributeproductin extensioneurope1.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTaxRow.absoluteattribute defined at extensioneurope1.static final StringGenerated constant - Attribute key ofTaxRow.catalogVersionattribute defined at extensioneurope1.static final StringGenerated constant - Attribute key ofTaxRow.currencyattribute defined at extensioneurope1.static final StringGenerated constant - Attribute key ofTaxRow.taxattribute defined at extensioneurope1.static final StringGenerated constant - Attribute key ofTaxRow.valueattribute defined at extensioneurope1.Fields inherited from class de.hybris.platform.europe1.model.PDTRowModel
AFFECTEDPRODUCTOFFERING, CODE, DATERANGE, DISTRIBUTIONCHANNELS, ENDTIME, PG, PRIORITY, PROCESSTYPES, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, REGIONS, STARTTIME, UG, USER, USERMATCHQUALIFIERFields 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.TaxRowModel(ItemModel _owner, ProductTaxGroup _pg, ProductModel _product, String _productId, TaxModel _tax) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaxRowModel(TaxModel _tax) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaxRowModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTaxRow.absolutedynamic attribute defined at extensioneurope1.Generated method - Getter of theTaxRow.catalogVersionattribute defined at extensioneurope1.Generated method - Getter of theTaxRow.currencyattribute defined at extensioneurope1.getTax()Generated method - Getter of theTaxRow.taxattribute defined at extensioneurope1.getValue()Generated method - Getter of theTaxRow.valueattribute defined at extensioneurope1.voidGenerated method - Setter ofTaxRow.catalogVersionattribute defined at extensioneurope1.voidsetCurrency(CurrencyModel value) Generated method - Setter ofTaxRow.currencyattribute defined at extensioneurope1.voidsetPg(de.hybris.platform.core.HybrisEnumValue value) Generated method - Initial setter ofPDTRow.pgattribute defined at extensioneurope1and redeclared at extensioneurope1.voidsetProduct(ProductModel value) Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1and redeclared at extensioneurope1.voidGenerated method - Initial setter ofTaxRow.taxattribute defined at extensioneurope1.voidGenerated method - Setter ofTaxRow.valueattribute defined at extensioneurope1.Methods inherited from class de.hybris.platform.europe1.model.PDTRowModel
getAffectedProductOffering, getCode, getDateRange, getDistributionChannels, getEndTime, getPg, getPriority, getProcessTypes, getProduct, getProductId, getProductMatchQualifier, getRegions, getStartTime, getUg, getUser, getUserMatchQualifier, setAffectedProductOffering, setCode, setDateRange, setDistributionChannels, setEndTime, setPriority, setProcessTypes, setProductId, setProductMatchQualifier, setRegions, setStartTime, setUg, setUser, setUserMatchQualifierMethods 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:
-
_PRODUCT2OWNEUROPE1TAXES
Generated relation code constant for relationProduct2OwnEurope1Taxesdefining source attributeproductin extensioneurope1.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofTaxRow.catalogVersionattribute defined at extensioneurope1.- See Also:
-
CURRENCY
Generated constant - Attribute key ofTaxRow.currencyattribute defined at extensioneurope1.- See Also:
-
ABSOLUTE
Generated constant - Attribute key ofTaxRow.absoluteattribute defined at extensioneurope1.- See Also:
-
TAX
Generated constant - Attribute key ofTaxRow.taxattribute defined at extensioneurope1.- See Also:
-
VALUE
Generated constant - Attribute key ofTaxRow.valueattribute defined at extensioneurope1.- See Also:
-
-
Constructor Details
-
TaxRowModel
public TaxRowModel()Generated constructor - Default constructor for generic creation. -
TaxRowModel
public TaxRowModel(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
-
TaxRowModel
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 - Constructor with all mandatory attributes.- Parameters:
_tax- initial attribute declared by typeTaxRowat extensioneurope1
-
TaxRowModel
@Deprecated(since="4.1.1", forRemoval=true) public TaxRowModel(ItemModel _owner, ProductTaxGroup _pg, ProductModel _product, String _productId, TaxModel _tax) 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_pg- initial attribute declared by typeTaxRowat extensioneurope1_product- initial attribute declared by typeTaxRowat extensioneurope1_productId- initial attribute declared by typePDTRowat extensioneurope1_tax- initial attribute declared by typeTaxRowat extensioneurope1
-
-
Method Details
-
getAbsolute
Generated method - Getter of theTaxRow.absolutedynamic attribute defined at extensioneurope1.- Returns:
- the absolute
-
getCatalogVersion
Generated method - Getter of theTaxRow.catalogVersionattribute defined at extensioneurope1.- Returns:
- the catalogVersion
-
getCurrency
Generated method - Getter of theTaxRow.currencyattribute defined at extensioneurope1.- Returns:
- the currency
-
getTax
Generated method - Getter of theTaxRow.taxattribute defined at extensioneurope1.- Returns:
- the tax
-
getValue
Generated method - Getter of theTaxRow.valueattribute defined at extensioneurope1.- Returns:
- the value
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofTaxRow.catalogVersionattribute defined at extensioneurope1.- Parameters:
value- the catalogVersion
-
setCurrency
Generated method - Setter ofTaxRow.currencyattribute defined at extensioneurope1.- Parameters:
value- the currency
-
setPg
@Accessor(qualifier="pg", type=SETTER) public void setPg(de.hybris.platform.core.HybrisEnumValue value) Generated method - Initial setter ofPDTRow.pgattribute defined at extensioneurope1and redeclared at extensioneurope1. Can only be used at creation of model - before first save. Will only accept values of typeProductTaxGroup.- Overrides:
setPgin classPDTRowModel- Parameters:
value- the pg
-
setProduct
Generated method - Initial setter ofPDTRow.productattribute defined at extensioneurope1and redeclared at extensioneurope1. Can only be used at creation of model - before first save. Will only accept values of typeProductModel.- Overrides:
setProductin classPDTRowModel- Parameters:
value- the product
-
setTax
Generated method - Initial setter ofTaxRow.taxattribute defined at extensioneurope1. Can only be used at creation of model - before first save.- Parameters:
value- the tax
-
setValue
Generated method - Setter ofTaxRow.valueattribute defined at extensioneurope1.- Parameters:
value- the value
-