org.broadleafcommerce.profile.web.core.model
Class PhoneNameForm
java.lang.Object
org.broadleafcommerce.profile.web.core.model.PhoneNameForm
public class PhoneNameForm
- extends Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneNameForm
public PhoneNameForm()
getPhone
public Phone getPhone()
getPhoneName
public String getPhoneName()
setPhone
public void setPhone(Phone phone)
setPhoneName
public void setPhoneName(String phoneName)
Copyright © 2011. All Rights Reserved.