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

public class ProductTaxCodeModel extends ItemModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ProductTaxCode.productCode attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of ProductTaxCode.taxArea attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of ProductTaxCode.taxCode attribute defined at extension basecommerce.

    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
    Generated 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 parameters
    ProductTaxCodeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ProductTaxCode.productCode attribute defined at extension basecommerce.
    Generated method - Getter of the ProductTaxCode.taxArea attribute defined at extension basecommerce.
    Generated method - Getter of the ProductTaxCode.taxCode attribute defined at extension basecommerce.
    void
    Generated method - Initial setter of ProductTaxCode.productCode attribute defined at extension basecommerce.
    void
    Generated method - Initial setter of ProductTaxCode.taxArea attribute defined at extension basecommerce.
    void
    Generated method - Setter of ProductTaxCode.taxCode attribute defined at extension basecommerce.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PRODUCTCODE

      public static final String PRODUCTCODE
      Generated constant - Attribute key of ProductTaxCode.productCode attribute defined at extension basecommerce.
      See Also:
    • TAXAREA

      public static final String TAXAREA
      Generated constant - Attribute key of ProductTaxCode.taxArea attribute defined at extension basecommerce.
      See Also:
    • TAXCODE

      public static final String TAXCODE
      Generated constant - Attribute key of ProductTaxCode.taxCode attribute defined at extension basecommerce.
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _productCode - initial attribute declared by type ProductTaxCode at extension basecommerce
      _taxCode - initial attribute declared by type ProductTaxCode at extension basecommerce
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
      _productCode - initial attribute declared by type ProductTaxCode at extension basecommerce
      _taxArea - initial attribute declared by type ProductTaxCode at extension basecommerce
      _taxCode - initial attribute declared by type ProductTaxCode at extension basecommerce
  • Method Details

    • getProductCode

      @Accessor(qualifier="productCode", type=GETTER) public String getProductCode()
      Generated method - Getter of the ProductTaxCode.productCode attribute defined at extension basecommerce.
      Returns:
      the productCode
    • getTaxArea

      @Accessor(qualifier="taxArea", type=GETTER) public String getTaxArea()
      Generated method - Getter of the ProductTaxCode.taxArea attribute defined at extension basecommerce.
      Returns:
      the taxArea
    • getTaxCode

      @Accessor(qualifier="taxCode", type=GETTER) public String getTaxCode()
      Generated method - Getter of the ProductTaxCode.taxCode attribute defined at extension basecommerce.
      Returns:
      the taxCode
    • setProductCode

      @Accessor(qualifier="productCode", type=SETTER) public void setProductCode(String value)
      Generated method - Initial setter of ProductTaxCode.productCode attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the productCode
    • setTaxArea

      @Accessor(qualifier="taxArea", type=SETTER) public void setTaxArea(String value)
      Generated method - Initial setter of ProductTaxCode.taxArea attribute defined at extension basecommerce. Can only be used at creation of model - before first save.
      Parameters:
      value - the taxArea
    • setTaxCode

      @Accessor(qualifier="taxCode", type=SETTER) public void setTaxCode(String value)
      Generated method - Setter of ProductTaxCode.taxCode attribute defined at extension basecommerce.
      Parameters:
      value - the taxCode