Class Tax
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Tax
An amount of money levied on the price of a Product by a legislative body.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid MoneyGet taxAmount@Valid MoneyGet taxCategoryTax rateinthashCode()voidsetTaxAmount(Money taxAmount) voidsetTaxCategory(Money taxCategory) voidsetTaxRate(Float taxRate) taxCategory(Money taxCategory) toString()
-
Constructor Details
-
Tax
public Tax()
-
-
Method Details
-
taxAmount
-
getTaxAmount
Get taxAmount- Returns:
- taxAmount
-
setTaxAmount
-
taxCategory
-
getTaxCategory
Get taxCategory- Returns:
- taxCategory
-
setTaxCategory
-
taxRate
-
getTaxRate
Tax rate- Returns:
- taxRate
-
setTaxRate
-
equals
-
hashCode
public int hashCode() -
toString
-