public class TaxRowModel extends PDTRowModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_PRODUCT2OWNEUROPE1TAXES
Generated relation code constant for relation
Product2OwnEurope1Taxes defining source attribute product in extension europe1. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ABSOLUTE
Generated constant - Attribute key of
TaxRow.absolute attribute defined at extension europe1. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
TaxRow.catalogVersion attribute defined at extension europe1. |
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
TaxRow.currency attribute defined at extension europe1. |
static java.lang.String |
TAX
Generated constant - Attribute key of
TaxRow.tax attribute defined at extension europe1. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
TaxRow.value attribute defined at extension europe1. |
DATERANGE, ENDTIME, PG, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, STARTTIME, UG, USER, USERMATCHQUALIFIER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TaxRowModel()
Generated constructor - Default constructor for generic creation.
|
TaxRowModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
TaxRowModel(ItemModel _owner,
ProductTaxGroup _pg,
ProductModel _product,
java.lang.String _productId,
TaxModel _tax)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TaxRowModel(TaxModel _tax)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAbsolute()
Generated method - Getter of the
TaxRow.absolute dynamic attribute defined at extension europe1. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
TaxRow.catalogVersion attribute defined at extension europe1. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
TaxRow.currency attribute defined at extension europe1. |
TaxModel |
getTax()
Generated method - Getter of the
TaxRow.tax attribute defined at extension europe1. |
java.lang.Double |
getValue()
Generated method - Getter of the
TaxRow.value attribute defined at extension europe1. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
TaxRow.catalogVersion attribute defined at extension europe1. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
TaxRow.currency attribute defined at extension europe1. |
void |
setPg(HybrisEnumValue value)
Generated method - Initial setter of
PDTRow.pg attribute defined at extension europe1 and redeclared at extension europe1. |
void |
setProduct(ProductModel value)
Generated method - Initial setter of
PDTRow.product attribute defined at extension europe1 and redeclared at extension europe1. |
void |
setTax(TaxModel value)
Generated method - Initial setter of
TaxRow.tax attribute defined at extension europe1. |
void |
setValue(java.lang.Double value)
Generated method - Setter of
TaxRow.value attribute defined at extension europe1. |
getDateRange, getEndTime, getPg, getProduct, getProductId, getProductMatchQualifier, getStartTime, getUg, getUser, getUserMatchQualifier, setDateRange, setEndTime, setProductId, setProductMatchQualifier, setStartTime, setUg, setUser, setUserMatchQualifiergetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _PRODUCT2OWNEUROPE1TAXES
Product2OwnEurope1Taxes defining source attribute product in extension europe1.public static final java.lang.String CATALOGVERSION
TaxRow.catalogVersion attribute defined at extension europe1.public static final java.lang.String CURRENCY
TaxRow.currency attribute defined at extension europe1.public static final java.lang.String ABSOLUTE
TaxRow.absolute attribute defined at extension europe1.public static final java.lang.String TAX
TaxRow.tax attribute defined at extension europe1.public static final java.lang.String VALUE
TaxRow.value attribute defined at extension europe1.public TaxRowModel()
public TaxRowModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TaxRowModel(TaxModel _tax)
_tax - initial attribute declared by type TaxRow at extension europe1@Deprecated public TaxRowModel(ItemModel _owner, ProductTaxGroup _pg, ProductModel _product, java.lang.String _productId, TaxModel _tax)
_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@Accessor(qualifier="absolute", type=GETTER) public java.lang.Boolean getAbsolute()
TaxRow.absolute dynamic attribute defined at extension europe1.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
TaxRow.catalogVersion attribute defined at extension europe1.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
TaxRow.currency attribute defined at extension europe1.@Accessor(qualifier="tax", type=GETTER) public TaxModel getTax()
TaxRow.tax attribute defined at extension europe1.@Accessor(qualifier="value", type=GETTER) public java.lang.Double getValue()
TaxRow.value attribute defined at extension europe1.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
TaxRow.catalogVersion attribute defined at extension europe1.value - the catalogVersion@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
TaxRow.currency attribute defined at extension europe1.value - the currency@Accessor(qualifier="pg", type=SETTER) public void setPg(HybrisEnumValue value)
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.setPg in class PDTRowModelvalue - the pg@Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
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.setProduct in class PDTRowModelvalue - the product@Accessor(qualifier="tax", type=SETTER) public void setTax(TaxModel value)
TaxRow.tax attribute defined at extension europe1. Can only be used at creation of model - before first save.value - the taxCopyright © 2018 SAP SE. All Rights Reserved.