Uses of Class
com.broadleafcommerce.customer.domain.Attribute
-
Packages that use Attribute Package Description com.broadleafcommerce.customer.domain -
-
Uses of Attribute in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>Account. getAttributes()Dynamic attributes that are a part of the account.Method parameters in com.broadleafcommerce.customer.domain with type arguments of type Attribute Modifier and Type Method Description voidAccount. setAttributes(Map<String,Attribute> attributes)Dynamic attributes that are a part of the account.
-