org.broadleafcommerce.core.rating.service.type
Class RatingSortType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.RatingSortType
- All Implemented Interfaces:
- java.io.Serializable
public class RatingSortType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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(java.lang.String type)
getInstance
public static RatingSortType getInstance(java.lang.String type)
getType
public java.lang.String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.