Package org.openbravo.test.base
Class TestConstants.Windows
- java.lang.Object
-
- org.openbravo.test.base.TestConstants.Windows
-
- Enclosing class:
- TestConstants
public static class TestConstants.Windows extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISCOUNTS_AND_PROMOTIONS
static String
PURCHASE_INVOICE
static String
SALES_INVOICE
static String
SALES_ORDER
-
Constructor Summary
Constructors Constructor Description Windows()
-
-
-
Field Detail
-
SALES_ORDER
public static final String SALES_ORDER
- See Also:
- Constant Field Values
-
DISCOUNTS_AND_PROMOTIONS
public static final String DISCOUNTS_AND_PROMOTIONS
- See Also:
- Constant Field Values
-
SALES_INVOICE
public static final String SALES_INVOICE
- See Also:
- Constant Field Values
-
PURCHASE_INVOICE
public static final String PURCHASE_INVOICE
- See Also:
- Constant Field Values
-
-