Class CustomerReviewConstants
- java.lang.Object
-
- de.hybris.platform.customerreview.constants.GeneratedCustomerReviewConstants
-
- de.hybris.platform.customerreview.constants.CustomerReviewConstants
-
public class CustomerReviewConstants extends GeneratedCustomerReviewConstants
This class contain the constants used in the customerreview package
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerReviewConstants.DEFAULTSDefines the default values of all properties.static classCustomerReviewConstants.KEYSDefines the property keys of the properties.-
Nested classes/interfaces inherited from class de.hybris.platform.customerreview.constants.GeneratedCustomerReviewConstants
GeneratedCustomerReviewConstants.Attributes, GeneratedCustomerReviewConstants.Enumerations, GeneratedCustomerReviewConstants.Relations, GeneratedCustomerReviewConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description doubleMAXRATINGDefine maximal ratingdoubleMINRATINGDefine minimal rating-
Fields inherited from class de.hybris.platform.customerreview.constants.GeneratedCustomerReviewConstants
EXTENSIONNAME
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomerReviewConstantsgetInstance()Gets a singleton instance of CustomerReviewConstants
-
-
-
Method Detail
-
getInstance
public static CustomerReviewConstants getInstance()
Gets a singleton instance of CustomerReviewConstants- Returns:
- The customer review constants object
-
-