public class RatingSortType extends Object implements BroadleafEnumerationType, Serializable
| Modifier and Type | Field and Description |
|---|---|
static RatingSortType |
DEFAULT |
static RatingSortType |
MOST_HELPFUL |
static RatingSortType |
MOST_RECENT |
| Constructor and Description |
|---|
RatingSortType() |
RatingSortType(String type) |
RatingSortType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static RatingSortType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final RatingSortType MOST_HELPFUL
public static final RatingSortType MOST_RECENT
public static final RatingSortType DEFAULT
public RatingSortType()
public RatingSortType(String type)
public static RatingSortType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2023. All rights reserved.