Uses of Class
bakery.logic.usermailobject.MailTaxDetailLO
-
Packages that use MailTaxDetailLO Package Description bakery.logic.usermailobject -
-
Uses of MailTaxDetailLO in bakery.logic.usermailobject
Methods in bakery.logic.usermailobject that return types with arguments of type MailTaxDetailLO Modifier and Type Method Description java.util.List<MailTaxDetailLO>
ShopUserMailChargeLO. getTaxes()
java.util.List<MailTaxDetailLO>
ShopUserMailPositionLO. getTaxes()
Method parameters in bakery.logic.usermailobject with type arguments of type MailTaxDetailLO Modifier and Type Method Description void
ShopUserMailChargeLO. setTaxes(java.util.List<MailTaxDetailLO> taxes)
void
ShopUserMailPositionLO. setTaxes(java.util.List<MailTaxDetailLO> taxes)
-