Class CustomerAddressImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerAddressImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.copy.MultiTenantCloneable<CustomerAddress>,org.broadleafcommerce.common.persistence.Status,CustomerAddress
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends CustomerAddress>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) booleangetId()inthashCode()booleanisActive()voidsetAddress(Address address) voidsetAddressName(String addressName) voidsetArchived(Character archived) voidsetCustomer(Customer customer) voidtoString()
-
Field Details
-
id
-
addressName
-
customer
-
address
-
archiveStatus
protected org.broadleafcommerce.common.persistence.ArchiveStatus archiveStatus
-
-
Constructor Details
-
CustomerAddressImpl
public CustomerAddressImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCustomerAddress
-
setId
- Specified by:
setIdin interfaceCustomerAddress
-
getAddressName
- Specified by:
getAddressNamein interfaceCustomerAddress
-
setAddressName
- Specified by:
setAddressNamein interfaceCustomerAddress
-
getCustomer
- Specified by:
getCustomerin interfaceCustomerAddress
-
setCustomer
- Specified by:
setCustomerin interfaceCustomerAddress
-
getAddress
- Specified by:
getAddressin interfaceCustomerAddress
-
setAddress
- Specified by:
setAddressin interfaceCustomerAddress
-
toString
-
getArchived
- Specified by:
getArchivedin interfaceorg.broadleafcommerce.common.persistence.Status
-
setArchived
- Specified by:
setArchivedin interfaceorg.broadleafcommerce.common.persistence.Status
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.broadleafcommerce.common.persistence.Status
-
hashCode
public int hashCode() -
equals
-
createOrRetrieveCopyInstance
public <G extends CustomerAddress> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<CustomerAddress>- Throws:
CloneNotSupportedException
-