Class TaxedPriceImpl
java.lang.Object
com.commercetools.history.models.common.TaxedPriceImpl
- All Implemented Interfaces:
TaxedPrice,io.vrap.rmf.base.client.ModelBase
TaxedPrice
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTotal gross price of the Order.Total net price of the Order.inthashCode()voidsetTotalGross(Money totalGross) Total gross price of the Order.voidsetTotalNet(Money totalNet) Total net price of the Order.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.common.TaxedPrice
withTaxedPrice
-
Constructor Details
-
TaxedPriceImpl
public TaxedPriceImpl()create empty instance
-
-
Method Details
-
getTotalNet
Total net price of the Order.
- Specified by:
getTotalNetin interfaceTaxedPrice- Returns:
- totalNet
-
getTotalGross
Total gross price of the Order.
- Specified by:
getTotalGrossin interfaceTaxedPrice- Returns:
- totalGross
-
setTotalNet
Description copied from interface:TaxedPriceTotal net price of the Order.
- Specified by:
setTotalNetin interfaceTaxedPrice- Parameters:
totalNet- value to be set
-
setTotalGross
Description copied from interface:TaxedPriceTotal gross price of the Order.
- Specified by:
setTotalGrossin interfaceTaxedPrice- Parameters:
totalGross- value to be set
-
equals
-
hashCode
-