![JAR search and dependency download from the Maven repository](/logo.png)
org.notima.generic.adempiere.AdImportOrderLine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adempiereAdapter Show documentation
Show all versions of adempiereAdapter Show documentation
Adapter that connects directly to ADempiere database.
The newest version!
package org.notima.generic.adempiere;
import java.util.ArrayList;
import java.util.List;
public class AdImportOrderLine {
private String businessPartnerNo;
private Integer warehouseId;
private String vendorProductNo;
private String productKey;
private Double qtyOrdered;
private Double unitPrice;
private String currencyIsoCode;
private java.sql.Timestamp dateOrdered;
private String documentType;
private boolean soTrx;
/**
* Generates a list of objects that can be used with the camel sql component
* when creating inserts/updates
*
* insert bpartnervalue, m_warehouse_id, vendorproductno, productvalue, qtyordered,
* priceactual, iso_code, dateordered, doctypename
*/
public static List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy