Class WeightUnitOfMeasureType
java.lang.Object
org.broadleafcommerce.common.util.WeightUnitOfMeasureType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
public class WeightUnitOfMeasureType
extends Object
implements Serializable, BroadleafEnumerationType
An extendible enumeration of units of measure types.
- Author:
- jfischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WeightUnitOfMeasureTypestatic final WeightUnitOfMeasureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WeightUnitOfMeasureTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
POUNDS
-
KILOGRAMS
-
-
Constructor Details
-
WeightUnitOfMeasureType
public WeightUnitOfMeasureType() -
WeightUnitOfMeasureType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-