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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_ConversionType_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_InvoiceBatch_IDstatic final String
Column name C_InvoiceBatch_UUstatic final String
Column name ControlAmtstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateDocstatic final String
Column name Descriptionstatic final String
Column name DocumentAmtstatic final String
Column name DocumentNostatic final String
Column name IsActivestatic final String
Column name IsSOTrxstatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name SalesRep_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=767static final String
TableName=C_InvoiceBatch -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Currency Type.int
Get Currency.int
Get Invoice Batch.Get C_InvoiceBatch_UUGet Control Amount.Get Created.int
Get Created By.Get Document Date.Get Description.Get Document Amt.Get Document No.int
Get Sales Representative.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.boolean
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 Details
-
Table_Name
TableName=C_InvoiceBatch- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=767- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_InvoiceBatch_ID
Column name C_InvoiceBatch_ID- See Also:
-
COLUMNNAME_C_InvoiceBatch_UU
Column name C_InvoiceBatch_UU- See Also:
-
COLUMNNAME_ControlAmt
Column name ControlAmt- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateDoc
Column name DateDoc- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocumentAmt
Column name DocumentAmt- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
- 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
Set C_InvoiceBatch_UU -
getC_InvoiceBatch_UU
String getC_InvoiceBatch_UU()Get C_InvoiceBatch_UU -
setControlAmt
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
Set Document Date. Date of the Document -
getDateDoc
Timestamp getDateDoc()Get Document Date. Date of the Document -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocumentAmt
Set Document Amt. Document Amount -
getDocumentAmt
BigDecimal getDocumentAmt()Get Document Amt. Document Amount -
setDocumentNo
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
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-