Class Europe1Constants.Sample
- java.lang.Object
-
- de.hybris.platform.europe1.constants.Europe1Constants.Sample
-
- Enclosing class:
- Europe1Constants
public static class Europe1Constants.Sample extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPTG_FULLsample price tax groupstatic java.lang.StringPTG_HALFsample price tax groupstatic java.lang.StringUPG_BESTsample user price groupstatic java.lang.StringUPG_GOODsample user price groupstatic java.lang.StringUTG_DEsample user tax groupstatic java.lang.StringUTG_GBsample user tax group
-
Constructor Summary
Constructors Constructor Description Sample()
-
-
-
Field Detail
-
PTG_FULL
public static final java.lang.String PTG_FULL
sample price tax group- Since:
- 2.10
- See Also:
- Constant Field Values
-
PTG_HALF
public static final java.lang.String PTG_HALF
sample price tax group- Since:
- 2.10
- See Also:
- Constant Field Values
-
UTG_DE
public static final java.lang.String UTG_DE
sample user tax group- Since:
- 2.10
- See Also:
- Constant Field Values
-
UTG_GB
public static final java.lang.String UTG_GB
sample user tax group- Since:
- 2.10
- See Also:
- Constant Field Values
-
UPG_GOOD
public static final java.lang.String UPG_GOOD
sample user price group- Since:
- 2.10
- See Also:
- Constant Field Values
-
UPG_BEST
public static final java.lang.String UPG_BEST
sample user price group- Since:
- 2.10
- See Also:
- Constant Field Values
-
-