Class ProductTaxCodeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.basecommerce.model.externaltax.ProductTaxCodeModel
- All Implemented Interfaces:
Serializable
Generated model class for type ProductTaxCode first defined at extension basecommerce.
- 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 ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofProductTaxCode.taxCodeattribute defined at extensionbasecommerce.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.ProductTaxCodeModel(ItemModel _owner, String _productCode, String _taxArea, String _taxCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductTaxCodeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextProductTaxCodeModel(String _productCode, String _taxCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theProductTaxCode.productCodeattribute defined at extensionbasecommerce.Generated method - Getter of theProductTaxCode.taxAreaattribute defined at extensionbasecommerce.Generated method - Getter of theProductTaxCode.taxCodeattribute defined at extensionbasecommerce.voidsetProductCode(String value) Generated method - Initial setter ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.voidsetTaxArea(String value) Generated method - Initial setter ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.voidsetTaxCode(String value) Generated method - Setter ofProductTaxCode.taxCodeattribute defined at extensionbasecommerce.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:
-
PRODUCTCODE
Generated constant - Attribute key ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.- See Also:
-
TAXAREA
Generated constant - Attribute key ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.- See Also:
-
TAXCODE
Generated constant - Attribute key ofProductTaxCode.taxCodeattribute defined at extensionbasecommerce.- See Also:
-
-
Constructor Details
-
ProductTaxCodeModel
public ProductTaxCodeModel()Generated constructor - Default constructor for generic creation. -
ProductTaxCodeModel
public ProductTaxCodeModel(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
-
ProductTaxCodeModel
@Deprecated(since="4.1.1", forRemoval=true) public ProductTaxCodeModel(String _productCode, String _taxCode) 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:
_productCode- initial attribute declared by typeProductTaxCodeat extensionbasecommerce_taxCode- initial attribute declared by typeProductTaxCodeat extensionbasecommerce
-
ProductTaxCodeModel
@Deprecated(since="4.1.1", forRemoval=true) public ProductTaxCodeModel(ItemModel _owner, String _productCode, String _taxArea, String _taxCode) 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_productCode- initial attribute declared by typeProductTaxCodeat extensionbasecommerce_taxArea- initial attribute declared by typeProductTaxCodeat extensionbasecommerce_taxCode- initial attribute declared by typeProductTaxCodeat extensionbasecommerce
-
-
Method Details
-
getProductCode
Generated method - Getter of theProductTaxCode.productCodeattribute defined at extensionbasecommerce.- Returns:
- the productCode
-
getTaxArea
Generated method - Getter of theProductTaxCode.taxAreaattribute defined at extensionbasecommerce.- Returns:
- the taxArea
-
getTaxCode
Generated method - Getter of theProductTaxCode.taxCodeattribute defined at extensionbasecommerce.- Returns:
- the taxCode
-
setProductCode
Generated method - Initial setter ofProductTaxCode.productCodeattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the productCode
-
setTaxArea
Generated method - Initial setter ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the taxArea
-
setTaxCode
Generated method - Setter ofProductTaxCode.taxCodeattribute defined at extensionbasecommerce.- Parameters:
value- the taxCode
-