org.broadleafcommerce.profile.web.core.model
Class PhoneNameForm

java.lang.Object
  extended by 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 Summary
PhoneNameForm()
           
 
Method Summary
 Phone getPhone()
           
 String getPhoneName()
           
 void setPhone(Phone phone)
           
 void setPhoneName(String phoneName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneNameForm

public PhoneNameForm()
Method Detail

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.