Adempiere 3.5.2a

org.compiere.model
Interface I_C_InvoiceBatch

All Known Implementing Classes:
MInvoiceBatch, X_C_InvoiceBatch

public interface I_C_InvoiceBatch

Generated Interface for C_InvoiceBatch

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_ConversionType_ID
          Column name C_ConversionType_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_InvoiceBatch_ID
          Column name C_InvoiceBatch_ID
static String COLUMNNAME_ControlAmt
          Column name ControlAmt
static String COLUMNNAME_DateDoc
          Column name DateDoc
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentAmt
          Column name DocumentAmt
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_IsSOTrx
          Column name IsSOTrx
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_SalesRep_ID
          Column name SalesRep_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=767
static String Table_Name
          TableName=C_InvoiceBatch
 
Method Summary
 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_InvoiceBatch_ID()
          Get Invoice Batch.
 BigDecimal getControlAmt()
          Get Control Amount.
 Timestamp getDateDoc()
          Get Document Date.
 String getDescription()
          Get Description.
 BigDecimal getDocumentAmt()
          Get Document Amt.
 String getDocumentNo()
          Get Document No.
 int getSalesRep_ID()
          Get Sales Representative.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 boolean isSOTrx()
          Get Sales Transaction.
 void setC_ConversionType_ID(int C_ConversionType_ID)
          Set Currency Type.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
          Set Invoice Batch.
 void setControlAmt(BigDecimal ControlAmt)
          Set Control Amount.
 void setDateDoc(Timestamp DateDoc)
          Set Document Date.
 void setDescription(String Description)
          Set Description.
 void setDocumentAmt(BigDecimal DocumentAmt)
          Set Document Amt.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setIsSOTrx(boolean IsSOTrx)
          Set Sales Transaction.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setSalesRep_ID(int SalesRep_ID)
          Set Sales Representative.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_InvoiceBatch

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=767


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


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_InvoiceBatch_ID

static final String COLUMNNAME_C_InvoiceBatch_ID
Column name C_InvoiceBatch_ID

See Also:
Constant Field Values

COLUMNNAME_ControlAmt

static final String COLUMNNAME_ControlAmt
Column name ControlAmt

See Also:
Constant Field Values

COLUMNNAME_DateDoc

static final String COLUMNNAME_DateDoc
Column name DateDoc

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentAmt

static final String COLUMNNAME_DocumentAmt
Column name DocumentAmt

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_IsSOTrx

static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx

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_SalesRep_ID

static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID

See Also:
Constant Field Values
Method Detail

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 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_InvoiceBatch_ID

void setC_InvoiceBatch_ID(int C_InvoiceBatch_ID)
Set Invoice Batch. Expense Invoice Batch Header


getC_InvoiceBatch_ID

int getC_InvoiceBatch_ID()
Get Invoice Batch. Expense Invoice Batch Header


setControlAmt

void setControlAmt(BigDecimal ControlAmt)
Set Control Amount. If not zero, the Debit amount of the document must be equal this amount


getControlAmt

BigDecimal getControlAmt()
Get Control Amount. If not zero, the Debit amount of the document must be equal this amount


setDateDoc

void setDateDoc(Timestamp DateDoc)
Set Document Date. Date of the Document


getDateDoc

Timestamp getDateDoc()
Get Document Date. Date of the Document


setDescription

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


getDescription

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


setDocumentAmt

void setDocumentAmt(BigDecimal DocumentAmt)
Set Document Amt. Document Amount


getDocumentAmt

BigDecimal getDocumentAmt()
Get Document Amt. Document Amount


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


setIsSOTrx

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


isSOTrx

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


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


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


Adempiere 3.5.2a

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