/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ package org.eevolution.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for DD_Order * @author iDempiere (generated) * @version Release 12 */ @SuppressWarnings("all") public interface I_DD_Order { /** TableName=DD_Order */ public static final String Table_Name = "DD_Order"; /** AD_Table_ID=53037 */ public static final int Table_ID = 53037; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 1 - Org */ BigDecimal accessLevel = BigDecimal.valueOf(1); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; /** Set Trx Organization. * Performing or initiating organization */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); /** Get Trx Organization. * Performing or initiating organization */ public int getAD_OrgTrx_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; /** Set Activity. * Business Activity */ public void setC_Activity_ID (int C_Activity_ID); /** Get Activity. * Business Activity */ public int getC_Activity_ID(); public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; /** Set Partner Location. * Identifies the (ship to) address for this Business Partner */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID); /** Get Partner Location. * Identifies the (ship to) address for this Business Partner */ public int getC_BPartner_Location_ID(); public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; /** Set Campaign. * Marketing Campaign */ public void setC_Campaign_ID (int C_Campaign_ID); /** Get Campaign. * Marketing Campaign */ public int getC_Campaign_ID(); public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; /** Set Charge. * Additional document charges */ public void setC_Charge_ID (int C_Charge_ID); /** Get Charge. * Additional document charges */ public int getC_Charge_ID(); public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; /** Set Document Type. * Document type or rules */ public void setC_DocType_ID (int C_DocType_ID); /** Get Document Type. * Document type or rules */ public int getC_DocType_ID(); public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; /** Set Invoice. * Invoice Identifier */ public void setC_Invoice_ID (int C_Invoice_ID); /** Get Invoice. * Invoice Identifier */ public int getC_Invoice_ID(); public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; /** Set Order. * Order */ public void setC_Order_ID (int C_Order_ID); /** Get Order. * Order */ public int getC_Order_ID(); public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; /** Set Project. * Financial Project */ public void setC_Project_ID (int C_Project_ID); /** Get Project. * Financial Project */ public int getC_Project_ID(); public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; /** Set Charge amount. * Charge Amount */ public void setChargeAmt (BigDecimal ChargeAmt); /** Get Charge amount. * Charge Amount */ public BigDecimal getChargeAmt(); /** Column name CreateConfirm */ public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; /** Set Create Confirm */ public void setCreateConfirm (String CreateConfirm); /** Get Create Confirm */ public String getCreateConfirm(); /** Column name CreateFrom */ public static final String COLUMNNAME_CreateFrom = "CreateFrom"; /** Set Create lines from. * Process which will generate a new document lines based on an existing document */ public void setCreateFrom (String CreateFrom); /** Get Create lines from. * Process which will generate a new document lines based on an existing document */ public String getCreateFrom(); /** Column name CreatePackage */ public static final String COLUMNNAME_CreatePackage = "CreatePackage"; /** Set Create Package */ public void setCreatePackage (String CreatePackage); /** Get Create Package */ public String getCreatePackage(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name DD_Order_ID */ public static final String COLUMNNAME_DD_Order_ID = "DD_Order_ID"; /** Set Distribution Order */ public void setDD_Order_ID (int DD_Order_ID); /** Get Distribution Order */ public int getDD_Order_ID(); /** Column name DD_Order_UU */ public static final String COLUMNNAME_DD_Order_UU = "DD_Order_UU"; /** Set DD_Order_UU */ public void setDD_Order_UU (String DD_Order_UU); /** Get DD_Order_UU */ public String getDD_Order_UU(); /** Column name DateOrdered */ public static final String COLUMNNAME_DateOrdered = "DateOrdered"; /** Set Date Ordered. * Date of Order */ public void setDateOrdered (Timestamp DateOrdered); /** Get Date Ordered. * Date of Order */ public Timestamp getDateOrdered(); /** Column name DatePrinted */ public static final String COLUMNNAME_DatePrinted = "DatePrinted"; /** Set Date Printed. * Date the document was printed. */ public void setDatePrinted (Timestamp DatePrinted); /** Get Date Printed. * Date the document was printed. */ public Timestamp getDatePrinted(); /** Column name DatePromised */ public static final String COLUMNNAME_DatePromised = "DatePromised"; /** Set Date Promised. * Date Order was promised */ public void setDatePromised (Timestamp DatePromised); /** Get Date Promised. * Date Order was promised */ public Timestamp getDatePromised(); /** Column name DateReceived */ public static final String COLUMNNAME_DateReceived = "DateReceived"; /** Set Date Received. * Date a product was received */ public void setDateReceived (Timestamp DateReceived); /** Get Date Received. * Date a product was received */ public Timestamp getDateReceived(); /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; /** Set Delivery Rule. * Defines the timing of Delivery */ public void setDeliveryRule (String DeliveryRule); /** Get Delivery Rule. * Defines the timing of Delivery */ public String getDeliveryRule(); /** Column name DeliveryViaRule */ public static final String COLUMNNAME_DeliveryViaRule = "DeliveryViaRule"; /** Set Delivery Via. * How the order will be delivered */ public void setDeliveryViaRule (String DeliveryViaRule); /** Get Delivery Via. * How the order will be delivered */ public String getDeliveryViaRule(); /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; /** Set Description. * Optional short description of the record */ public void setDescription (String Description); /** Get Description. * Optional short description of the record */ public String getDescription(); /** Column name DocAction */ public static final String COLUMNNAME_DocAction = "DocAction"; /** Set Document Action. * The targeted status of the document */ public void setDocAction (String DocAction); /** Get Document Action. * The targeted status of the document */ public String getDocAction(); /** Column name DocStatus */ public static final String COLUMNNAME_DocStatus = "DocStatus"; /** Set Document Status. * The current status of the document */ public void setDocStatus (String DocStatus); /** Get Document Status. * The current status of the document */ public String getDocStatus(); /** Column name DocumentNo */ public static final String COLUMNNAME_DocumentNo = "DocumentNo"; /** Set Document No. * Document sequence number of the document */ public void setDocumentNo (String DocumentNo); /** Get Document No. * Document sequence number of the document */ public String getDocumentNo(); /** Column name FreightAmt */ public static final String COLUMNNAME_FreightAmt = "FreightAmt"; /** Set Freight Amount. * Freight Amount */ public void setFreightAmt (BigDecimal FreightAmt); /** Get Freight Amount. * Freight Amount */ public BigDecimal getFreightAmt(); /** Column name FreightCostRule */ public static final String COLUMNNAME_FreightCostRule = "FreightCostRule"; /** Set Freight Cost Rule. * Method for charging Freight */ public void setFreightCostRule (String FreightCostRule); /** Get Freight Cost Rule. * Method for charging Freight */ public String getFreightCostRule(); /** Column name GenerateTo */ public static final String COLUMNNAME_GenerateTo = "GenerateTo"; /** Set Generate To. * Generate To */ public void setGenerateTo (String GenerateTo); /** Get Generate To. * Generate To */ public String getGenerateTo(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name IsApproved */ public static final String COLUMNNAME_IsApproved = "IsApproved"; /** Set Approved. * Indicates if this document requires approval */ public void setIsApproved (boolean IsApproved); /** Get Approved. * Indicates if this document requires approval */ public boolean isApproved(); /** Column name IsDelivered */ public static final String COLUMNNAME_IsDelivered = "IsDelivered"; /** Set Delivered */ public void setIsDelivered (boolean IsDelivered); /** Get Delivered */ public boolean isDelivered(); /** Column name IsDropShip */ public static final String COLUMNNAME_IsDropShip = "IsDropShip"; /** Set Drop Shipment. * Drop Shipments are sent directly to the Drop Shipment Location */ public void setIsDropShip (boolean IsDropShip); /** Get Drop Shipment. * Drop Shipments are sent directly to the Drop Shipment Location */ public boolean isDropShip(); /** Column name IsInDispute */ public static final String COLUMNNAME_IsInDispute = "IsInDispute"; /** Set In Dispute. * Document is in dispute */ public void setIsInDispute (boolean IsInDispute); /** Get In Dispute. * Document is in dispute */ public boolean isInDispute(); /** Column name IsInTransit */ public static final String COLUMNNAME_IsInTransit = "IsInTransit"; /** Set In Transit. * Movement is in transit */ public void setIsInTransit (boolean IsInTransit); /** Get In Transit. * Movement is in transit */ public boolean isInTransit(); /** Column name IsPrinted */ public static final String COLUMNNAME_IsPrinted = "IsPrinted"; /** Set Printed. * Indicates if this document / line is printed */ public void setIsPrinted (boolean IsPrinted); /** Get Printed. * Indicates if this document / line is printed */ public boolean isPrinted(); /** Column name IsSOTrx */ public static final String COLUMNNAME_IsSOTrx = "IsSOTrx"; /** Set Sales Transaction. * This is a Sales Transaction */ public void setIsSOTrx (boolean IsSOTrx); /** Get Sales Transaction. * This is a Sales Transaction */ public boolean isSOTrx(); /** Column name IsSelected */ public static final String COLUMNNAME_IsSelected = "IsSelected"; /** Set Selected */ public void setIsSelected (boolean IsSelected); /** Get Selected */ public boolean isSelected(); /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; /** Set Shipper. * Method or manner of product delivery */ public void setM_Shipper_ID (int M_Shipper_ID); /** Get Shipper. * Method or manner of product delivery */ public int getM_Shipper_ID(); public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; /** Set Warehouse. * Storage Warehouse and Service Point */ public void setM_Warehouse_ID (int M_Warehouse_ID); /** Get Warehouse. * Storage Warehouse and Service Point */ public int getM_Warehouse_ID(); public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name NoPackages */ public static final String COLUMNNAME_NoPackages = "NoPackages"; /** Set No Packages. * Number of packages shipped */ public void setNoPackages (int NoPackages); /** Get No Packages. * Number of packages shipped */ public int getNoPackages(); /** Column name POReference */ public static final String COLUMNNAME_POReference = "POReference"; /** Set Order Reference. * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ public void setPOReference (String POReference); /** Get Order Reference. * Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner */ public String getPOReference(); /** Column name PickDate */ public static final String COLUMNNAME_PickDate = "PickDate"; /** Set Pick Date. * Date/Time when picked for Shipment */ public void setPickDate (Timestamp PickDate); /** Get Pick Date. * Date/Time when picked for Shipment */ public Timestamp getPickDate(); /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; /** Set Posted. * Posting status */ public void setPosted (boolean Posted); /** Get Posted. * Posting status */ public boolean isPosted(); /** Column name PriorityRule */ public static final String COLUMNNAME_PriorityRule = "PriorityRule"; /** Set Priority. * Priority of a document */ public void setPriorityRule (String PriorityRule); /** Get Priority. * Priority of a document */ public String getPriorityRule(); /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; /** Set Processed. * The document has been processed */ public void setProcessed (boolean Processed); /** Get Processed. * The document has been processed */ public boolean isProcessed(); /** Column name ProcessedOn */ public static final String COLUMNNAME_ProcessedOn = "ProcessedOn"; /** Set Processed On. * The date+time (expressed in decimal format) when the document has been processed */ public void setProcessedOn (BigDecimal ProcessedOn); /** Get Processed On. * The date+time (expressed in decimal format) when the document has been processed */ public BigDecimal getProcessedOn(); /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; /** Set Process Now */ public void setProcessing (boolean Processing); /** Get Process Now */ public boolean isProcessing(); /** Column name Ref_Order_ID */ public static final String COLUMNNAME_Ref_Order_ID = "Ref_Order_ID"; /** Set Referenced Order. * Reference to corresponding Sales/Purchase Order */ public void setRef_Order_ID (int Ref_Order_ID); /** Get Referenced Order. * Reference to corresponding Sales/Purchase Order */ public int getRef_Order_ID(); public org.compiere.model.I_C_Order getRef_Order() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; /** Set Sales Representative. * Sales Representative or Company Agent */ public void setSalesRep_ID (int SalesRep_ID); /** Get Sales Representative. * Sales Representative or Company Agent */ public int getSalesRep_ID(); public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SendEMail */ public static final String COLUMNNAME_SendEMail = "SendEMail"; /** Set Send EMail. * Enable sending Document EMail */ public void setSendEMail (boolean SendEMail); /** Get Send EMail. * Enable sending Document EMail */ public boolean isSendEMail(); /** Column name ShipDate */ public static final String COLUMNNAME_ShipDate = "ShipDate"; /** Set Ship Date. * Shipment Date/Time */ public void setShipDate (Timestamp ShipDate); /** Get Ship Date. * Shipment Date/Time */ public Timestamp getShipDate(); /** Column name TrackingNo */ public static final String COLUMNNAME_TrackingNo = "TrackingNo"; /** Set Tracking No. * Number to track the shipment */ public void setTrackingNo (String TrackingNo); /** Get Tracking No. * Number to track the shipment */ public String getTrackingNo(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); /** Column name User1_ID */ public static final String COLUMNNAME_User1_ID = "User1_ID"; /** Set User Element List 1. * User defined list element #1 */ public void setUser1_ID (int User1_ID); /** Get User Element List 1. * User defined list element #1 */ public int getUser1_ID(); public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; /** Set User Element List 2. * User defined list element #2 */ public void setUser2_ID (int User2_ID); /** Get User Element List 2. * User defined list element #2 */ public int getUser2_ID(); public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name Volume */ public static final String COLUMNNAME_Volume = "Volume"; /** Set Volume. * Volume of a product */ public void setVolume (BigDecimal Volume); /** Get Volume. * Volume of a product */ public BigDecimal getVolume(); /** Column name Weight */ public static final String COLUMNNAME_Weight = "Weight"; /** Set Weight. * Weight of a product */ public void setWeight (BigDecimal Weight); /** Get Weight. * Weight of a product */ public BigDecimal getWeight(); }