Package bakery.logic.usermailobject
Class ShopUserMailTaxLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailTaxLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailTaxLO extends java.lang.Object implements java.io.SerializableCovers information about taxes used within customer mails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailTaxLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetTaxAmount()java.math.BigDecimalgetTaxPercent()voidsetTaxAmount(java.math.BigDecimal taxAmount)voidsetTaxPercent(java.math.BigDecimal taxPercent)
-
-
-
Method Detail
-
getTaxPercent
public java.math.BigDecimal getTaxPercent()
- Returns:
- the percentage representation of tax value
-
setTaxPercent
public void setTaxPercent(java.math.BigDecimal taxPercent)
- Parameters:
taxPercent- the percentage representation of tax value
-
getTaxAmount
public java.math.BigDecimal getTaxAmount()
- Returns:
- the amount of tax
-
setTaxAmount
public void setTaxAmount(java.math.BigDecimal taxAmount)
- Parameters:
taxAmount- the amount of tax
-
-