public class OfferTimeZoneType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static OfferTimeZoneType |
APPLICATION |
static OfferTimeZoneType |
CST |
static OfferTimeZoneType |
SERVER |
static OfferTimeZoneType |
UTC |
| Constructor and Description |
|---|
OfferTimeZoneType() |
OfferTimeZoneType(String type,
String friendlyType) |
OfferTimeZoneType(String type,
String friendlyType,
Boolean javaStandardTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static OfferTimeZoneType |
getInstance(String type) |
Boolean |
getJavaStandardTimeZone() |
String |
getType() |
int |
hashCode() |
void |
setJavaStandardTimeZone(Boolean javaStandardTimeZone) |
void |
setType(String type) |
public static final OfferTimeZoneType SERVER
public static final OfferTimeZoneType APPLICATION
public static final OfferTimeZoneType CST
public static final OfferTimeZoneType UTC
public static OfferTimeZoneType getInstance(String type)
public void setType(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic Boolean getJavaStandardTimeZone()
public void setJavaStandardTimeZone(Boolean javaStandardTimeZone)
Copyright © 2014. All Rights Reserved.