Class OfferTimeZoneType
java.lang.Object
org.broadleafcommerce.core.offer.service.type.OfferTimeZoneType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
An extendible enumeration of offer types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OfferTimeZoneTypestatic final OfferTimeZoneTypestatic final OfferTimeZoneTypestatic final OfferTimeZoneType -
Constructor Summary
ConstructorsConstructorDescriptionOfferTimeZoneType(String type, String friendlyType) OfferTimeZoneType(String type, String friendlyType, Boolean javaStandardTimeZone) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic OfferTimeZoneTypegetInstance(String type) getType()inthashCode()voidsetJavaStandardTimeZone(Boolean javaStandardTimeZone) void
-
Field Details
-
SERVER
-
APPLICATION
-
CST
-
UTC
-
-
Constructor Details
-
OfferTimeZoneType
public OfferTimeZoneType() -
OfferTimeZoneType
-
OfferTimeZoneType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
getJavaStandardTimeZone
-
setJavaStandardTimeZone
-
hashCode
public int hashCode() -
equals
-