org.broadleafcommerce.core.rating.service.type
Class ReviewStatusType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.ReviewStatusType
public class ReviewStatusType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PENDING
public static final ReviewStatusType PENDING
APPROVED
public static final ReviewStatusType APPROVED
REJECTED
public static final ReviewStatusType REJECTED
ReviewStatusType
public ReviewStatusType()
ReviewStatusType
public ReviewStatusType(java.lang.String type)
getInstance
public static ReviewStatusType 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.