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:
java.io.Serializable
public class ProductTaxCodeModel extends ItemModel
Generated model class for type ProductTaxCode first defined at extension basecommerce.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringPRODUCTCODEGenerated constant - Attribute key ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.static java.lang.StringTAXAREAGenerated constant - Attribute key ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.static java.lang.StringTAXCODEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ProductTaxCodeModel()Generated constructor - Default constructor for generic creation.ProductTaxCodeModel(ItemModel _owner, java.lang.String _productCode, java.lang.String _taxArea, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextProductTaxCodeModel(java.lang.String _productCode, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProductCode()Generated method - Getter of theProductTaxCode.productCodeattribute defined at extensionbasecommerce.java.lang.StringgetTaxArea()Generated method - Getter of theProductTaxCode.taxAreaattribute defined at extensionbasecommerce.java.lang.StringgetTaxCode()Generated method - Getter of theProductTaxCode.taxCodeattribute defined at extensionbasecommerce.voidsetProductCode(java.lang.String value)Generated method - Initial setter ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.voidsetTaxArea(java.lang.String value)Generated method - Initial setter ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.voidsetTaxCode(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
PRODUCTCODE
public static final java.lang.String PRODUCTCODE
Generated constant - Attribute key ofProductTaxCode.productCodeattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
TAXAREA
public static final java.lang.String TAXAREA
Generated constant - Attribute key ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
TAXCODE
public static final java.lang.String TAXCODE
Generated constant - Attribute key ofProductTaxCode.taxCodeattribute defined at extensionbasecommerce.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProductTaxCodeModel
public ProductTaxCodeModel()
Generated constructor - Default constructor for generic creation.
-
ProductTaxCodeModel
public ProductTaxCodeModel(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(java.lang.String _productCode, java.lang.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, java.lang.String _productCode, java.lang.String _taxArea, java.lang.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 Detail
-
getProductCode
@Accessor(qualifier="productCode", type=GETTER) public java.lang.String getProductCode()
Generated method - Getter of theProductTaxCode.productCodeattribute defined at extensionbasecommerce.- Returns:
- the productCode
-
getTaxArea
@Accessor(qualifier="taxArea", type=GETTER) public java.lang.String getTaxArea()
Generated method - Getter of theProductTaxCode.taxAreaattribute defined at extensionbasecommerce.- Returns:
- the taxArea
-
getTaxCode
@Accessor(qualifier="taxCode", type=GETTER) public java.lang.String getTaxCode()
Generated method - Getter of theProductTaxCode.taxCodeattribute defined at extensionbasecommerce.- Returns:
- the taxCode
-
setProductCode
@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(java.lang.String value)
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
@Accessor(qualifier="taxArea", type=SETTER) public void setTaxArea(java.lang.String value)
Generated method - Initial setter ofProductTaxCode.taxAreaattribute defined at extensionbasecommerce. Can only be used at creation of model - before first save.- Parameters:
value- the taxArea
-
-