org.broadleafcommerce.common.time
Class DayOfMonthType
java.lang.Object
org.broadleafcommerce.common.time.DayOfMonthType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class DayOfMonthType
- extends Object
- implements Serializable, BroadleafEnumerationType
An extendible enumeration of container shape types.
- Author:
- jfischer
- See Also:
- Serialized Form
ONE
public static final DayOfMonthType ONE
TWO
public static final DayOfMonthType TWO
THREE
public static final DayOfMonthType THREE
FOUR
public static final DayOfMonthType FOUR
FIVE
public static final DayOfMonthType FIVE
SIX
public static final DayOfMonthType SIX
SEVEN
public static final DayOfMonthType SEVEN
EIGHT
public static final DayOfMonthType EIGHT
NINE
public static final DayOfMonthType NINE
TEN
public static final DayOfMonthType TEN
ELEVEN
public static final DayOfMonthType ELEVEN
TWELVE
public static final DayOfMonthType TWELVE
THIRTEEN
public static final DayOfMonthType THIRTEEN
FOURTEEN
public static final DayOfMonthType FOURTEEN
FIFTEEN
public static final DayOfMonthType FIFTEEN
SIXTEEN
public static final DayOfMonthType SIXTEEN
SEVENTEEN
public static final DayOfMonthType SEVENTEEN
EIGHTEEN
public static final DayOfMonthType EIGHTEEN
NINETEEN
public static final DayOfMonthType NINETEEN
TWENTY
public static final DayOfMonthType TWENTY
TWENTYONE
public static final DayOfMonthType TWENTYONE
TWNETYTWO
public static final DayOfMonthType TWNETYTWO
TWENTYTHREE
public static final DayOfMonthType TWENTYTHREE
TWENTYFOUR
public static final DayOfMonthType TWENTYFOUR
TWENTYFIVE
public static final DayOfMonthType TWENTYFIVE
TWENTYSIX
public static final DayOfMonthType TWENTYSIX
TWENTYSEVEN
public static final DayOfMonthType TWENTYSEVEN
TWENTYEIGHT
public static final DayOfMonthType TWENTYEIGHT
TWENTYNINE
public static final DayOfMonthType TWENTYNINE
THIRTY
public static final DayOfMonthType THIRTY
THIRTYONE
public static final DayOfMonthType THIRTYONE
DayOfMonthType
public DayOfMonthType()
DayOfMonthType
public DayOfMonthType(String type,
String friendlyType)
getInstance
public static DayOfMonthType 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.