Class RatingSortType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.RatingSortType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class RatingSortType
extends Object
implements org.broadleafcommerce.common.BroadleafEnumerationType, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RatingSortTypestatic final RatingSortTypestatic final RatingSortType -
Constructor Summary
ConstructorsConstructorDescriptionRatingSortType(String type) RatingSortType(String type, String friendlyType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RatingSortTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
MOST_HELPFUL
-
MOST_RECENT
-
DEFAULT
-
-
Constructor Details
-
RatingSortType
public RatingSortType() -
RatingSortType
-
RatingSortType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-