Interface CustomerAttribute
- All Superinterfaces:
MultiTenantCloneable<CustomerAttribute>,Serializable,ValueAssignable<String>
- All Known Implementing Classes:
CustomerAttributeImpl
public interface CustomerAttribute
extends ValueAssignable<String>, MultiTenantCloneable<CustomerAttribute>
Implementations of this interface are used to hold data about a Customers Attributes.
For high volume sites, you should consider extending the BLC Customer entity instead of relying on custom attributes as the extension mechanism is more performant under load.
For high volume sites, you should consider extending the BLC Customer entity instead of relying on custom attributes as the extension mechanism is more performant under load.
- Author:
- bpolster
-
Method Summary
Modifier and TypeMethodDescriptionGets the associated customer.getId()Gets the id.voidsetCustomer(Customer customer) Sets the associated customer.voidSets the id.Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstanceMethods inherited from interface org.broadleafcommerce.common.value.ValueAssignable
getName, getValue, setName, setValue