Class TaxedItemPriceImpl
java.lang.Object
com.commercetools.history.models.common.TaxedItemPriceImpl
- All Implemented Interfaces:
TaxedItemPrice,io.vrap.rmf.base.client.ModelBase
public class TaxedItemPriceImpl
extends Object
implements TaxedItemPrice, io.vrap.rmf.base.client.ModelBase
TaxedItemPrice
-
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 TypeMethodDescriptionbooleaninthashCode()voidsetTotalGross(Money totalGross) set totalGrossvoidsetTotalNet(Money totalNet) set totalNetMethods 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.TaxedItemPrice
withTaxedItemPrice
-
Constructor Details
-
TaxedItemPriceImpl
public TaxedItemPriceImpl()create empty instance
-
-
Method Details
-
getTotalNet
- Specified by:
getTotalNetin interfaceTaxedItemPrice- Returns:
- totalNet
-
getTotalGross
- Specified by:
getTotalGrossin interfaceTaxedItemPrice- Returns:
- totalGross
-
setTotalNet
Description copied from interface:TaxedItemPriceset totalNet- Specified by:
setTotalNetin interfaceTaxedItemPrice- Parameters:
totalNet- value to be set
-
setTotalGross
Description copied from interface:TaxedItemPriceset totalGross- Specified by:
setTotalGrossin interfaceTaxedItemPrice- Parameters:
totalGross- value to be set
-
equals
-
hashCode
-