public class ERP
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<IARInformation> |
iARINFO
The ERP interface type for accounts receivable information.
|
static java.lang.Class<IControl> |
iCTRLINFO
The ERP interface type for control file information.
|
static java.lang.Class<ICustomerMaintenance> |
iCUSTMAINT
The ERP interface type for customer maintenance.
|
static java.lang.Class<IOrderCancel> |
iORDERCNL
The ERP interface type for order canceling.
|
static java.lang.Class<IOrderInformation> |
iORDERINFO
The ERP interface type for order information.
|
static java.lang.Class<IOrderPlacement> |
iORDERPLACE
The ERP interface type for order placement.
|
static java.lang.Class<IOrderSummary> |
iORDERSUM
The ERP interface type for order summary information.
|
static java.lang.Class<IProductInformation> |
iPRODINFO
The ERP interface type for product information.
|
static java.lang.Class<IUserMaintenance> |
iUSERMAINT
The ERP interface type for user maintenance.
|
static java.lang.Class<ARAging> |
oARAGE
The ERP object type for accounts receivable aging.
|
static java.lang.Class<ARDetail> |
oARDTL
The ERP object type for accounts receivable detail.
|
static java.lang.Class<ARSummary> |
oARSUM
The ERP object type for accounts receivable summary.
|
static java.lang.Class<BackendControl> |
oBECTL
The ERP object type for backend control.
|
static java.lang.Class<BackendJobDescription> |
oBEJOBD
The ERP object type for backend job description.
|
static java.lang.Class<OrderDetail> |
oORDDTL
The ERP object type for order detail.
|
static java.lang.Class<Order> |
oORDSUM
The ERP object type for order summary.
|
static java.lang.Class<PaymentDetail> |
oPAYDTL
The ERP object type for payment detail.
|
static java.lang.Class<ShipSummary> |
oSHPSUM
The ERP object type for shipment summary.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
ERP() |
private static final long serialVersionUID
public static final java.lang.Class<IARInformation> iARINFO
public static final java.lang.Class<IControl> iCTRLINFO
public static final java.lang.Class<ICustomerMaintenance> iCUSTMAINT
public static final java.lang.Class<IOrderCancel> iORDERCNL
public static final java.lang.Class<IOrderInformation> iORDERINFO
public static final java.lang.Class<IOrderPlacement> iORDERPLACE
public static final java.lang.Class<IOrderSummary> iORDERSUM
public static final java.lang.Class<IProductInformation> iPRODINFO
public static final java.lang.Class<IUserMaintenance> iUSERMAINT
public static final java.lang.Class<ARAging> oARAGE
public static final java.lang.Class<ARDetail> oARDTL
public static final java.lang.Class<ARSummary> oARSUM
public static final java.lang.Class<BackendControl> oBECTL
public static final java.lang.Class<BackendJobDescription> oBEJOBD
public static final java.lang.Class<Order> oORDSUM
public static final java.lang.Class<OrderDetail> oORDDTL
public static final java.lang.Class<PaymentDetail> oPAYDTL
public static final java.lang.Class<ShipSummary> oSHPSUM