Class PhoneNameForm
java.lang.Object
org.broadleafcommerce.profile.web.core.model.PhoneNameForm
The Form Backing Bean used by the CustomerPhoneController. This design was chosen instead
of placing multiple values on the request. This is a smaller scenario since there are not many
properties for the CustomerPhoneController, but to be consistent, we did not put a large amount of
unnecessary parameters on the request.
- Author:
- sconlon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.PhonegetPhone()voidsetPhone(org.broadleafcommerce.profile.core.domain.Phone phone) voidsetPhoneName(String phoneName)
-
Constructor Details
-
PhoneNameForm
public PhoneNameForm()
-
-
Method Details
-
getPhone
public org.broadleafcommerce.profile.core.domain.Phone getPhone() -
setPhone
public void setPhone(org.broadleafcommerce.profile.core.domain.Phone phone) -
getPhoneName
-
setPhoneName
-