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
  • 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

      public String getPhoneName()
    • setPhoneName

      public void setPhoneName(String phoneName)