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