Package org.openbravo.test.taxes.data
Class ProductDataConstants
- java.lang.Object
-
- org.openbravo.test.taxes.data.ProductDataConstants
-
public class ProductDataConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISCOUNT_10
static String
DISCOUNT_100
static String
DISTRIBUTION_GOOD_D
static String
DISTRIBUTION_GOOD_E
static String
FINAL_GOOD_A
static String
RAW_MATERIAL_A
-
Constructor Summary
Constructors Constructor Description ProductDataConstants()
-
-
-
Field Detail
-
RAW_MATERIAL_A
public static final String RAW_MATERIAL_A
- See Also:
- Constant Field Values
-
FINAL_GOOD_A
public static final String FINAL_GOOD_A
- See Also:
- Constant Field Values
-
DISTRIBUTION_GOOD_D
public static final String DISTRIBUTION_GOOD_D
- See Also:
- Constant Field Values
-
DISTRIBUTION_GOOD_E
public static final String DISTRIBUTION_GOOD_E
- See Also:
- Constant Field Values
-
DISCOUNT_10
public static final String DISCOUNT_10
- See Also:
- Constant Field Values
-
DISCOUNT_100
public static final String DISCOUNT_100
- See Also:
- Constant Field Values
-
-