Class ReviewStatusType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.ReviewStatusType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReviewStatusTypestatic final ReviewStatusTypestatic final ReviewStatusType -
Constructor Summary
ConstructorsConstructorDescriptionReviewStatusType(String type) ReviewStatusType(String type, String friendlyType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ReviewStatusTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
PENDING
-
APPROVED
-
REJECTED
-
-
Constructor Details
-
ReviewStatusType
public ReviewStatusType() -
ReviewStatusType
-
ReviewStatusType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-