Adempiere 3.5.2a

org.compiere.model
Class X_C_Invoice

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_Invoice
All Implemented Interfaces:
Serializable, Comparator, I_C_Invoice, I_Persistent, Evaluatee
Direct Known Subclasses:
MInvoice

public class X_C_Invoice
extends PO
implements I_C_Invoice, I_Persistent

Generated Model for C_Invoice

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int AD_ORGTRX_ID_AD_Reference_ID
          AD_OrgTrx_ID AD_Reference_ID=130
static int C_CHARGE_ID_AD_Reference_ID
          C_Charge_ID AD_Reference_ID=200
static int C_DOCTYPETARGET_ID_AD_Reference_ID
          C_DocTypeTarget_ID AD_Reference_ID=170
static int DOCACTION_AD_Reference_ID
          DocAction AD_Reference_ID=135
static String DOCACTION_Approve
          Approve = AP
static String DOCACTION_Close
          Close = CL
static String DOCACTION_Complete
          Complete = CO
static String DOCACTION_Invalidate
          Invalidate = IN
static String DOCACTION_None
           = --
static String DOCACTION_Post
          Post = PO
static String DOCACTION_Prepare
          Prepare = PR
static String DOCACTION_Re_Activate
          Re-activate = RE
static String DOCACTION_Reject
          Reject = RJ
static String DOCACTION_Reverse_Accrual
          Reverse - Accrual = RA
static String DOCACTION_Reverse_Correct
          Reverse - Correct = RC
static String DOCACTION_Unlock
          Unlock = XL
static String DOCACTION_Void
          Void = VO
static String DOCACTION_WaitComplete
          Wait Complete = WC
static int DOCSTATUS_AD_Reference_ID
          DocStatus AD_Reference_ID=131
static String DOCSTATUS_Approved
          Approved = AP
static String DOCSTATUS_Closed
          Closed = CL
static String DOCSTATUS_Completed
          Completed = CO
static String DOCSTATUS_Drafted
          Drafted = DR
static String DOCSTATUS_InProgress
          In Progress = IP
static String DOCSTATUS_Invalid
          Invalid = IN
static String DOCSTATUS_NotApproved
          Not Approved = NA
static String DOCSTATUS_Reversed
          Reversed = RE
static String DOCSTATUS_Unknown
          Unknown = ??
static String DOCSTATUS_Voided
          Voided = VO
static String DOCSTATUS_WaitingConfirmation
          Waiting Confirmation = WC
static String DOCSTATUS_WaitingPayment
          Waiting Payment = WP
static int INVOICECOLLECTIONTYPE_AD_Reference_ID
          InvoiceCollectionType AD_Reference_ID=394
static String INVOICECOLLECTIONTYPE_CollectionAgency
          Collection Agency = C
static String INVOICECOLLECTIONTYPE_Dunning
          Dunning = D
static String INVOICECOLLECTIONTYPE_LegalProcedure
          Legal Procedure = L
static String INVOICECOLLECTIONTYPE_Uncollectable
          Uncollectable = U
static int PAYMENTRULE_AD_Reference_ID
          PaymentRule AD_Reference_ID=195
static String PAYMENTRULE_Cash
          Cash = B
static String PAYMENTRULE_Check
          Check = S
static String PAYMENTRULE_CreditCard
          Credit Card = K
static String PAYMENTRULE_DirectDebit
          Direct Debit = D
static String PAYMENTRULE_DirectDeposit
          Direct Deposit = T
static String PAYMENTRULE_OnCredit
          On Credit = P
static int REVERSAL_ID_AD_Reference_ID
          Reversal_ID AD_Reference_ID=336
static int SALESREP_ID_AD_Reference_ID
          SalesRep_ID AD_Reference_ID=190
static int USER1_ID_AD_Reference_ID
          User1_ID AD_Reference_ID=134
static int USER2_ID_AD_Reference_ID
          User2_ID AD_Reference_ID=137
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_C_Invoice
accessLevel, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_BPartner_Location_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_CashLine_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_C_ConversionType_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_DocType_ID, COLUMNNAME_C_DocTypeTarget_ID, COLUMNNAME_C_DunningLevel_ID, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Order_ID, COLUMNNAME_C_Payment_ID, COLUMNNAME_C_PaymentTerm_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_ChargeAmt, COLUMNNAME_CopyFrom, COLUMNNAME_CreateFrom, COLUMNNAME_DateAcct, COLUMNNAME_DateInvoiced, COLUMNNAME_DateOrdered, COLUMNNAME_DatePrinted, COLUMNNAME_Description, COLUMNNAME_DocAction, COLUMNNAME_DocStatus, COLUMNNAME_DocumentNo, COLUMNNAME_DunningGrace, COLUMNNAME_GenerateTo, COLUMNNAME_GrandTotal, COLUMNNAME_InvoiceCollectionType, COLUMNNAME_IsApproved, COLUMNNAME_IsDiscountPrinted, COLUMNNAME_IsInDispute, COLUMNNAME_IsPaid, COLUMNNAME_IsPayScheduleValid, COLUMNNAME_IsPrinted, COLUMNNAME_IsSelfService, COLUMNNAME_IsSOTrx, COLUMNNAME_IsTaxIncluded, COLUMNNAME_IsTransferred, COLUMNNAME_M_PriceList_ID, COLUMNNAME_M_RMA_ID, COLUMNNAME_PaymentRule, COLUMNNAME_POReference, COLUMNNAME_Posted, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_Ref_Invoice_ID, COLUMNNAME_Reversal_ID, COLUMNNAME_SalesRep_ID, COLUMNNAME_SendEMail, COLUMNNAME_TotalLines, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_C_Invoice(Properties ctx, int C_Invoice_ID, String trxName)
          Standard Constructor
X_C_Invoice(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 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_CashLine_ID()
          Get Cash Journal Line.
 I_C_CashLine getC_CashLine()
           
 int getC_Charge_ID()
          Get Charge.
 int getC_ConversionType_ID()
          Get Currency Type.
 I_C_ConversionType getC_ConversionType()
           
 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_DocTypeTarget_ID()
          Get Target Document Type.
 int getC_DunningLevel_ID()
          Get Dunning Level.
 I_C_DunningLevel getC_DunningLevel()
           
 int getC_Invoice_ID()
          Get Invoice.
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 int getC_PaymentTerm_ID()
          Get Payment Term.
 I_C_PaymentTerm getC_PaymentTerm()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 BigDecimal getChargeAmt()
          Get Charge amount.
 String getCopyFrom()
          Get Copy From.
 String getCreateFrom()
          Get Create lines from.
 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.
 String getGenerateTo()
          Get Generate To.
 BigDecimal getGrandTotal()
          Get Grand Total.
 String getInvoiceCollectionType()
          Get Collection Status.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getM_RMA_ID()
          Get RMA.
 I_M_RMA getM_RMA()
           
 String getPaymentRule()
          Get Payment Rule.
 String getPOReference()
          Get Order Reference.
 int getRef_Invoice_ID()
          Get Referenced Invoice.
 int getReversal_ID()
          Get Reversal ID.
 int getSalesRep_ID()
          Get Sales Representative.
 BigDecimal getTotalLines()
          Get Total Lines.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isApproved()
          Get Approved.
 boolean isDiscountPrinted()
          Get Discount Printed.
 boolean isInDispute()
          Get In Dispute.
 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 Now.
 boolean 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_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_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 Level.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void 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 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.
 void setGenerateTo(String GenerateTo)
          Set Generate To.
 void setGrandTotal(BigDecimal GrandTotal)
          Set Grand Total.
 void setInvoiceCollectionType(String InvoiceCollectionType)
          Set Collection Status.
 void setIsApproved(boolean IsApproved)
          Set Approved.
 void setIsDiscountPrinted(boolean IsDiscountPrinted)
          Set Discount Printed.
 void setIsInDispute(boolean IsInDispute)
          Set In Dispute.
 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 setProcessing(boolean Processing)
          Set Process Now.
 void setRef_Invoice_ID(int Ref_Invoice_ID)
          Set Referenced Invoice.
 void 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 List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

AD_ORGTRX_ID_AD_Reference_ID

public static final int AD_ORGTRX_ID_AD_Reference_ID
AD_OrgTrx_ID AD_Reference_ID=130

See Also:
Constant Field Values

C_CHARGE_ID_AD_Reference_ID

public static final int C_CHARGE_ID_AD_Reference_ID
C_Charge_ID AD_Reference_ID=200

See Also:
Constant Field Values

C_DOCTYPETARGET_ID_AD_Reference_ID

public static final int C_DOCTYPETARGET_ID_AD_Reference_ID
C_DocTypeTarget_ID AD_Reference_ID=170

See Also:
Constant Field Values

DOCACTION_AD_Reference_ID

public static final int DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135

See Also:
Constant Field Values

DOCACTION_Complete

public static final String DOCACTION_Complete
Complete = CO

See Also:
Constant Field Values

DOCACTION_Approve

public static final String DOCACTION_Approve
Approve = AP

See Also:
Constant Field Values

DOCACTION_Reject

public static final String DOCACTION_Reject
Reject = RJ

See Also:
Constant Field Values

DOCACTION_Post

public static final String DOCACTION_Post
Post = PO

See Also:
Constant Field Values

DOCACTION_Void

public static final String DOCACTION_Void
Void = VO

See Also:
Constant Field Values

DOCACTION_Close

public static final String DOCACTION_Close
Close = CL

See Also:
Constant Field Values

DOCACTION_Reverse_Correct

public static final String DOCACTION_Reverse_Correct
Reverse - Correct = RC

See Also:
Constant Field Values

DOCACTION_Reverse_Accrual

public static final String DOCACTION_Reverse_Accrual
Reverse - Accrual = RA

See Also:
Constant Field Values

DOCACTION_Invalidate

public static final String DOCACTION_Invalidate
Invalidate = IN

See Also:
Constant Field Values

DOCACTION_Re_Activate

public static final String DOCACTION_Re_Activate
Re-activate = RE

See Also:
Constant Field Values

DOCACTION_None

public static final String DOCACTION_None
= --

See Also:
Constant Field Values

DOCACTION_Prepare

public static final String DOCACTION_Prepare
Prepare = PR

See Also:
Constant Field Values

DOCACTION_Unlock

public static final String DOCACTION_Unlock
Unlock = XL

See Also:
Constant Field Values

DOCACTION_WaitComplete

public static final String DOCACTION_WaitComplete
Wait Complete = WC

See Also:
Constant Field Values

DOCSTATUS_AD_Reference_ID

public static final int DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131

See Also:
Constant Field Values

DOCSTATUS_Drafted

public static final String DOCSTATUS_Drafted
Drafted = DR

See Also:
Constant Field Values

DOCSTATUS_Completed

public static final String DOCSTATUS_Completed
Completed = CO

See Also:
Constant Field Values

DOCSTATUS_Approved

public static final String DOCSTATUS_Approved
Approved = AP

See Also:
Constant Field Values

DOCSTATUS_NotApproved

public static final String DOCSTATUS_NotApproved
Not Approved = NA

See Also:
Constant Field Values

DOCSTATUS_Voided

public static final String DOCSTATUS_Voided
Voided = VO

See Also:
Constant Field Values

DOCSTATUS_Invalid

public static final String DOCSTATUS_Invalid
Invalid = IN

See Also:
Constant Field Values

DOCSTATUS_Reversed

public static final String DOCSTATUS_Reversed
Reversed = RE

See Also:
Constant Field Values

DOCSTATUS_Closed

public static final String DOCSTATUS_Closed
Closed = CL

See Also:
Constant Field Values

DOCSTATUS_Unknown

public static final String DOCSTATUS_Unknown
Unknown = ??

See Also:
Constant Field Values

DOCSTATUS_InProgress

public static final String DOCSTATUS_InProgress
In Progress = IP

See Also:
Constant Field Values

DOCSTATUS_WaitingPayment

public static final String DOCSTATUS_WaitingPayment
Waiting Payment = WP

See Also:
Constant Field Values

DOCSTATUS_WaitingConfirmation

public static final String DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC

See Also:
Constant Field Values

INVOICECOLLECTIONTYPE_AD_Reference_ID

public static final int INVOICECOLLECTIONTYPE_AD_Reference_ID
InvoiceCollectionType AD_Reference_ID=394

See Also:
Constant Field Values

INVOICECOLLECTIONTYPE_Dunning

public static final String INVOICECOLLECTIONTYPE_Dunning
Dunning = D

See Also:
Constant Field Values

INVOICECOLLECTIONTYPE_CollectionAgency

public static final String INVOICECOLLECTIONTYPE_CollectionAgency
Collection Agency = C

See Also:
Constant Field Values

INVOICECOLLECTIONTYPE_LegalProcedure

public static final String INVOICECOLLECTIONTYPE_LegalProcedure
Legal Procedure = L

See Also:
Constant Field Values

INVOICECOLLECTIONTYPE_Uncollectable

public static final String INVOICECOLLECTIONTYPE_Uncollectable
Uncollectable = U

See Also:
Constant Field Values

PAYMENTRULE_AD_Reference_ID

public static final int PAYMENTRULE_AD_Reference_ID
PaymentRule AD_Reference_ID=195

See Also:
Constant Field Values

PAYMENTRULE_Cash

public static final String PAYMENTRULE_Cash
Cash = B

See Also:
Constant Field Values

PAYMENTRULE_CreditCard

public static final String PAYMENTRULE_CreditCard
Credit Card = K

See Also:
Constant Field Values

PAYMENTRULE_DirectDeposit

public static final String PAYMENTRULE_DirectDeposit
Direct Deposit = T

See Also:
Constant Field Values

PAYMENTRULE_Check

public static final String PAYMENTRULE_Check
Check = S

See Also:
Constant Field Values

PAYMENTRULE_OnCredit

public static final String PAYMENTRULE_OnCredit
On Credit = P

See Also:
Constant Field Values

PAYMENTRULE_DirectDebit

public static final String PAYMENTRULE_DirectDebit
Direct Debit = D

See Also:
Constant Field Values

REVERSAL_ID_AD_Reference_ID

public static final int REVERSAL_ID_AD_Reference_ID
Reversal_ID AD_Reference_ID=336

See Also:
Constant Field Values

SALESREP_ID_AD_Reference_ID

public static final int SALESREP_ID_AD_Reference_ID
SalesRep_ID AD_Reference_ID=190

See Also:
Constant Field Values

USER1_ID_AD_Reference_ID

public static final int USER1_ID_AD_Reference_ID
User1_ID AD_Reference_ID=134

See Also:
Constant Field Values

USER2_ID_AD_Reference_ID

public static final int USER2_ID_AD_Reference_ID
User2_ID AD_Reference_ID=137

See Also:
Constant Field Values
Constructor Detail

X_C_Invoice

public X_C_Invoice(Properties ctx,
                   int C_Invoice_ID,
                   String trxName)
Standard Constructor


X_C_Invoice

public X_C_Invoice(Properties ctx,
                   ResultSet rs,
                   String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
1 - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAD_OrgTrx_ID

public void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization.

Specified by:
setAD_OrgTrx_ID in interface I_C_Invoice
Parameters:
AD_OrgTrx_ID - Performing or initiating organization

getAD_OrgTrx_ID

public int getAD_OrgTrx_ID()
Get Trx Organization.

Specified by:
getAD_OrgTrx_ID in interface I_C_Invoice
Returns:
Performing or initiating organization

getAD_User

public I_AD_User getAD_User()
                     throws Exception
Specified by:
getAD_User in interface I_C_Invoice
Throws:
Exception

setAD_User_ID

public void setAD_User_ID(int AD_User_ID)
Set User/Contact.

Specified by:
setAD_User_ID in interface I_C_Invoice
Parameters:
AD_User_ID - User within the system - Internal or Business Partner Contact

getAD_User_ID

public int getAD_User_ID()
Get User/Contact.

Specified by:
getAD_User_ID in interface I_C_Invoice
Returns:
User within the system - Internal or Business Partner Contact

getC_Activity

public I_C_Activity getC_Activity()
                           throws Exception
Specified by:
getC_Activity in interface I_C_Invoice
Throws:
Exception

setC_Activity_ID

public void setC_Activity_ID(int C_Activity_ID)
Set Activity.

Specified by:
setC_Activity_ID in interface I_C_Invoice
Parameters:
C_Activity_ID - Business Activity

getC_Activity_ID

public int getC_Activity_ID()
Get Activity.

Specified by:
getC_Activity_ID in interface I_C_Invoice
Returns:
Business Activity

getC_BPartner

public I_C_BPartner getC_BPartner()
                           throws Exception
Specified by:
getC_BPartner in interface I_C_Invoice
Throws:
Exception

setC_BPartner_ID

public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner .

Specified by:
setC_BPartner_ID in interface I_C_Invoice
Parameters:
C_BPartner_ID - Identifies a Business Partner

getC_BPartner_ID

public int getC_BPartner_ID()
Get Business Partner .

Specified by:
getC_BPartner_ID in interface I_C_Invoice
Returns:
Identifies a Business Partner

getC_BPartner_Location

public I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Specified by:
getC_BPartner_Location in interface I_C_Invoice
Throws:
Exception

setC_BPartner_Location_ID

public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location.

Specified by:
setC_BPartner_Location_ID in interface I_C_Invoice
Parameters:
C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partner

getC_BPartner_Location_ID

public int getC_BPartner_Location_ID()
Get Partner Location.

Specified by:
getC_BPartner_Location_ID in interface I_C_Invoice
Returns:
Identifies the (ship to) address for this Business Partner

getC_Campaign

public I_C_Campaign getC_Campaign()
                           throws Exception
Specified by:
getC_Campaign in interface I_C_Invoice
Throws:
Exception

setC_Campaign_ID

public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.

Specified by:
setC_Campaign_ID in interface I_C_Invoice
Parameters:
C_Campaign_ID - Marketing Campaign

getC_Campaign_ID

public int getC_Campaign_ID()
Get Campaign.

Specified by:
getC_Campaign_ID in interface I_C_Invoice
Returns:
Marketing Campaign

getC_CashLine

public I_C_CashLine getC_CashLine()
                           throws Exception
Specified by:
getC_CashLine in interface I_C_Invoice
Throws:
Exception

setC_CashLine_ID

public void setC_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line.

Specified by:
setC_CashLine_ID in interface I_C_Invoice
Parameters:
C_CashLine_ID - Cash Journal Line

getC_CashLine_ID

public int getC_CashLine_ID()
Get Cash Journal Line.

Specified by:
getC_CashLine_ID in interface I_C_Invoice
Returns:
Cash Journal Line

setC_Charge_ID

public void setC_Charge_ID(int C_Charge_ID)
Set Charge.

Specified by:
setC_Charge_ID in interface I_C_Invoice
Parameters:
C_Charge_ID - Additional document charges

getC_Charge_ID

public int getC_Charge_ID()
Get Charge.

Specified by:
getC_Charge_ID in interface I_C_Invoice
Returns:
Additional document charges

getC_ConversionType

public I_C_ConversionType getC_ConversionType()
                                       throws Exception
Specified by:
getC_ConversionType in interface I_C_Invoice
Throws:
Exception

setC_ConversionType_ID

public void setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type.

Specified by:
setC_ConversionType_ID in interface I_C_Invoice
Parameters:
C_ConversionType_ID - Currency Conversion Rate Type

getC_ConversionType_ID

public int getC_ConversionType_ID()
Get Currency Type.

Specified by:
getC_ConversionType_ID in interface I_C_Invoice
Returns:
Currency Conversion Rate Type

getC_Currency

public I_C_Currency getC_Currency()
                           throws Exception
Specified by:
getC_Currency in interface I_C_Invoice
Throws:
Exception

setC_Currency_ID

public void setC_Currency_ID(int C_Currency_ID)
Set Currency.

Specified by:
setC_Currency_ID in interface I_C_Invoice
Parameters:
C_Currency_ID - The Currency for this record

getC_Currency_ID

public int getC_Currency_ID()
Get Currency.

Specified by:
getC_Currency_ID in interface I_C_Invoice
Returns:
The Currency for this record

getC_DocType

public I_C_DocType getC_DocType()
                         throws Exception
Specified by:
getC_DocType in interface I_C_Invoice
Throws:
Exception

setC_DocType_ID

public void setC_DocType_ID(int C_DocType_ID)
Set Document Type.

Specified by:
setC_DocType_ID in interface I_C_Invoice
Parameters:
C_DocType_ID - Document type or rules

getC_DocType_ID

public int getC_DocType_ID()
Get Document Type.

Specified by:
getC_DocType_ID in interface I_C_Invoice
Returns:
Document type or rules

setC_DocTypeTarget_ID

public void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
Set Target Document Type.

Specified by:
setC_DocTypeTarget_ID in interface I_C_Invoice
Parameters:
C_DocTypeTarget_ID - Target document type for conversing documents

getC_DocTypeTarget_ID

public int getC_DocTypeTarget_ID()
Get Target Document Type.

Specified by:
getC_DocTypeTarget_ID in interface I_C_Invoice
Returns:
Target document type for conversing documents

getC_DunningLevel

public I_C_DunningLevel getC_DunningLevel()
                                   throws Exception
Specified by:
getC_DunningLevel in interface I_C_Invoice
Throws:
Exception

setC_DunningLevel_ID

public void setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Level.

Specified by:
setC_DunningLevel_ID in interface I_C_Invoice
Parameters:
C_DunningLevel_ID - Dunning Level

getC_DunningLevel_ID

public int getC_DunningLevel_ID()
Get Dunning Level.

Specified by:
getC_DunningLevel_ID in interface I_C_Invoice
Returns:
Dunning Level

setChargeAmt

public void setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount.

Specified by:
setChargeAmt in interface I_C_Invoice
Parameters:
ChargeAmt - Charge Amount

getChargeAmt

public BigDecimal getChargeAmt()
Get Charge amount.

Specified by:
getChargeAmt in interface I_C_Invoice
Returns:
Charge Amount

setC_Invoice_ID

public void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.

Specified by:
setC_Invoice_ID in interface I_C_Invoice
Parameters:
C_Invoice_ID - Invoice Identifier

getC_Invoice_ID

public int getC_Invoice_ID()
Get Invoice.

Specified by:
getC_Invoice_ID in interface I_C_Invoice
Returns:
Invoice Identifier

setCopyFrom

public void setCopyFrom(String CopyFrom)
Set Copy From.

Specified by:
setCopyFrom in interface I_C_Invoice
Parameters:
CopyFrom - Copy From Record

getCopyFrom

public String getCopyFrom()
Get Copy From.

Specified by:
getCopyFrom in interface I_C_Invoice
Returns:
Copy From Record

getC_Order

public I_C_Order getC_Order()
                     throws Exception
Specified by:
getC_Order in interface I_C_Invoice
Throws:
Exception

setC_Order_ID

public void setC_Order_ID(int C_Order_ID)
Set Order.

Specified by:
setC_Order_ID in interface I_C_Invoice
Parameters:
C_Order_ID - Order

getC_Order_ID

public int getC_Order_ID()
Get Order.

Specified by:
getC_Order_ID in interface I_C_Invoice
Returns:
Order

getC_Payment

public I_C_Payment getC_Payment()
                         throws Exception
Specified by:
getC_Payment in interface I_C_Invoice
Throws:
Exception

setC_Payment_ID

public void setC_Payment_ID(int C_Payment_ID)
Set Payment.

Specified by:
setC_Payment_ID in interface I_C_Invoice
Parameters:
C_Payment_ID - Payment identifier

getC_Payment_ID

public int getC_Payment_ID()
Get Payment.

Specified by:
getC_Payment_ID in interface I_C_Invoice
Returns:
Payment identifier

getC_PaymentTerm

public I_C_PaymentTerm getC_PaymentTerm()
                                 throws Exception
Specified by:
getC_PaymentTerm in interface I_C_Invoice
Throws:
Exception

setC_PaymentTerm_ID

public void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
Set Payment Term.

Specified by:
setC_PaymentTerm_ID in interface I_C_Invoice
Parameters:
C_PaymentTerm_ID - The terms of Payment (timing, discount)

getC_PaymentTerm_ID

public int getC_PaymentTerm_ID()
Get Payment Term.

Specified by:
getC_PaymentTerm_ID in interface I_C_Invoice
Returns:
The terms of Payment (timing, discount)

getC_Project

public I_C_Project getC_Project()
                         throws Exception
Specified by:
getC_Project in interface I_C_Invoice
Throws:
Exception

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

Specified by:
setC_Project_ID in interface I_C_Invoice
Parameters:
C_Project_ID - Financial Project

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_C_Invoice
Returns:
Financial Project

setCreateFrom

public void setCreateFrom(String CreateFrom)
Set Create lines from.

Specified by:
setCreateFrom in interface I_C_Invoice
Parameters:
CreateFrom - Process which will generate a new document lines based on an existing document

getCreateFrom

public String getCreateFrom()
Get Create lines from.

Specified by:
getCreateFrom in interface I_C_Invoice
Returns:
Process which will generate a new document lines based on an existing document

setDateAcct

public void setDateAcct(Timestamp DateAcct)
Set Account Date.

Specified by:
setDateAcct in interface I_C_Invoice
Parameters:
DateAcct - Accounting Date

getDateAcct

public Timestamp getDateAcct()
Get Account Date.

Specified by:
getDateAcct in interface I_C_Invoice
Returns:
Accounting Date

setDateInvoiced

public void setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced.

Specified by:
setDateInvoiced in interface I_C_Invoice
Parameters:
DateInvoiced - Date printed on Invoice

getDateInvoiced

public Timestamp getDateInvoiced()
Get Date Invoiced.

Specified by:
getDateInvoiced in interface I_C_Invoice
Returns:
Date printed on Invoice

setDateOrdered

public void setDateOrdered(Timestamp DateOrdered)
Set Date Ordered.

Specified by:
setDateOrdered in interface I_C_Invoice
Parameters:
DateOrdered - Date of Order

getDateOrdered

public Timestamp getDateOrdered()
Get Date Ordered.

Specified by:
getDateOrdered in interface I_C_Invoice
Returns:
Date of Order

setDatePrinted

public void setDatePrinted(Timestamp DatePrinted)
Set Date printed.

Specified by:
setDatePrinted in interface I_C_Invoice
Parameters:
DatePrinted - Date the document was printed.

getDatePrinted

public Timestamp getDatePrinted()
Get Date printed.

Specified by:
getDatePrinted in interface I_C_Invoice
Returns:
Date the document was printed.

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_C_Invoice
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_C_Invoice
Returns:
Optional short description of the record

setDocAction

public void setDocAction(String DocAction)
Set Document Action.

Specified by:
setDocAction in interface I_C_Invoice
Parameters:
DocAction - The targeted status of the document

getDocAction

public String getDocAction()
Get Document Action.

Specified by:
getDocAction in interface I_C_Invoice
Returns:
The targeted status of the document

setDocStatus

public void setDocStatus(String DocStatus)
Set Document Status.

Specified by:
setDocStatus in interface I_C_Invoice
Parameters:
DocStatus - The current status of the document

getDocStatus

public String getDocStatus()
Get Document Status.

Specified by:
getDocStatus in interface I_C_Invoice
Returns:
The current status of the document

setDocumentNo

public void setDocumentNo(String DocumentNo)
Set Document No.

Specified by:
setDocumentNo in interface I_C_Invoice
Parameters:
DocumentNo - Document sequence number of the document

getDocumentNo

public String getDocumentNo()
Get Document No.

Specified by:
getDocumentNo in interface I_C_Invoice
Returns:
Document sequence number of the document

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setDunningGrace

public void setDunningGrace(Timestamp DunningGrace)
Set Dunning Grace.

Specified by:
setDunningGrace in interface I_C_Invoice
Parameters:
DunningGrace - Dunning Grace

getDunningGrace

public Timestamp getDunningGrace()
Get Dunning Grace.

Specified by:
getDunningGrace in interface I_C_Invoice
Returns:
Dunning Grace

setGenerateTo

public void setGenerateTo(String GenerateTo)
Set Generate To.

Specified by:
setGenerateTo in interface I_C_Invoice
Parameters:
GenerateTo - Generate To

getGenerateTo

public String getGenerateTo()
Get Generate To.

Specified by:
getGenerateTo in interface I_C_Invoice
Returns:
Generate To

setGrandTotal

public void setGrandTotal(BigDecimal GrandTotal)
Set Grand Total.

Specified by:
setGrandTotal in interface I_C_Invoice
Parameters:
GrandTotal - Total amount of document

getGrandTotal

public BigDecimal getGrandTotal()
Get Grand Total.

Specified by:
getGrandTotal in interface I_C_Invoice
Returns:
Total amount of document

setInvoiceCollectionType

public void setInvoiceCollectionType(String InvoiceCollectionType)
Set Collection Status.

Specified by:
setInvoiceCollectionType in interface I_C_Invoice
Parameters:
InvoiceCollectionType - Invoice Collection Status

getInvoiceCollectionType

public String getInvoiceCollectionType()
Get Collection Status.

Specified by:
getInvoiceCollectionType in interface I_C_Invoice
Returns:
Invoice Collection Status

setIsApproved

public void setIsApproved(boolean IsApproved)
Set Approved.

Specified by:
setIsApproved in interface I_C_Invoice
Parameters:
IsApproved - Indicates if this document requires approval

isApproved

public boolean isApproved()
Get Approved.

Specified by:
isApproved in interface I_C_Invoice
Returns:
Indicates if this document requires approval

setIsDiscountPrinted

public void setIsDiscountPrinted(boolean IsDiscountPrinted)
Set Discount Printed.

Specified by:
setIsDiscountPrinted in interface I_C_Invoice
Parameters:
IsDiscountPrinted - Print Discount on Invoice and Order

isDiscountPrinted

public boolean isDiscountPrinted()
Get Discount Printed.

Specified by:
isDiscountPrinted in interface I_C_Invoice
Returns:
Print Discount on Invoice and Order

setIsInDispute

public void setIsInDispute(boolean IsInDispute)
Set In Dispute.

Specified by:
setIsInDispute in interface I_C_Invoice
Parameters:
IsInDispute - Document is in dispute

isInDispute

public boolean isInDispute()
Get In Dispute.

Specified by:
isInDispute in interface I_C_Invoice
Returns:
Document is in dispute

setIsPaid

public void setIsPaid(boolean IsPaid)
Set Paid.

Specified by:
setIsPaid in interface I_C_Invoice
Parameters:
IsPaid - The document is paid

isPaid

public boolean isPaid()
Get Paid.

Specified by:
isPaid in interface I_C_Invoice
Returns:
The document is paid

setIsPayScheduleValid

public void setIsPayScheduleValid(boolean IsPayScheduleValid)
Set Pay Schedule valid.

Specified by:
setIsPayScheduleValid in interface I_C_Invoice
Parameters:
IsPayScheduleValid - Is the Payment Schedule is valid

isPayScheduleValid

public boolean isPayScheduleValid()
Get Pay Schedule valid.

Specified by:
isPayScheduleValid in interface I_C_Invoice
Returns:
Is the Payment Schedule is valid

setIsPrinted

public void setIsPrinted(boolean IsPrinted)
Set Printed.

Specified by:
setIsPrinted in interface I_C_Invoice
Parameters:
IsPrinted - Indicates if this document / line is printed

isPrinted

public boolean isPrinted()
Get Printed.

Specified by:
isPrinted in interface I_C_Invoice
Returns:
Indicates if this document / line is printed

setIsSelfService

public void setIsSelfService(boolean IsSelfService)
Set Self-Service.

Specified by:
setIsSelfService in interface I_C_Invoice
Parameters:
IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service

isSelfService

public boolean isSelfService()
Get Self-Service.

Specified by:
isSelfService in interface I_C_Invoice
Returns:
This is a Self-Service entry or this entry can be changed via Self-Service

setIsSOTrx

public void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.

Specified by:
setIsSOTrx in interface I_C_Invoice
Parameters:
IsSOTrx - This is a Sales Transaction

isSOTrx

public boolean isSOTrx()
Get Sales Transaction.

Specified by:
isSOTrx in interface I_C_Invoice
Returns:
This is a Sales Transaction

setIsTaxIncluded

public void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax.

Specified by:
setIsTaxIncluded in interface I_C_Invoice
Parameters:
IsTaxIncluded - Tax is included in the price

isTaxIncluded

public boolean isTaxIncluded()
Get Price includes Tax.

Specified by:
isTaxIncluded in interface I_C_Invoice
Returns:
Tax is included in the price

setIsTransferred

public void setIsTransferred(boolean IsTransferred)
Set Transferred.

Specified by:
setIsTransferred in interface I_C_Invoice
Parameters:
IsTransferred - Transferred to General Ledger (i.e. accounted)

isTransferred

public boolean isTransferred()
Get Transferred.

Specified by:
isTransferred in interface I_C_Invoice
Returns:
Transferred to General Ledger (i.e. accounted)

getM_PriceList

public I_M_PriceList getM_PriceList()
                             throws Exception
Specified by:
getM_PriceList in interface I_C_Invoice
Throws:
Exception

setM_PriceList_ID

public void setM_PriceList_ID(int M_PriceList_ID)
Set Price List.

Specified by:
setM_PriceList_ID in interface I_C_Invoice
Parameters:
M_PriceList_ID - Unique identifier of a Price List

getM_PriceList_ID

public int getM_PriceList_ID()
Get Price List.

Specified by:
getM_PriceList_ID in interface I_C_Invoice
Returns:
Unique identifier of a Price List

getM_RMA

public I_M_RMA getM_RMA()
                 throws Exception
Specified by:
getM_RMA in interface I_C_Invoice
Throws:
Exception

setM_RMA_ID

public void setM_RMA_ID(int M_RMA_ID)
Set RMA.

Specified by:
setM_RMA_ID in interface I_C_Invoice
Parameters:
M_RMA_ID - Return Material Authorization

getM_RMA_ID

public int getM_RMA_ID()
Get RMA.

Specified by:
getM_RMA_ID in interface I_C_Invoice
Returns:
Return Material Authorization

setPaymentRule

public void setPaymentRule(String PaymentRule)
Set Payment Rule.

Specified by:
setPaymentRule in interface I_C_Invoice
Parameters:
PaymentRule - How you pay the invoice

getPaymentRule

public String getPaymentRule()
Get Payment Rule.

Specified by:
getPaymentRule in interface I_C_Invoice
Returns:
How you pay the invoice

setPOReference

public void setPOReference(String POReference)
Set Order Reference.

Specified by:
setPOReference in interface I_C_Invoice
Parameters:
POReference - Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner

getPOReference

public String getPOReference()
Get Order Reference.

Specified by:
getPOReference in interface I_C_Invoice
Returns:
Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner

setPosted

public void setPosted(boolean Posted)
Set Posted.

Specified by:
setPosted in interface I_C_Invoice
Parameters:
Posted - Posting status

isPosted

public boolean isPosted()
Get Posted.

Specified by:
isPosted in interface I_C_Invoice
Returns:
Posting status

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

Specified by:
setProcessed in interface I_C_Invoice
Parameters:
Processed - The document has been processed

isProcessed

public boolean isProcessed()
Get Processed.

Specified by:
isProcessed in interface I_C_Invoice
Returns:
The document has been processed

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_C_Invoice
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_C_Invoice
Returns:
Process Now

setRef_Invoice_ID

public void setRef_Invoice_ID(int Ref_Invoice_ID)
Set Referenced Invoice.

Specified by:
setRef_Invoice_ID in interface I_C_Invoice
Parameters:
Ref_Invoice_ID - Referenced Invoice

getRef_Invoice_ID

public int getRef_Invoice_ID()
Get Referenced Invoice.

Specified by:
getRef_Invoice_ID in interface I_C_Invoice
Returns:
Referenced Invoice

setReversal_ID

public void setReversal_ID(int Reversal_ID)
Set Reversal ID.

Specified by:
setReversal_ID in interface I_C_Invoice
Parameters:
Reversal_ID - ID of document reversal

getReversal_ID

public int getReversal_ID()
Get Reversal ID.

Specified by:
getReversal_ID in interface I_C_Invoice
Returns:
ID of document reversal

setSalesRep_ID

public void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.

Specified by:
setSalesRep_ID in interface I_C_Invoice
Parameters:
SalesRep_ID - Sales Representative or Company Agent

getSalesRep_ID

public int getSalesRep_ID()
Get Sales Representative.

Specified by:
getSalesRep_ID in interface I_C_Invoice
Returns:
Sales Representative or Company Agent

setSendEMail

public void setSendEMail(boolean SendEMail)
Set Send EMail.

Specified by:
setSendEMail in interface I_C_Invoice
Parameters:
SendEMail - Enable sending Document EMail

isSendEMail

public boolean isSendEMail()
Get Send EMail.

Specified by:
isSendEMail in interface I_C_Invoice
Returns:
Enable sending Document EMail

setTotalLines

public void setTotalLines(BigDecimal TotalLines)
Set Total Lines.

Specified by:
setTotalLines in interface I_C_Invoice
Parameters:
TotalLines - Total of all document lines

getTotalLines

public BigDecimal getTotalLines()
Get Total Lines.

Specified by:
getTotalLines in interface I_C_Invoice
Returns:
Total of all document lines

setUser1_ID

public void setUser1_ID(int User1_ID)
Set User List 1.

Specified by:
setUser1_ID in interface I_C_Invoice
Parameters:
User1_ID - User defined list element #1

getUser1_ID

public int getUser1_ID()
Get User List 1.

Specified by:
getUser1_ID in interface I_C_Invoice
Returns:
User defined list element #1

setUser2_ID

public void setUser2_ID(int User2_ID)
Set User List 2.

Specified by:
setUser2_ID in interface I_C_Invoice
Parameters:
User2_ID - User defined list element #2

getUser2_ID

public int getUser2_ID()
Get User List 2.

Specified by:
getUser2_ID in interface I_C_Invoice
Returns:
User defined list element #2

Adempiere 3.5.2a

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