Adempiere 3.5.2a

org.compiere.model
Interface I_I_Order

All Known Implementing Classes:
X_I_Order

public interface I_I_Order

Generated Interface for I_Order

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_OrgTrx_ID
          Column name AD_OrgTrx_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_Address1
          Column name Address1
static String COLUMNNAME_Address2
          Column name Address2
static String COLUMNNAME_BillTo_ID
          Column name BillTo_ID
static String COLUMNNAME_BPartnerValue
          Column name BPartnerValue
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_C_Campaign_ID
          Column name C_Campaign_ID
static String COLUMNNAME_C_Country_ID
          Column name C_Country_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_C_Location_ID
          Column name C_Location_ID
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_OrderLine_ID
          Column name C_OrderLine_ID
static String COLUMNNAME_C_PaymentTerm_ID
          Column name C_PaymentTerm_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_Region_ID
          Column name C_Region_ID
static String COLUMNNAME_C_Tax_ID
          Column name C_Tax_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_City
          Column name City
static String COLUMNNAME_ContactName
          Column name ContactName
static String COLUMNNAME_CountryCode
          Column name CountryCode
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_DateOrdered
          Column name DateOrdered
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocTypeName
          Column name DocTypeName
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_EMail
          Column name EMail
static String COLUMNNAME_FreightAmt
          Column name FreightAmt
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_I_Order_ID
          Column name I_Order_ID
static String COLUMNNAME_IsSOTrx
          Column name IsSOTrx
static String COLUMNNAME_LineDescription
          Column name LineDescription
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_Shipper_ID
          Column name M_Shipper_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PaymentTermValue
          Column name PaymentTermValue
static String COLUMNNAME_Phone
          Column name Phone
static String COLUMNNAME_Postal
          Column name Postal
static String COLUMNNAME_PriceActual
          Column name PriceActual
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ProductValue
          Column name ProductValue
static String COLUMNNAME_QtyOrdered
          Column name QtyOrdered
static String COLUMNNAME_RegionName
          Column name RegionName
static String COLUMNNAME_SalesRep_ID
          Column name SalesRep_ID
static String COLUMNNAME_SKU
          Column name SKU
static String COLUMNNAME_TaxAmt
          Column name TaxAmt
static String COLUMNNAME_TaxIndicator
          Column name TaxIndicator
static String COLUMNNAME_UPC
          Column name UPC
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=591
static String Table_Name
          TableName=I_Order
 
Method Summary
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getAddress1()
          Get Address 1.
 String getAddress2()
          Get Address 2.
 int getBillTo_ID()
          Get Invoice To.
 String getBPartnerValue()
          Get Business Partner Key.
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 int getC_BPartner_Location_ID()
          Get Partner Location.
 I_C_BPartner_Location getC_BPartner_Location()
           
 I_C_BPartner getC_BPartner()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Country_ID()
          Get Country.
 I_C_Country getC_Country()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 int getC_Location_ID()
          Get Address.
 I_C_Location getC_Location()
           
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_OrderLine_ID()
          Get Sales Order Line.
 I_C_OrderLine getC_OrderLine()
           
 int getC_PaymentTerm_ID()
          Get Payment Term.
 I_C_PaymentTerm getC_PaymentTerm()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_Region_ID()
          Get Region.
 I_C_Region getC_Region()
           
 int getC_Tax_ID()
          Get Tax.
 I_C_Tax getC_Tax()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 String getCity()
          Get City.
 String getContactName()
          Get Contact Name.
 String getCountryCode()
          Get ISO Country Code.
 Timestamp getDateAcct()
          Get Account Date.
 Timestamp getDateOrdered()
          Get Date Ordered.
 String getDescription()
          Get Description.
 String getDocTypeName()
          Get Document Type Name.
 String getDocumentNo()
          Get Document No.
 String getEMail()
          Get EMail Address.
 BigDecimal getFreightAmt()
          Get Freight Amount.
 String getI_ErrorMsg()
          Get Import Error Message.
 int getI_Order_ID()
          Get Import Order.
 String getLineDescription()
          Get Line Description.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Shipper_ID()
          Get Shipper.
 I_M_Shipper getM_Shipper()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 String getName()
          Get Name.
 String getPaymentTermValue()
          Get Payment Term Key.
 String getPhone()
          Get Phone.
 String getPostal()
          Get ZIP.
 BigDecimal getPriceActual()
          Get Unit Price.
 String getProductValue()
          Get Product Key.
 BigDecimal getQtyOrdered()
          Get Ordered Quantity.
 String getRegionName()
          Get Region.
 int getSalesRep_ID()
          Get Sales Representative.
 String getSKU()
          Get SKU.
 BigDecimal getTaxAmt()
          Get Tax Amount.
 String getTaxIndicator()
          Get Tax Indicator.
 String getUPC()
          Get UPC/EAN.
 boolean isI_IsImported()
          Get Imported.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 boolean isSOTrx()
          Get Sales Transaction.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAddress1(String Address1)
          Set Address 1.
 void setAddress2(String Address2)
          Set Address 2.
 void setBillTo_ID(int BillTo_ID)
          Set Invoice To.
 void setBPartnerValue(String BPartnerValue)
          Set Business Partner Key.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
          Set Partner Location.
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Country_ID(int C_Country_ID)
          Set Country.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setC_Location_ID(int C_Location_ID)
          Set Address.
 void setC_Order_ID(int C_Order_ID)
          Set Order.
 void setC_OrderLine_ID(int C_OrderLine_ID)
          Set Sales Order Line.
 void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
          Set Payment Term.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_Region_ID(int C_Region_ID)
          Set Region.
 void setC_Tax_ID(int C_Tax_ID)
          Set Tax.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setCity(String City)
          Set City.
 void setContactName(String ContactName)
          Set Contact Name.
 void setCountryCode(String CountryCode)
          Set ISO Country Code.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDateOrdered(Timestamp DateOrdered)
          Set Date Ordered.
 void setDescription(String Description)
          Set Description.
 void setDocTypeName(String DocTypeName)
          Set Document Type Name.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setEMail(String EMail)
          Set EMail Address.
 void setFreightAmt(BigDecimal FreightAmt)
          Set Freight Amount.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setI_Order_ID(int I_Order_ID)
          Set Import Order.
 void setIsSOTrx(boolean IsSOTrx)
          Set Sales Transaction.
 void setLineDescription(String LineDescription)
          Set Line Description.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_Shipper_ID(int M_Shipper_ID)
          Set Shipper.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setName(String Name)
          Set Name.
 void setPaymentTermValue(String PaymentTermValue)
          Set Payment Term Key.
 void setPhone(String Phone)
          Set Phone.
 void setPostal(String Postal)
          Set ZIP.
 void setPriceActual(BigDecimal PriceActual)
          Set Unit Price.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setProductValue(String ProductValue)
          Set Product Key.
 void setQtyOrdered(BigDecimal QtyOrdered)
          Set Ordered Quantity.
 void setRegionName(String RegionName)
          Set Region.
 void setSalesRep_ID(int SalesRep_ID)
          Set Sales Representative.
 void setSKU(String SKU)
          Set SKU.
 void setTaxAmt(BigDecimal TaxAmt)
          Set Tax Amount.
 void setTaxIndicator(String TaxIndicator)
          Set Tax Indicator.
 void setUPC(String UPC)
          Set UPC/EAN.
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_Order

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=591


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_Address1

static final String COLUMNNAME_Address1
Column name Address1

See Also:
Constant Field Values

COLUMNNAME_Address2

static final String COLUMNNAME_Address2
Column name Address2

See Also:
Constant Field Values

COLUMNNAME_AD_OrgTrx_ID

static final String COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_BillTo_ID

static final String COLUMNNAME_BillTo_ID
Column name BillTo_ID

See Also:
Constant Field Values

COLUMNNAME_BPartnerValue

static final String COLUMNNAME_BPartnerValue
Column name BPartnerValue

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Campaign_ID

static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID

See Also:
Constant Field Values

COLUMNNAME_C_Country_ID

static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values

COLUMNNAME_City

static final String COLUMNNAME_City
Column name City

See Also:
Constant Field Values

COLUMNNAME_C_Location_ID

static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID

See Also:
Constant Field Values

COLUMNNAME_ContactName

static final String COLUMNNAME_ContactName
Column name ContactName

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

See Also:
Constant Field Values

COLUMNNAME_C_OrderLine_ID

static final String COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_ID

See Also:
Constant Field Values

COLUMNNAME_CountryCode

static final String COLUMNNAME_CountryCode
Column name CountryCode

See Also:
Constant Field Values

COLUMNNAME_C_PaymentTerm_ID

static final String COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_ID

See Also:
Constant Field Values

COLUMNNAME_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_C_Region_ID

static final String COLUMNNAME_C_Region_ID
Column name C_Region_ID

See Also:
Constant Field Values

COLUMNNAME_C_Tax_ID

static final String COLUMNNAME_C_Tax_ID
Column name C_Tax_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_DateOrdered

static final String COLUMNNAME_DateOrdered
Column name DateOrdered

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocTypeName

static final String COLUMNNAME_DocTypeName
Column name DocTypeName

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_EMail

static final String COLUMNNAME_EMail
Column name EMail

See Also:
Constant Field Values

COLUMNNAME_FreightAmt

static final String COLUMNNAME_FreightAmt
Column name FreightAmt

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_I_Order_ID

static final String COLUMNNAME_I_Order_ID
Column name I_Order_ID

See Also:
Constant Field Values

COLUMNNAME_IsSOTrx

static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx

See Also:
Constant Field Values

COLUMNNAME_LineDescription

static final String COLUMNNAME_LineDescription
Column name LineDescription

See Also:
Constant Field Values

COLUMNNAME_M_PriceList_ID

static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_M_Shipper_ID

static final String COLUMNNAME_M_Shipper_ID
Column name M_Shipper_ID

See Also:
Constant Field Values

COLUMNNAME_M_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PaymentTermValue

static final String COLUMNNAME_PaymentTermValue
Column name PaymentTermValue

See Also:
Constant Field Values

COLUMNNAME_Phone

static final String COLUMNNAME_Phone
Column name Phone

See Also:
Constant Field Values

COLUMNNAME_Postal

static final String COLUMNNAME_Postal
Column name Postal

See Also:
Constant Field Values

COLUMNNAME_PriceActual

static final String COLUMNNAME_PriceActual
Column name PriceActual

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_ProductValue

static final String COLUMNNAME_ProductValue
Column name ProductValue

See Also:
Constant Field Values

COLUMNNAME_QtyOrdered

static final String COLUMNNAME_QtyOrdered
Column name QtyOrdered

See Also:
Constant Field Values

COLUMNNAME_RegionName

static final String COLUMNNAME_RegionName
Column name RegionName

See Also:
Constant Field Values

COLUMNNAME_SalesRep_ID

static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID

See Also:
Constant Field Values

COLUMNNAME_SKU

static final String COLUMNNAME_SKU
Column name SKU

See Also:
Constant Field Values

COLUMNNAME_TaxAmt

static final String COLUMNNAME_TaxAmt
Column name TaxAmt

See Also:
Constant Field Values

COLUMNNAME_TaxIndicator

static final String COLUMNNAME_TaxIndicator
Column name TaxIndicator

See Also:
Constant Field Values

COLUMNNAME_UPC

static final String COLUMNNAME_UPC
Column name UPC

See Also:
Constant Field Values
Method Detail

setAddress1

void setAddress1(String Address1)
Set Address 1. Address line 1 for this location


getAddress1

String getAddress1()
Get Address 1. Address line 1 for this location


setAddress2

void setAddress2(String Address2)
Set Address 2. Address line 2 for this location


getAddress2

String getAddress2()
Get Address 2. Address line 2 for this location


setAD_OrgTrx_ID

void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. Performing or initiating organization


getAD_OrgTrx_ID

int getAD_OrgTrx_ID()
Get Trx Organization. Performing or initiating organization


setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setBillTo_ID

void setBillTo_ID(int BillTo_ID)
Set Invoice To. Bill to Address


getBillTo_ID

int getBillTo_ID()
Get Invoice To. Bill to Address


setBPartnerValue

void setBPartnerValue(String BPartnerValue)
Set Business Partner Key. Key of the Business Partner


getBPartnerValue

String getBPartnerValue()
Get Business Partner Key. Key of the Business Partner


setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setC_Campaign_ID

void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. Marketing Campaign


getC_Campaign_ID

int getC_Campaign_ID()
Get Campaign. Marketing Campaign


getC_Campaign

I_C_Campaign getC_Campaign()
                           throws Exception
Throws:
Exception

setC_Country_ID

void setC_Country_ID(int C_Country_ID)
Set Country. Country


getC_Country_ID

int getC_Country_ID()
Get Country. Country


getC_Country

I_C_Country getC_Country()
                         throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


getC_DocType

I_C_DocType getC_DocType()
                         throws Exception
Throws:
Exception

setCity

void setCity(String City)
Set City. Identifies a City


getCity

String getCity()
Get City. Identifies a City


setC_Location_ID

void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address


getC_Location_ID

int getC_Location_ID()
Get Address. Location or Address


getC_Location

I_C_Location getC_Location()
                           throws Exception
Throws:
Exception

setContactName

void setContactName(String ContactName)
Set Contact Name. Business Partner Contact Name


getContactName

String getContactName()
Get Contact Name. Business Partner Contact Name


setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

setC_OrderLine_ID

void setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. Sales Order Line


getC_OrderLine_ID

int getC_OrderLine_ID()
Get Sales Order Line. Sales Order Line


getC_OrderLine

I_C_OrderLine getC_OrderLine()
                             throws Exception
Throws:
Exception

setCountryCode

void setCountryCode(String CountryCode)
Set ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html


getCountryCode

String getCountryCode()
Get ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html


setC_PaymentTerm_ID

void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term. The terms of Payment (timing, discount)


getC_PaymentTerm_ID

int getC_PaymentTerm_ID()
Get Payment Term. The terms of Payment (timing, discount)


getC_PaymentTerm

I_C_PaymentTerm getC_PaymentTerm()
                                 throws Exception
Throws:
Exception

setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setC_Region_ID

void setC_Region_ID(int C_Region_ID)
Set Region. Identifies a geographical Region


getC_Region_ID

int getC_Region_ID()
Get Region. Identifies a geographical Region


getC_Region

I_C_Region getC_Region()
                       throws Exception
Throws:
Exception

setC_Tax_ID

void setC_Tax_ID(int C_Tax_ID)
Set Tax. Tax identifier


getC_Tax_ID

int getC_Tax_ID()
Get Tax. Tax identifier


getC_Tax

I_C_Tax getC_Tax()
                 throws Exception
Throws:
Exception

setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDateOrdered

void setDateOrdered(Timestamp DateOrdered)
Set Date Ordered. Date of Order


getDateOrdered

Timestamp getDateOrdered()
Get Date Ordered. Date of Order


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocTypeName

void setDocTypeName(String DocTypeName)
Set Document Type Name. Name of the Document Type


getDocTypeName

String getDocTypeName()
Get Document Type Name. Name of the Document Type


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setEMail

void setEMail(String EMail)
Set EMail Address. Electronic Mail Address


getEMail

String getEMail()
Get EMail Address. Electronic Mail Address


setFreightAmt

void setFreightAmt(BigDecimal FreightAmt)
Set Freight Amount. Freight Amount


getFreightAmt

BigDecimal getFreightAmt()
Get Freight Amount. Freight Amount


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setI_Order_ID

void setI_Order_ID(int I_Order_ID)
Set Import Order. Import Orders


getI_Order_ID

int getI_Order_ID()
Get Import Order. Import Orders


setIsSOTrx

void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction


isSOTrx

boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction


setLineDescription

void setLineDescription(String LineDescription)
Set Line Description. Description of the Line


getLineDescription

String getLineDescription()
Get Line Description. Description of the Line


setM_PriceList_ID

void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List


getM_PriceList_ID

int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List


getM_PriceList

I_M_PriceList getM_PriceList()
                             throws Exception
Throws:
Exception

setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setM_Shipper_ID

void setM_Shipper_ID(int M_Shipper_ID)
Set Shipper. Method or manner of product delivery


getM_Shipper_ID

int getM_Shipper_ID()
Get Shipper. Method or manner of product delivery


getM_Shipper

I_M_Shipper getM_Shipper()
                         throws Exception
Throws:
Exception

setM_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


getM_Warehouse

I_M_Warehouse getM_Warehouse()
                             throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPaymentTermValue

void setPaymentTermValue(String PaymentTermValue)
Set Payment Term Key. Key of the Payment Term


getPaymentTermValue

String getPaymentTermValue()
Get Payment Term Key. Key of the Payment Term


setPhone

void setPhone(String Phone)
Set Phone. Identifies a telephone number


getPhone

String getPhone()
Get Phone. Identifies a telephone number


setPostal

void setPostal(String Postal)
Set ZIP. Postal code


getPostal

String getPostal()
Get ZIP. Postal code


setPriceActual

void setPriceActual(BigDecimal PriceActual)
Set Unit Price. Actual Price


getPriceActual

BigDecimal getPriceActual()
Get Unit Price. Actual Price


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setProductValue

void setProductValue(String ProductValue)
Set Product Key. Key of the Product


getProductValue

String getProductValue()
Get Product Key. Key of the Product


setQtyOrdered

void setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. Ordered Quantity


getQtyOrdered

BigDecimal getQtyOrdered()
Get Ordered Quantity. Ordered Quantity


setRegionName

void setRegionName(String RegionName)
Set Region. Name of the Region


getRegionName

String getRegionName()
Get Region. Name of the Region


setSalesRep_ID

void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent


getSalesRep_ID

int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent


setSKU

void setSKU(String SKU)
Set SKU. Stock Keeping Unit


getSKU

String getSKU()
Get SKU. Stock Keeping Unit


setTaxAmt

void setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount. Tax Amount for a document


getTaxAmt

BigDecimal getTaxAmt()
Get Tax Amount. Tax Amount for a document


setTaxIndicator

void setTaxIndicator(String TaxIndicator)
Set Tax Indicator. Short form for Tax to be printed on documents


getTaxIndicator

String getTaxIndicator()
Get Tax Indicator. Short form for Tax to be printed on documents


setUPC

void setUPC(String UPC)
Set UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)


getUPC

String getUPC()
Get UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number)


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.