org.broadleafcommerce.core.rating.service.type
Class RatingSortType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.RatingSortType
- All Implemented Interfaces:
- Serializable
public class RatingSortType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MOST_HELPFUL
public static final RatingSortType MOST_HELPFUL
MOST_RECENT
public static final RatingSortType MOST_RECENT
DEFAULT
public static final RatingSortType DEFAULT
RatingSortType
public RatingSortType()
RatingSortType
public RatingSortType(String type)
getInstance
public static RatingSortType getInstance(String type)
getType
public String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.