Package org.compiere.model
Interface I_C_InvoiceBatch
-
- All Known Implementing Classes:
MInvoiceBatch,X_C_InvoiceBatch
public interface I_C_InvoiceBatchGenerated Interface for C_InvoiceBatch- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_ConversionType_IDColumn name C_ConversionType_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_InvoiceBatch_IDColumn name C_InvoiceBatch_IDstatic StringCOLUMNNAME_C_InvoiceBatch_UUColumn name C_InvoiceBatch_UUstatic StringCOLUMNNAME_ControlAmtColumn name ControlAmtstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateDocColumn name DateDocstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocumentAmtColumn name DocumentAmtstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_SalesRep_IDColumn name SalesRep_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=767static StringTable_NameTableName=C_InvoiceBatch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_ConversionTypegetC_ConversionType()intgetC_ConversionType_ID()Get Currency Type.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.intgetC_InvoiceBatch_ID()Get Invoice Batch.StringgetC_InvoiceBatch_UU()Get C_InvoiceBatch_UUBigDecimalgetControlAmt()Get Control Amount.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateDoc()Get Document Date.StringgetDescription()Get Description.BigDecimalgetDocumentAmt()Get Document Amt.StringgetDocumentNo()Get Document No.I_AD_UsergetSalesRep()intgetSalesRep_ID()Get Sales Representative.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowbooleanisSOTrx()Get Sales Transaction.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_ConversionType_ID(int C_ConversionType_ID)Set Currency Type.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_InvoiceBatch_ID(int C_InvoiceBatch_ID)Set Invoice Batch.voidsetC_InvoiceBatch_UU(String C_InvoiceBatch_UU)Set C_InvoiceBatch_UUvoidsetControlAmt(BigDecimal ControlAmt)Set Control Amount.voidsetDateDoc(Timestamp DateDoc)Set Document Date.voidsetDescription(String Description)Set Description.voidsetDocumentAmt(BigDecimal DocumentAmt)Set Document Amt.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetSalesRep_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
-
-