org.broadleafcommerce.core.web.controller.account
Class CustomerAddressForm

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.account.CustomerAddressForm
All Implemented Interfaces:
Serializable

public class CustomerAddressForm
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Address address
           
protected  String addressName
           
protected  Long customerAddressId
           
 
Constructor Summary
CustomerAddressForm()
           
 
Method Summary
 Address getAddress()
           
 String getAddressName()
           
 Long getCustomerAddressId()
           
 void setAddress(Address address)
           
 void setAddressName(String addressName)
           
 void setCustomerAddressId(Long customerAddressId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected Address address

addressName

protected String addressName

customerAddressId

protected Long customerAddressId
Constructor Detail

CustomerAddressForm

public CustomerAddressForm()
Method Detail

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getAddressName

public String getAddressName()

setAddressName

public void setAddressName(String addressName)

getCustomerAddressId

public Long getCustomerAddressId()

setCustomerAddressId

public void setCustomerAddressId(Long customerAddressId)


Copyright © 2012. All Rights Reserved.