org.broadleafcommerce.common.time
Class DayOfMonthType

java.lang.Object
  extended by 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

Field Summary
static DayOfMonthType EIGHT
           
static DayOfMonthType EIGHTEEN
           
static DayOfMonthType ELEVEN
           
static DayOfMonthType FIFTEEN
           
static DayOfMonthType FIVE
           
static DayOfMonthType FOUR
           
static DayOfMonthType FOURTEEN
           
static DayOfMonthType NINE
           
static DayOfMonthType NINETEEN
           
static DayOfMonthType ONE
           
static DayOfMonthType SEVEN
           
static DayOfMonthType SEVENTEEN
           
static DayOfMonthType SIX
           
static DayOfMonthType SIXTEEN
           
static DayOfMonthType TEN
           
static DayOfMonthType THIRTEEN
           
static DayOfMonthType THIRTY
           
static DayOfMonthType THIRTYONE
           
static DayOfMonthType THREE
           
static DayOfMonthType TWELVE
           
static DayOfMonthType TWENTY
           
static DayOfMonthType TWENTYEIGHT
           
static DayOfMonthType TWENTYFIVE
           
static DayOfMonthType TWENTYFOUR
           
static DayOfMonthType TWENTYNINE
           
static DayOfMonthType TWENTYONE
           
static DayOfMonthType TWENTYSEVEN
           
static DayOfMonthType TWENTYSIX
           
static DayOfMonthType TWENTYTHREE
           
static DayOfMonthType TWNETYTWO
           
static DayOfMonthType TWO
           
 
Constructor Summary
DayOfMonthType()
           
DayOfMonthType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static DayOfMonthType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DayOfMonthType

public DayOfMonthType()

DayOfMonthType

public DayOfMonthType(String type,
                      String friendlyType)
Method Detail

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 © 2013. All Rights Reserved.