org.broadleafcommerce.core.rating.service.type
Class RatingType

java.lang.Object
  extended by org.broadleafcommerce.core.rating.service.type.RatingType

public class RatingType
extends Object


Field Summary
static RatingType PRODUCT
           
 
Constructor Summary
RatingType()
           
RatingType(String type)
           
 
Method Summary
 boolean equals(Object obj)
           
static RatingType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRODUCT

public static final RatingType PRODUCT
Constructor Detail

RatingType

public RatingType()

RatingType

public RatingType(String type)
Method Detail

getInstance

public static RatingType 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 © 2012. All Rights Reserved.