Uses of Class
com.broadleafcommerce.billing.service.provider.domain.Phone
Packages that use Phone
-
Uses of Phone in com.broadleafcommerce.billing.service.provider.domain
Methods in com.broadleafcommerce.billing.service.provider.domain that return PhoneModifier and TypeMethodDescriptionAddress.getPhoneFax()Thefax numberfor this address.Address.getPhonePrimary()The primaryphone numberfor this address.Address.getPhoneSecondary()The secondaryphone numberfor this address.Methods in com.broadleafcommerce.billing.service.provider.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidAddress.setPhoneFax(Phone phoneFax) Thefax numberfor this address.voidAddress.setPhonePrimary(Phone phonePrimary) The primaryphone numberfor this address.voidAddress.setPhoneSecondary(Phone phoneSecondary) The secondaryphone numberfor this address.