org.broadleafcommerce.common.time
Class MonthType
java.lang.Object
org.broadleafcommerce.common.time.MonthType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class MonthType
- extends Object
- implements Serializable, BroadleafEnumerationType
An extendible enumeration of container shape types.
- Author:
- jfischer
- See Also:
- Serialized Form
JANUARY
public static final MonthType JANUARY
FEBRUARY
public static final MonthType FEBRUARY
MARCH
public static final MonthType MARCH
APRIL
public static final MonthType APRIL
MAY
public static final MonthType MAY
JUNE
public static final MonthType JUNE
JULY
public static final MonthType JULY
AUGUST
public static final MonthType AUGUST
SEPTEMBER
public static final MonthType SEPTEMBER
OCTOBER
public static final MonthType OCTOBER
NOVEMBER
public static final MonthType NOVEMBER
DECEMBER
public static final MonthType DECEMBER
MonthType
public MonthType()
MonthType
public MonthType(String type,
String friendlyType)
getInstance
public static MonthType getInstance(String type)
getType
public String getType()
- Specified by:
getType in interface BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface BroadleafEnumerationType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.