Package org.compiere.model
Interface I_C_Invoice
-
- All Known Implementing Classes:
MInvoice
,X_C_Invoice
public interface I_C_Invoice
Generated Interface for C_Invoice- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_C_Activity_ID
Column name C_Activity_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_IDstatic String
COLUMNNAME_C_Campaign_ID
Column name C_Campaign_IDstatic String
COLUMNNAME_C_CashLine_ID
Column name C_CashLine_IDstatic String
COLUMNNAME_C_CashPlanLine_ID
Column name C_CashPlanLine_IDstatic String
COLUMNNAME_C_Charge_ID
Column name C_Charge_IDstatic String
COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_DocType_ID
Column name C_DocType_IDstatic String
COLUMNNAME_C_DocTypeTarget_ID
Column name C_DocTypeTarget_IDstatic String
COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_IDstatic String
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_IDstatic String
COLUMNNAME_C_Invoice_UU
Column name C_Invoice_UUstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_Payment_ID
Column name C_Payment_IDstatic String
COLUMNNAME_C_PaymentTerm_ID
Column name C_PaymentTerm_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_ChargeAmt
Column name ChargeAmtstatic String
COLUMNNAME_CopyFrom
Column name CopyFromstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreateFrom
Column name CreateFromstatic String
COLUMNNAME_CurrencyRate
Column name CurrencyRatestatic String
COLUMNNAME_DateAcct
Column name DateAcctstatic String
COLUMNNAME_DateInvoiced
Column name DateInvoicedstatic String
COLUMNNAME_DateOrdered
Column name DateOrderedstatic String
COLUMNNAME_DatePrinted
Column name DatePrintedstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocAction
Column name DocActionstatic String
COLUMNNAME_DocStatus
Column name DocStatusstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_DunningGrace
Column name DunningGracestatic String
COLUMNNAME_GenerateTo
Column name GenerateTostatic String
COLUMNNAME_GrandTotal
Column name GrandTotalstatic String
COLUMNNAME_InvoiceCollectionType
Column name InvoiceCollectionTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsApproved
Column name IsApprovedstatic String
COLUMNNAME_IsDiscountPrinted
Column name IsDiscountPrintedstatic String
COLUMNNAME_IsFixedAssetInvoice
Column name IsFixedAssetInvoicestatic String
COLUMNNAME_IsInDispute
Column name IsInDisputestatic String
COLUMNNAME_IsOverrideCurrencyRate
Column name IsOverrideCurrencyRatestatic String
COLUMNNAME_IsPaid
Column name IsPaidstatic String
COLUMNNAME_IsPayScheduleValid
Column name IsPayScheduleValidstatic String
COLUMNNAME_IsPrinted
Column name IsPrintedstatic String
COLUMNNAME_IsSelfService
Column name IsSelfServicestatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_IsTaxIncluded
Column name IsTaxIncludedstatic String
COLUMNNAME_IsTransferred
Column name IsTransferredstatic String
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_IDstatic String
COLUMNNAME_M_RMA_ID
Column name M_RMA_IDstatic String
COLUMNNAME_PaymentRule
Column name PaymentRulestatic String
COLUMNNAME_POReference
Column name POReferencestatic String
COLUMNNAME_Posted
Column name Postedstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_ProcessedOn
Column name ProcessedOnstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Ref_Invoice_ID
Column name Ref_Invoice_IDstatic String
COLUMNNAME_RelatedInvoice_ID
Column name RelatedInvoice_IDstatic String
COLUMNNAME_Reversal_ID
Column name Reversal_IDstatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_SendEMail
Column name SendEMailstatic String
COLUMNNAME_TotalLines
Column name TotalLinesstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_User1_ID
Column name User1_IDstatic String
COLUMNNAME_User2_ID
Column name User2_IDstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=318static String
Table_Name
TableName=C_Invoice
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_OrgTrx_ID()
Get Trx Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.I_C_Activity
getC_Activity()
int
getC_Activity_ID()
Get Activity.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_BPartner_Location
getC_BPartner_Location()
int
getC_BPartner_Location_ID()
Get Partner Location.I_C_Campaign
getC_Campaign()
int
getC_Campaign_ID()
Get Campaign.I_C_CashLine
getC_CashLine()
int
getC_CashLine_ID()
Get Cash Journal Line.I_C_CashPlanLine
getC_CashPlanLine()
int
getC_CashPlanLine_ID()
Get Cash Plan LineI_C_Charge
getC_Charge()
int
getC_Charge_ID()
Get Charge.I_C_ConversionType
getC_ConversionType()
int
getC_ConversionType_ID()
Get Currency Type.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_DocType
getC_DocType()
int
getC_DocType_ID()
Get Document Type.I_C_DocType
getC_DocTypeTarget()
int
getC_DocTypeTarget_ID()
Get Target Document Type.I_C_DunningLevel
getC_DunningLevel()
int
getC_DunningLevel_ID()
Get Dunning Levelint
getC_Invoice_ID()
Get Invoice.String
getC_Invoice_UU()
Get C_Invoice_UUI_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.I_C_Payment
getC_Payment()
int
getC_Payment_ID()
Get Payment.I_C_PaymentTerm
getC_PaymentTerm()
int
getC_PaymentTerm_ID()
Get Payment Term.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.BigDecimal
getChargeAmt()
Get Charge amount.String
getCopyFrom()
Get Copy From.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getCreateFrom()
Get Create lines from.BigDecimal
getCurrencyRate()
Get Rate.Timestamp
getDateAcct()
Get Account Date.Timestamp
getDateInvoiced()
Get Date Invoiced.Timestamp
getDateOrdered()
Get Date Ordered.Timestamp
getDatePrinted()
Get Date printed.String
getDescription()
Get Description.String
getDocAction()
Get Document Action.String
getDocStatus()
Get Document Status.String
getDocumentNo()
Get Document No.Timestamp
getDunningGrace()
Get Dunning Grace DateString
getGenerateTo()
Get Generate To.BigDecimal
getGrandTotal()
Get Grand Total.String
getInvoiceCollectionType()
Get Collection Status.I_M_PriceList
getM_PriceList()
int
getM_PriceList_ID()
Get Price List.I_M_RMA
getM_RMA()
int
getM_RMA_ID()
Get RMA.String
getPaymentRule()
Get Payment Rule.String
getPOReference()
Get Order Reference.BigDecimal
getProcessedOn()
Get Processed On.int
getRef_Invoice_ID()
Get Referenced InvoiceI_C_Invoice
getRelatedInvoice()
int
getRelatedInvoice_ID()
Get Related InvoiceI_C_Invoice
getReversal()
int
getReversal_ID()
Get Reversal ID.I_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.BigDecimal
getTotalLines()
Get Total Lines.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.I_C_ElementValue
getUser1()
int
getUser1_ID()
Get User Element List 1.I_C_ElementValue
getUser2()
int
getUser2_ID()
Get User Element List 2.boolean
isActive()
Get Active.boolean
isApproved()
Get Approved.boolean
isDiscountPrinted()
Get Discount Printed.boolean
isFixedAssetInvoice()
Get IsFixedAssetInvoiceboolean
isInDispute()
Get In Dispute.boolean
isOverrideCurrencyRate()
Get Override Currency Conversion Rate.boolean
isPaid()
Get Paid.boolean
isPayScheduleValid()
Get Pay Schedule valid.boolean
isPosted()
Get Posted.boolean
isPrinted()
Get Printed.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowboolean
isSelfService()
Get Self-Service.boolean
isSendEMail()
Get Send EMail.boolean
isSOTrx()
Get Sales Transaction.boolean
isTaxIncluded()
Get Price includes Tax.boolean
isTransferred()
Get Transferred.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.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_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line.void
setC_CashPlanLine_ID(int C_CashPlanLine_ID)
Set Cash Plan Linevoid
setC_Charge_ID(int C_Charge_ID)
Set Charge.void
setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_DocType_ID(int C_DocType_ID)
Set Document Type.void
setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
Set Target Document Type.void
setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Levelvoid
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.void
setC_Invoice_UU(String C_Invoice_UU)
Set C_Invoice_UUvoid
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_Payment_ID(int C_Payment_ID)
Set Payment.void
setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term.void
setC_Project_ID(int C_Project_ID)
Set Project.void
setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount.void
setCopyFrom(String CopyFrom)
Set Copy From.void
setCreateFrom(String CreateFrom)
Set Create lines from.void
setCurrencyRate(BigDecimal CurrencyRate)
Set Rate.void
setDateAcct(Timestamp DateAcct)
Set Account Date.void
setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced.void
setDateOrdered(Timestamp DateOrdered)
Set Date Ordered.void
setDatePrinted(Timestamp DatePrinted)
Set Date printed.void
setDescription(String Description)
Set Description.void
setDocAction(String DocAction)
Set Document Action.void
setDocStatus(String DocStatus)
Set Document Status.void
setDocumentNo(String DocumentNo)
Set Document No.void
setDunningGrace(Timestamp DunningGrace)
Set Dunning Grace Datevoid
setGenerateTo(String GenerateTo)
Set Generate To.void
setGrandTotal(BigDecimal GrandTotal)
Set Grand Total.void
setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status.void
setIsActive(boolean IsActive)
Set Active.void
setIsApproved(boolean IsApproved)
Set Approved.void
setIsDiscountPrinted(boolean IsDiscountPrinted)
Set Discount Printed.void
setIsFixedAssetInvoice(boolean IsFixedAssetInvoice)
Set IsFixedAssetInvoicevoid
setIsInDispute(boolean IsInDispute)
Set In Dispute.void
setIsOverrideCurrencyRate(boolean IsOverrideCurrencyRate)
Set Override Currency Conversion Rate.void
setIsPaid(boolean IsPaid)
Set Paid.void
setIsPayScheduleValid(boolean IsPayScheduleValid)
Set Pay Schedule valid.void
setIsPrinted(boolean IsPrinted)
Set Printed.void
setIsSelfService(boolean IsSelfService)
Set Self-Service.void
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.void
setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax.void
setIsTransferred(boolean IsTransferred)
Set Transferred.void
setM_PriceList_ID(int M_PriceList_ID)
Set Price List.void
setM_RMA_ID(int M_RMA_ID)
Set RMA.void
setPaymentRule(String PaymentRule)
Set Payment Rule.void
setPOReference(String POReference)
Set Order Reference.void
setPosted(boolean Posted)
Set Posted.void
setProcessed(boolean Processed)
Set Processed.void
setProcessedOn(BigDecimal ProcessedOn)
Set Processed On.void
setProcessing(boolean Processing)
Set Process Nowvoid
setRef_Invoice_ID(int Ref_Invoice_ID)
Set Referenced Invoicevoid
setRelatedInvoice_ID(int RelatedInvoice_ID)
Set Related Invoicevoid
setReversal_ID(int Reversal_ID)
Set Reversal ID.void
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.void
setSendEMail(boolean SendEMail)
Set Send EMail.void
setTotalLines(BigDecimal TotalLines)
Set Total Lines.void
setUser1_ID(int User1_ID)
Set User Element List 1.void
setUser2_ID(int User2_ID)
Set User Element List 2.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_Invoice- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=318- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- 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_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_CashLine_ID
static final String COLUMNNAME_C_CashLine_ID
Column name C_CashLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CashPlanLine_ID
static final String COLUMNNAME_C_CashPlanLine_ID
Column name C_CashPlanLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ConversionType_ID
static final String COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_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_C_DocTypeTarget_ID
static final String COLUMNNAME_C_DocTypeTarget_ID
Column name C_DocTypeTarget_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningLevel_ID
static final String COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ChargeAmt
static final String COLUMNNAME_ChargeAmt
Column name ChargeAmt- See Also:
- Constant Field Values
-
COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Invoice_UU
static final String COLUMNNAME_C_Invoice_UU
Column name C_Invoice_UU- See Also:
- Constant Field Values
-
COLUMNNAME_CopyFrom
static final String COLUMNNAME_CopyFrom
Column name CopyFrom- 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_Payment_ID
static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID- 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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CreateFrom
static final String COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_CurrencyRate
static final String COLUMNNAME_CurrencyRate
Column name CurrencyRate- See Also:
- Constant Field Values
-
COLUMNNAME_DateAcct
static final String COLUMNNAME_DateAcct
Column name DateAcct- See Also:
- Constant Field Values
-
COLUMNNAME_DateInvoiced
static final String COLUMNNAME_DateInvoiced
Column name DateInvoiced- See Also:
- Constant Field Values
-
COLUMNNAME_DateOrdered
static final String COLUMNNAME_DateOrdered
Column name DateOrdered- See Also:
- Constant Field Values
-
COLUMNNAME_DatePrinted
static final String COLUMNNAME_DatePrinted
Column name DatePrinted- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocAction
static final String COLUMNNAME_DocAction
Column name DocAction- See Also:
- Constant Field Values
-
COLUMNNAME_DocStatus
static final String COLUMNNAME_DocStatus
Column name DocStatus- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_DunningGrace
static final String COLUMNNAME_DunningGrace
Column name DunningGrace- See Also:
- Constant Field Values
-
COLUMNNAME_GenerateTo
static final String COLUMNNAME_GenerateTo
Column name GenerateTo- See Also:
- Constant Field Values
-
COLUMNNAME_GrandTotal
static final String COLUMNNAME_GrandTotal
Column name GrandTotal- See Also:
- Constant Field Values
-
COLUMNNAME_InvoiceCollectionType
static final String COLUMNNAME_InvoiceCollectionType
Column name InvoiceCollectionType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsApproved
static final String COLUMNNAME_IsApproved
Column name IsApproved- See Also:
- Constant Field Values
-
COLUMNNAME_IsDiscountPrinted
static final String COLUMNNAME_IsDiscountPrinted
Column name IsDiscountPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_IsFixedAssetInvoice
static final String COLUMNNAME_IsFixedAssetInvoice
Column name IsFixedAssetInvoice- See Also:
- Constant Field Values
-
COLUMNNAME_IsInDispute
static final String COLUMNNAME_IsInDispute
Column name IsInDispute- See Also:
- Constant Field Values
-
COLUMNNAME_IsOverrideCurrencyRate
static final String COLUMNNAME_IsOverrideCurrencyRate
Column name IsOverrideCurrencyRate- See Also:
- Constant Field Values
-
COLUMNNAME_IsPaid
static final String COLUMNNAME_IsPaid
Column name IsPaid- See Also:
- Constant Field Values
-
COLUMNNAME_IsPayScheduleValid
static final String COLUMNNAME_IsPayScheduleValid
Column name IsPayScheduleValid- See Also:
- Constant Field Values
-
COLUMNNAME_IsPrinted
static final String COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_IsSelfService
static final String COLUMNNAME_IsSelfService
Column name IsSelfService- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_IsTaxIncluded
static final String COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded- See Also:
- Constant Field Values
-
COLUMNNAME_IsTransferred
static final String COLUMNNAME_IsTransferred
Column name IsTransferred- 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_RMA_ID
static final String COLUMNNAME_M_RMA_ID
Column name M_RMA_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PaymentRule
static final String COLUMNNAME_PaymentRule
Column name PaymentRule- See Also:
- Constant Field Values
-
COLUMNNAME_POReference
static final String COLUMNNAME_POReference
Column name POReference- See Also:
- Constant Field Values
-
COLUMNNAME_Posted
static final String COLUMNNAME_Posted
Column name Posted- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_ProcessedOn
static final String COLUMNNAME_ProcessedOn
Column name ProcessedOn- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Ref_Invoice_ID
static final String COLUMNNAME_Ref_Invoice_ID
Column name Ref_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_RelatedInvoice_ID
static final String COLUMNNAME_RelatedInvoice_ID
Column name RelatedInvoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Reversal_ID
static final String COLUMNNAME_Reversal_ID
Column name Reversal_ID- See Also:
- Constant Field Values
-
COLUMNNAME_SalesRep_ID
static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
- Constant Field Values
-
COLUMNNAME_SendEMail
static final String COLUMNNAME_SendEMail
Column name SendEMail- See Also:
- Constant Field Values
-
COLUMNNAME_TotalLines
static final String COLUMNNAME_TotalLines
Column name TotalLines- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_User1_ID
static final String COLUMNNAME_User1_ID
Column name User1_ID- See Also:
- Constant Field Values
-
COLUMNNAME_User2_ID
static final String COLUMNNAME_User2_ID
Column name User2_ID- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setC_CashLine_ID
void setC_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line. Cash Journal Line
-
getC_CashLine_ID
int getC_CashLine_ID()
Get Cash Journal Line. Cash Journal Line
-
getC_CashLine
I_C_CashLine getC_CashLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_CashPlanLine_ID
void setC_CashPlanLine_ID(int C_CashPlanLine_ID)
Set Cash Plan Line
-
getC_CashPlanLine_ID
int getC_CashPlanLine_ID()
Get Cash Plan Line
-
getC_CashPlanLine
I_C_CashPlanLine getC_CashPlanLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_Charge_ID
void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges
-
getC_Charge_ID
int getC_Charge_ID()
Get Charge. Additional document charges
-
getC_Charge
I_C_Charge getC_Charge() throws RuntimeException
- Throws:
RuntimeException
-
setC_ConversionType_ID
void setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type. Currency Conversion Rate Type
-
getC_ConversionType_ID
int getC_ConversionType_ID()
Get Currency Type. Currency Conversion Rate Type
-
getC_ConversionType
I_C_ConversionType getC_ConversionType() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setC_DocTypeTarget_ID
void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
Set Target Document Type. Target document type for conversing documents
-
getC_DocTypeTarget_ID
int getC_DocTypeTarget_ID()
Get Target Document Type. Target document type for conversing documents
-
getC_DocTypeTarget
I_C_DocType getC_DocTypeTarget() throws RuntimeException
- Throws:
RuntimeException
-
setC_DunningLevel_ID
void setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Level
-
getC_DunningLevel_ID
int getC_DunningLevel_ID()
Get Dunning Level
-
getC_DunningLevel
I_C_DunningLevel getC_DunningLevel() throws RuntimeException
- Throws:
RuntimeException
-
setChargeAmt
void setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount. Charge Amount
-
getChargeAmt
BigDecimal getChargeAmt()
Get Charge amount. Charge Amount
-
setC_Invoice_ID
void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier
-
getC_Invoice_ID
int getC_Invoice_ID()
Get Invoice. Invoice Identifier
-
setC_Invoice_UU
void setC_Invoice_UU(String C_Invoice_UU)
Set C_Invoice_UU
-
getC_Invoice_UU
String getC_Invoice_UU()
Get C_Invoice_UU
-
setCopyFrom
void setCopyFrom(String CopyFrom)
Set Copy From. Copy From Record
-
getCopyFrom
String getCopyFrom()
Get Copy From. Copy From Record
-
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 RuntimeException
- Throws:
RuntimeException
-
setC_Payment_ID
void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier
-
getC_Payment_ID
int getC_Payment_ID()
Get Payment. Payment identifier
-
getC_Payment
I_C_Payment getC_Payment() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreateFrom
void setCreateFrom(String CreateFrom)
Set Create lines from. Process which will generate a new document lines based on an existing document
-
getCreateFrom
String getCreateFrom()
Get Create lines from. Process which will generate a new document lines based on an existing document
-
setCurrencyRate
void setCurrencyRate(BigDecimal CurrencyRate)
Set Rate. Currency Conversion Rate
-
getCurrencyRate
BigDecimal getCurrencyRate()
Get Rate. Currency Conversion Rate
-
setDateAcct
void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date
-
getDateAcct
Timestamp getDateAcct()
Get Account Date. Accounting Date
-
setDateInvoiced
void setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced. Date printed on Invoice
-
getDateInvoiced
Timestamp getDateInvoiced()
Get Date Invoiced. Date printed on Invoice
-
setDateOrdered
void setDateOrdered(Timestamp DateOrdered)
Set Date Ordered. Date of Order
-
getDateOrdered
Timestamp getDateOrdered()
Get Date Ordered. Date of Order
-
setDatePrinted
void setDatePrinted(Timestamp DatePrinted)
Set Date printed. Date the document was printed.
-
getDatePrinted
Timestamp getDatePrinted()
Get Date printed. Date the document was printed.
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocAction
void setDocAction(String DocAction)
Set Document Action. The targeted status of the document
-
getDocAction
String getDocAction()
Get Document Action. The targeted status of the document
-
setDocStatus
void setDocStatus(String DocStatus)
Set Document Status. The current status of the document
-
getDocStatus
String getDocStatus()
Get Document Status. The current status of the document
-
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
-
setDunningGrace
void setDunningGrace(Timestamp DunningGrace)
Set Dunning Grace Date
-
getDunningGrace
Timestamp getDunningGrace()
Get Dunning Grace Date
-
setGenerateTo
void setGenerateTo(String GenerateTo)
Set Generate To. Generate To
-
getGenerateTo
String getGenerateTo()
Get Generate To. Generate To
-
setGrandTotal
void setGrandTotal(BigDecimal GrandTotal)
Set Grand Total. Total amount of document
-
getGrandTotal
BigDecimal getGrandTotal()
Get Grand Total. Total amount of document
-
setInvoiceCollectionType
void setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status. Invoice Collection Status
-
getInvoiceCollectionType
String getInvoiceCollectionType()
Get Collection Status. Invoice Collection Status
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsApproved
void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval
-
isApproved
boolean isApproved()
Get Approved. Indicates if this document requires approval
-
setIsDiscountPrinted
void setIsDiscountPrinted(boolean IsDiscountPrinted)
Set Discount Printed. Print Discount on Invoice and Order
-
isDiscountPrinted
boolean isDiscountPrinted()
Get Discount Printed. Print Discount on Invoice and Order
-
setIsFixedAssetInvoice
void setIsFixedAssetInvoice(boolean IsFixedAssetInvoice)
Set IsFixedAssetInvoice
-
isFixedAssetInvoice
boolean isFixedAssetInvoice()
Get IsFixedAssetInvoice
-
setIsInDispute
void setIsInDispute(boolean IsInDispute)
Set In Dispute. Document is in dispute
-
isInDispute
boolean isInDispute()
Get In Dispute. Document is in dispute
-
setIsOverrideCurrencyRate
void setIsOverrideCurrencyRate(boolean IsOverrideCurrencyRate)
Set Override Currency Conversion Rate. Override Currency Conversion Rate
-
isOverrideCurrencyRate
boolean isOverrideCurrencyRate()
Get Override Currency Conversion Rate. Override Currency Conversion Rate
-
setIsPaid
void setIsPaid(boolean IsPaid)
Set Paid. The document is paid
-
isPaid
boolean isPaid()
Get Paid. The document is paid
-
setIsPayScheduleValid
void setIsPayScheduleValid(boolean IsPayScheduleValid)
Set Pay Schedule valid. Is the Payment Schedule is valid
-
isPayScheduleValid
boolean isPayScheduleValid()
Get Pay Schedule valid. Is the Payment Schedule is valid
-
setIsPrinted
void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed
-
isPrinted
boolean isPrinted()
Get Printed. Indicates if this document / line is printed
-
setIsSelfService
void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service
-
isSelfService
boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setIsTaxIncluded
void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. Tax is included in the price
-
isTaxIncluded
boolean isTaxIncluded()
Get Price includes Tax. Tax is included in the price
-
setIsTransferred
void setIsTransferred(boolean IsTransferred)
Set Transferred. Transferred to General Ledger (i.e. accounted)
-
isTransferred
boolean isTransferred()
Get Transferred. Transferred to General Ledger (i.e. accounted)
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_RMA_ID
void setM_RMA_ID(int M_RMA_ID)
Set RMA. Return Material Authorization
-
getM_RMA_ID
int getM_RMA_ID()
Get RMA. Return Material Authorization
-
getM_RMA
I_M_RMA getM_RMA() throws RuntimeException
- Throws:
RuntimeException
-
setPaymentRule
void setPaymentRule(String PaymentRule)
Set Payment Rule. How you pay the invoice
-
getPaymentRule
String getPaymentRule()
Get Payment Rule. How you pay the invoice
-
setPOReference
void setPOReference(String POReference)
Set Order Reference. Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
-
getPOReference
String getPOReference()
Get Order Reference. Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
-
setPosted
void setPosted(boolean Posted)
Set Posted. Posting status
-
isPosted
boolean isPosted()
Get Posted. Posting status
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessedOn
void setProcessedOn(BigDecimal ProcessedOn)
Set Processed On. The date+time (expressed in decimal format) when the document has been processed
-
getProcessedOn
BigDecimal getProcessedOn()
Get Processed On. The date+time (expressed in decimal format) when the document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setRef_Invoice_ID
void setRef_Invoice_ID(int Ref_Invoice_ID)
Set Referenced Invoice
-
getRef_Invoice_ID
int getRef_Invoice_ID()
Get Referenced Invoice
-
setRelatedInvoice_ID
void setRelatedInvoice_ID(int RelatedInvoice_ID)
Set Related Invoice
-
getRelatedInvoice_ID
int getRelatedInvoice_ID()
Get Related Invoice
-
getRelatedInvoice
I_C_Invoice getRelatedInvoice() throws RuntimeException
- Throws:
RuntimeException
-
setReversal_ID
void setReversal_ID(int Reversal_ID)
Set Reversal ID. ID of document reversal
-
getReversal_ID
int getReversal_ID()
Get Reversal ID. ID of document reversal
-
getReversal
I_C_Invoice getReversal() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getSalesRep
I_AD_User getSalesRep() throws RuntimeException
- Throws:
RuntimeException
-
setSendEMail
void setSendEMail(boolean SendEMail)
Set Send EMail. Enable sending Document EMail
-
isSendEMail
boolean isSendEMail()
Get Send EMail. Enable sending Document EMail
-
setTotalLines
void setTotalLines(BigDecimal TotalLines)
Set Total Lines. Total of all document lines
-
getTotalLines
BigDecimal getTotalLines()
Get Total Lines. Total of all document lines
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUser1_ID
void setUser1_ID(int User1_ID)
Set User Element List 1. User defined list element #1
-
getUser1_ID
int getUser1_ID()
Get User Element List 1. User defined list element #1
-
getUser1
I_C_ElementValue getUser1() throws RuntimeException
- Throws:
RuntimeException
-
setUser2_ID
void setUser2_ID(int User2_ID)
Set User Element List 2. User defined list element #2
-
getUser2_ID
int getUser2_ID()
Get User Element List 2. User defined list element #2
-
getUser2
I_C_ElementValue getUser2() throws RuntimeException
- Throws:
RuntimeException
-
-