public class CustomerAddressForm extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Address |
address |
protected String |
addressName |
protected Long |
customerAddressId |
| Constructor and Description |
|---|
CustomerAddressForm() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Address |
getAddress() |
String |
getAddressName() |
Long |
getCustomerAddressId() |
void |
setAddress(org.broadleafcommerce.profile.core.domain.Address address) |
void |
setAddressName(String addressName) |
void |
setCustomerAddressId(Long customerAddressId) |
protected org.broadleafcommerce.profile.core.domain.Address address
protected String addressName
protected Long customerAddressId
public org.broadleafcommerce.profile.core.domain.Address getAddress()
public void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
public String getAddressName()
public void setAddressName(String addressName)
public Long getCustomerAddressId()
public void setCustomerAddressId(Long customerAddressId)
Copyright © 2021. All rights reserved.