public class ProductTaxCodeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
PRODUCTCODE
Generated constant - Attribute key of
ProductTaxCode.productCode attribute defined at extension basecommerce. |
static String |
TAXAREA
Generated constant - Attribute key of
ProductTaxCode.taxArea attribute defined at extension basecommerce. |
static String |
TAXCODE
Generated constant - Attribute key of
ProductTaxCode.taxCode attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ProductTaxCodeModel()
Generated constructor - Default constructor for generic creation.
|
ProductTaxCodeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ProductTaxCodeModel(ItemModel _owner,
String _productCode,
String _taxArea,
String _taxCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProductTaxCodeModel(String _productCode,
String _taxCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProductCode()
Generated method - Getter of the
ProductTaxCode.productCode attribute defined at extension basecommerce. |
String |
getTaxArea()
Generated method - Getter of the
ProductTaxCode.taxArea attribute defined at extension basecommerce. |
String |
getTaxCode()
Generated method - Getter of the
ProductTaxCode.taxCode attribute defined at extension basecommerce. |
void |
setProductCode(String value)
Generated method - Initial setter of
ProductTaxCode.productCode attribute defined at extension basecommerce. |
void |
setTaxArea(String value)
Generated method - Initial setter of
ProductTaxCode.taxArea attribute defined at extension basecommerce. |
void |
setTaxCode(String value)
Generated method - Setter of
ProductTaxCode.taxCode attribute defined at extension basecommerce. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String PRODUCTCODE
ProductTaxCode.productCode attribute defined at extension basecommerce.public static final String TAXAREA
ProductTaxCode.taxArea attribute defined at extension basecommerce.public static final String TAXCODE
ProductTaxCode.taxCode attribute defined at extension basecommerce.public ProductTaxCodeModel()
public ProductTaxCodeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ProductTaxCodeModel(String _productCode, String _taxCode)
_productCode - initial attribute declared by type ProductTaxCode at extension basecommerce_taxCode - initial attribute declared by type ProductTaxCode at extension basecommerce@Deprecated public ProductTaxCodeModel(ItemModel _owner, String _productCode, String _taxArea, String _taxCode)
_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@Accessor(qualifier="productCode", type=GETTER) public String getProductCode()
ProductTaxCode.productCode attribute defined at extension basecommerce.@Accessor(qualifier="taxArea", type=GETTER) public String getTaxArea()
ProductTaxCode.taxArea attribute defined at extension basecommerce.@Accessor(qualifier="taxCode", type=GETTER) public String getTaxCode()
ProductTaxCode.taxCode attribute defined at extension basecommerce.@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(String value)
ProductTaxCode.productCode attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the productCode@Accessor(qualifier="taxArea", type=SETTER) public void setTaxArea(String value)
ProductTaxCode.taxArea attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the taxAreaCopyright © 2017 SAP SE. All Rights Reserved.