org.broadleafcommerce.core.rating.service.type
Class ReviewStatusType
java.lang.Object
org.broadleafcommerce.core.rating.service.type.ReviewStatusType
public class ReviewStatusType
- extends Object
PENDING
public static final ReviewStatusType PENDING
APPROVED
public static final ReviewStatusType APPROVED
REJECTED
public static final ReviewStatusType REJECTED
ReviewStatusType
public ReviewStatusType()
ReviewStatusType
public ReviewStatusType(String type)
getInstance
public static ReviewStatusType 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.