Package 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 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_C_ConversionType_ID
Column name C_ConversionType_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_InvoiceBatch_ID
Column name C_InvoiceBatch_IDstatic String
COLUMNNAME_C_InvoiceBatch_UU
Column name C_InvoiceBatch_UUstatic String
COLUMNNAME_ControlAmt
Column name ControlAmtstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateDoc
Column name DateDocstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocumentAmt
Column name DocumentAmtstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=767static String
Table_Name
TableName=C_InvoiceBatch
-
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.I_C_ConversionType
getC_ConversionType()
int
getC_ConversionType_ID()
Get Currency Type.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.int
getC_InvoiceBatch_ID()
Get Invoice Batch.String
getC_InvoiceBatch_UU()
Get C_InvoiceBatch_UUBigDecimal
getControlAmt()
Get Control Amount.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateDoc()
Get Document Date.String
getDescription()
Get Description.BigDecimal
getDocumentAmt()
Get Document Amt.String
getDocumentNo()
Get Document No.I_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowboolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setC_InvoiceBatch_UU(String C_InvoiceBatch_UU)
Set C_InvoiceBatch_UUvoid
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
setIsActive(boolean IsActive)
Set Active.void
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
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- 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_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_C_InvoiceBatch_UU
static final String COLUMNNAME_C_InvoiceBatch_UU
Column name C_InvoiceBatch_UU- See Also:
- Constant Field Values
-
COLUMNNAME_ControlAmt
static final String COLUMNNAME_ControlAmt
Column name ControlAmt- 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_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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
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
-
-
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
-
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_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
-
setC_InvoiceBatch_UU
void setC_InvoiceBatch_UU(String C_InvoiceBatch_UU)
Set C_InvoiceBatch_UU
-
getC_InvoiceBatch_UU
String getC_InvoiceBatch_UU()
Get C_InvoiceBatch_UU
-
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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
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
-
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
-
getSalesRep
I_AD_User getSalesRep() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-