public class OfferTimeZoneType extends java.lang.Object implements java.io.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(java.lang.String type,
java.lang.String friendlyType) |
OfferTimeZoneType(java.lang.String type,
java.lang.String friendlyType,
java.lang.Boolean javaStandardTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static OfferTimeZoneType |
getInstance(java.lang.String type) |
java.lang.Boolean |
getJavaStandardTimeZone() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setJavaStandardTimeZone(java.lang.Boolean javaStandardTimeZone) |
void |
setType(java.lang.String type) |
public static final OfferTimeZoneType SERVER
public static final OfferTimeZoneType APPLICATION
public static final OfferTimeZoneType CST
public static final OfferTimeZoneType UTC
public OfferTimeZoneType()
public OfferTimeZoneType(java.lang.String type,
java.lang.String friendlyType)
public OfferTimeZoneType(java.lang.String type,
java.lang.String friendlyType,
java.lang.Boolean javaStandardTimeZone)
public static OfferTimeZoneType getInstance(java.lang.String type)
public void setType(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic java.lang.Boolean getJavaStandardTimeZone()
public void setJavaStandardTimeZone(java.lang.Boolean javaStandardTimeZone)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.