Uses of Class
com.broadleafcommerce.order.common.domain.Phone
Packages that use Phone
-
Uses of Phone in com.broadleafcommerce.order.common.domain
Methods in com.broadleafcommerce.order.common.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.order.common.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.