Class TaxRowModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class TaxRowModel extends PDTRowModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation Product2OwnEurope1Taxes defining source attribute product in extension europe1.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TaxRow.absolute attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of TaxRow.catalogVersion attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of TaxRow.currency attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of TaxRow.originCountry attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TaxRow.originTransportFacility attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TaxRow.passengerType attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TaxRow.tax attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of TaxRow.value attribute defined at extension europe1.

    Fields inherited from class de.hybris.platform.europe1.model.PDTRowModel

    DATERANGE, ENDTIME, PG, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, STARTTIME, UG, USER, USERMATCHQUALIFIER

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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TaxRow.absolute dynamic attribute defined at extension europe1.
    Generated method - Getter of the TaxRow.catalogVersion attribute defined at extension europe1.
    Generated method - Getter of the TaxRow.currency attribute defined at extension europe1.
    Generated method - Getter of the TaxRow.originCountry attribute defined at extension travelservices.
    Generated method - Getter of the TaxRow.originTransportFacility attribute defined at extension travelservices.
    Generated method - Getter of the TaxRow.passengerType attribute defined at extension travelservices.
    Generated method - Getter of the TaxRow.tax attribute defined at extension europe1.
    Generated method - Getter of the TaxRow.value attribute defined at extension europe1.
    void
    Generated method - Setter of TaxRow.catalogVersion attribute defined at extension europe1.
    void
    Generated method - Setter of TaxRow.currency attribute defined at extension europe1.
    void
    Generated method - Setter of TaxRow.originCountry attribute defined at extension travelservices.
    void
    Generated method - Setter of TaxRow.originTransportFacility attribute defined at extension travelservices.
    void
    Generated method - Setter of TaxRow.passengerType attribute defined at extension travelservices.
    void
    setPg(de.hybris.platform.core.HybrisEnumValue value)
    Generated method - Initial setter of PDTRow.pg attribute defined at extension europe1 and redeclared at extension europe1.
    void
    Generated method - Initial setter of PDTRow.product attribute defined at extension europe1 and redeclared at extension europe1.
    void
    Generated method - Initial setter of TaxRow.tax attribute defined at extension europe1.
    void
    Generated method - Setter of TaxRow.value attribute defined at extension europe1.

    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:
    • _PRODUCT2OWNEUROPE1TAXES

      public static final String _PRODUCT2OWNEUROPE1TAXES
      Generated relation code constant for relation Product2OwnEurope1Taxes defining source attribute product in extension europe1.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of TaxRow.catalogVersion attribute defined at extension europe1.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of TaxRow.currency attribute defined at extension europe1.
      See Also:
    • ABSOLUTE

      public static final String ABSOLUTE
      Generated constant - Attribute key of TaxRow.absolute attribute defined at extension europe1.
      See Also:
    • TAX

      public static final String TAX
      Generated constant - Attribute key of TaxRow.tax attribute defined at extension europe1.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of TaxRow.value attribute defined at extension europe1.
      See Also:
    • ORIGINTRANSPORTFACILITY

      public static final String ORIGINTRANSPORTFACILITY
      Generated constant - Attribute key of TaxRow.originTransportFacility attribute defined at extension travelservices.
      See Also:
    • ORIGINCOUNTRY

      public static final String ORIGINCOUNTRY
      Generated constant - Attribute key of TaxRow.originCountry attribute defined at extension travelservices.
      See Also:
    • PASSENGERTYPE

      public static final String PASSENGERTYPE
      Generated constant - Attribute key of TaxRow.passengerType attribute defined at extension travelservices.
      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(since="4.1.1", forRemoval=true) public TaxRowModel(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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _tax - initial attribute declared by type TaxRow at extension europe1
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
      _pg - initial attribute declared by type TaxRow at extension europe1
      _product - initial attribute declared by type TaxRow at extension europe1
      _productId - initial attribute declared by type PDTRow at extension europe1
      _tax - initial attribute declared by type TaxRow at extension europe1
  • Method Details

    • getAbsolute

      @Accessor(qualifier="absolute", type=GETTER) public Boolean getAbsolute()
      Generated method - Getter of the TaxRow.absolute dynamic attribute defined at extension europe1.
      Returns:
      the absolute
    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the TaxRow.catalogVersion attribute defined at extension europe1.
      Returns:
      the catalogVersion
    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the TaxRow.currency attribute defined at extension europe1.
      Returns:
      the currency
    • getOriginCountry

      @Accessor(qualifier="originCountry", type=GETTER) public String getOriginCountry()
      Generated method - Getter of the TaxRow.originCountry attribute defined at extension travelservices.
      Returns:
      the originCountry
    • getOriginTransportFacility

      @Accessor(qualifier="originTransportFacility", type=GETTER) public String getOriginTransportFacility()
      Generated method - Getter of the TaxRow.originTransportFacility attribute defined at extension travelservices.
      Returns:
      the originTransportFacility
    • getPassengerType

      @Accessor(qualifier="passengerType", type=GETTER) public String getPassengerType()
      Generated method - Getter of the TaxRow.passengerType attribute defined at extension travelservices.
      Returns:
      the passengerType
    • getTax

      @Accessor(qualifier="tax", type=GETTER) public TaxModel getTax()
      Generated method - Getter of the TaxRow.tax attribute defined at extension europe1.
      Returns:
      the tax
    • getValue

      @Accessor(qualifier="value", type=GETTER) public Double getValue()
      Generated method - Getter of the TaxRow.value attribute defined at extension europe1.
      Returns:
      the value
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of TaxRow.catalogVersion attribute defined at extension europe1.
      Parameters:
      value - the catalogVersion
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of TaxRow.currency attribute defined at extension europe1.
      Parameters:
      value - the currency
    • setOriginCountry

      @Accessor(qualifier="originCountry", type=SETTER) public void setOriginCountry(String value)
      Generated method - Setter of TaxRow.originCountry attribute defined at extension travelservices.
      Parameters:
      value - the originCountry
    • setOriginTransportFacility

      @Accessor(qualifier="originTransportFacility", type=SETTER) public void setOriginTransportFacility(String value)
      Generated method - Setter of TaxRow.originTransportFacility attribute defined at extension travelservices.
      Parameters:
      value - the originTransportFacility
    • setPassengerType

      @Accessor(qualifier="passengerType", type=SETTER) public void setPassengerType(String value)
      Generated method - Setter of TaxRow.passengerType attribute defined at extension travelservices.
      Parameters:
      value - the passengerType
    • setPg

      @Accessor(qualifier="pg", type=SETTER) public void setPg(de.hybris.platform.core.HybrisEnumValue value)
      Generated method - Initial setter of PDTRow.pg attribute defined at extension europe1 and redeclared at extension europe1. Can only be used at creation of model - before first save. Will only accept values of type ProductTaxGroup.
      Overrides:
      setPg in class PDTRowModel
      Parameters:
      value - the pg
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
      Generated method - Initial setter of PDTRow.product attribute defined at extension europe1 and redeclared at extension europe1. Can only be used at creation of model - before first save. Will only accept values of type ProductModel.
      Overrides:
      setProduct in class PDTRowModel
      Parameters:
      value - the product
    • setTax

      @Accessor(qualifier="tax", type=SETTER) public void setTax(TaxModel value)
      Generated method - Initial setter of TaxRow.tax attribute defined at extension europe1. Can only be used at creation of model - before first save.
      Parameters:
      value - the tax
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(Double value)
      Generated method - Setter of TaxRow.value attribute defined at extension europe1.
      Parameters:
      value - the value