org.broadleafcommerce.core.offer.service.type
Class OfferTimeZoneType
java.lang.Object
org.broadleafcommerce.core.offer.service.type.OfferTimeZoneType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class OfferTimeZoneType
- extends Object
- implements Serializable, BroadleafEnumerationType
An extendible enumeration of offer types.
- See Also:
- Serialized Form
SERVER
public static final OfferTimeZoneType SERVER
APPLICATION
public static final OfferTimeZoneType APPLICATION
CST
public static final OfferTimeZoneType CST
UTC
public static final OfferTimeZoneType UTC
OfferTimeZoneType
public OfferTimeZoneType()
OfferTimeZoneType
public OfferTimeZoneType(String type,
String friendlyType)
OfferTimeZoneType
public OfferTimeZoneType(String type,
String friendlyType,
Boolean javaStandardTimeZone)
getInstance
public static OfferTimeZoneType getInstance(String type)
setType
public void setType(String type)
getType
public String getType()
- Specified by:
getType in interface BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface BroadleafEnumerationType
getJavaStandardTimeZone
public Boolean getJavaStandardTimeZone()
setJavaStandardTimeZone
public void setJavaStandardTimeZone(Boolean javaStandardTimeZone)
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.