Class CLFTestDataConstants
- java.lang.Object
-
- org.openbravo.test.createlinesfrom.data.CLFTestDataConstants
-
public abstract class CLFTestDataConstants extends Object
Data Constants for Check Create Lines From process- Author:
- Andy Armaignac
-
-
Field Summary
Fields Modifier and Type Field Description static String
COSTCENTER_ID
static String
GOODS_RECEIPT_ID
static String
GOODS_SHIPMENT_ID
static String
ND_DIMENSION_ID
static String
PRODUCT_RMA
static String
PROJECT_ID
static String
PURCHASEINVOICE_ID
static String
PURCHASEORDER_ID
static String
RMA_ATTRIBUTESET
static String
SALESINVOICE_ID
static String
SALESORDER_ID
static String
ST_DIMENSION_ID
-
Constructor Summary
Constructors Constructor Description CLFTestDataConstants()
-
-
-
Field Detail
-
SALESORDER_ID
public static final String SALESORDER_ID
- See Also:
- Constant Field Values
-
PURCHASEORDER_ID
public static final String PURCHASEORDER_ID
- See Also:
- Constant Field Values
-
SALESINVOICE_ID
public static final String SALESINVOICE_ID
- See Also:
- Constant Field Values
-
PURCHASEINVOICE_ID
public static final String PURCHASEINVOICE_ID
- See Also:
- Constant Field Values
-
GOODS_SHIPMENT_ID
public static final String GOODS_SHIPMENT_ID
- See Also:
- Constant Field Values
-
GOODS_RECEIPT_ID
public static final String GOODS_RECEIPT_ID
- See Also:
- Constant Field Values
-
PRODUCT_RMA
public static final String PRODUCT_RMA
- See Also:
- Constant Field Values
-
RMA_ATTRIBUTESET
public static final String RMA_ATTRIBUTESET
- See Also:
- Constant Field Values
-
COSTCENTER_ID
public static final String COSTCENTER_ID
- See Also:
- Constant Field Values
-
ST_DIMENSION_ID
public static final String ST_DIMENSION_ID
- See Also:
- Constant Field Values
-
ND_DIMENSION_ID
public static final String ND_DIMENSION_ID
- See Also:
- Constant Field Values
-
PROJECT_ID
public static final String PROJECT_ID
- See Also:
- Constant Field Values
-
-