public class MonthType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static MonthType |
APRIL |
static MonthType |
AUGUST |
static MonthType |
DECEMBER |
static MonthType |
FEBRUARY |
static MonthType |
JANUARY |
static MonthType |
JULY |
static MonthType |
JUNE |
static MonthType |
MARCH |
static MonthType |
MAY |
static MonthType |
NOVEMBER |
static MonthType |
OCTOBER |
static MonthType |
SEPTEMBER |
| Constructor and Description |
|---|
MonthType() |
MonthType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static MonthType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final MonthType JANUARY
public static final MonthType FEBRUARY
public static final MonthType MARCH
public static final MonthType APRIL
public static final MonthType MAY
public static final MonthType JUNE
public static final MonthType JULY
public static final MonthType AUGUST
public static final MonthType SEPTEMBER
public static final MonthType OCTOBER
public static final MonthType NOVEMBER
public static final MonthType DECEMBER
public MonthType()
public MonthType(java.lang.String type,
java.lang.String friendlyType)
public static MonthType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.