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
-
Constructor Details
-
PhoneNameForm
public PhoneNameForm()
-
-
Method Details
-
getPhone
-
setPhone
-
getPhoneName
-
setPhoneName
-