Class CustomerAddressType
java.lang.Object
org.broadleafcommerce.profile.core.service.type.CustomerAddressType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
An extendible enumeration of customer address types.
- Author:
- jfischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomerAddressTypestatic final CustomerAddressTypestatic final CustomerAddressType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CustomerAddressTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
SHIPPING
-
BILLING
-
OTHER
-
-
Constructor Details
-
CustomerAddressType
public CustomerAddressType() -
CustomerAddressType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-