Package org.compiere.model
Interface I_C_DepositBatch
-
- All Known Implementing Classes:
MDepositBatch,X_C_DepositBatch
public interface I_C_DepositBatchGenerated Interface for C_DepositBatch- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_BankAccount_IDColumn name C_BankAccount_IDstatic StringCOLUMNNAME_C_DepositBatch_IDColumn name C_DepositBatch_IDstatic StringCOLUMNNAME_C_DepositBatch_UUColumn name C_DepositBatch_UUstatic StringCOLUMNNAME_C_DocType_IDColumn name C_DocType_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CreateFromColumn name CreateFromstatic StringCOLUMNNAME_DateDepositColumn name DateDepositstatic StringCOLUMNNAME_DateDocColumn name DateDocstatic StringCOLUMNNAME_DepositAmtColumn name DepositAmtstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocStatusColumn name DocStatusstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200056static StringTable_NameTableName=C_DepositBatch
-
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_BankAccountgetC_BankAccount()intgetC_BankAccount_ID()Get Bank Account.intgetC_DepositBatch_ID()Get Deposit BatchStringgetC_DepositBatch_UU()Get C_DepositBatch_UUI_C_DocTypegetC_DocType()intgetC_DocType_ID()Get Document Type.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCreateFrom()Get Create lines from.TimestampgetDateDeposit()Get Deposit DateTimestampgetDateDoc()Get Document Date.BigDecimalgetDepositAmt()Get Deposit AmountStringgetDescription()Get Description.StringgetDocStatus()Get Document Status.StringgetDocumentNo()Get Document No.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_BankAccount_ID(int C_BankAccount_ID)Set Bank Account.voidsetC_DepositBatch_ID(int C_DepositBatch_ID)Set Deposit BatchvoidsetC_DepositBatch_UU(String C_DepositBatch_UU)Set C_DepositBatch_UUvoidsetC_DocType_ID(int C_DocType_ID)Set Document Type.voidsetCreateFrom(String CreateFrom)Set Create lines from.voidsetDateDeposit(Timestamp DateDeposit)Set Deposit DatevoidsetDateDoc(Timestamp DateDoc)Set Document Date.voidsetDepositAmt(BigDecimal DepositAmt)Set Deposit AmountvoidsetDescription(String Description)Set Description.voidsetDocStatus(String DocStatus)Set Document Status.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetIsActive(boolean IsActive)Set Active.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_DepositBatch- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200056- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_BankAccount_ID
static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DepositBatch_ID
static final String COLUMNNAME_C_DepositBatch_ID
Column name C_DepositBatch_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DepositBatch_UU
static final String COLUMNNAME_C_DepositBatch_UU
Column name C_DepositBatch_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- 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_CreateFrom
static final String COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_DateDeposit
static final String COLUMNNAME_DateDeposit
Column name DateDeposit- See Also:
- Constant Field Values
-
COLUMNNAME_DateDoc
static final String COLUMNNAME_DateDoc
Column name DateDoc- See Also:
- Constant Field Values
-
COLUMNNAME_DepositAmt
static final String COLUMNNAME_DepositAmt
Column name DepositAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocStatus
static final String COLUMNNAME_DocStatus
Column name DocStatus- 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_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_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_BankAccount_ID
void setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. Account at the Bank
-
getC_BankAccount_ID
int getC_BankAccount_ID()
Get Bank Account. Account at the Bank
-
getC_BankAccount
I_C_BankAccount getC_BankAccount() throws RuntimeException
- Throws:
RuntimeException
-
setC_DepositBatch_ID
void setC_DepositBatch_ID(int C_DepositBatch_ID)
Set Deposit Batch
-
getC_DepositBatch_ID
int getC_DepositBatch_ID()
Get Deposit Batch
-
setC_DepositBatch_UU
void setC_DepositBatch_UU(String C_DepositBatch_UU)
Set C_DepositBatch_UU
-
getC_DepositBatch_UU
String getC_DepositBatch_UU()
Get C_DepositBatch_UU
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules
-
getC_DocType_ID
int getC_DocType_ID()
Get Document Type. Document type or rules
-
getC_DocType
I_C_DocType getC_DocType() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreateFrom
void setCreateFrom(String CreateFrom)
Set Create lines from. Process which will generate a new document lines based on an existing document
-
getCreateFrom
String getCreateFrom()
Get Create lines from. Process which will generate a new document lines based on an existing document
-
setDateDeposit
void setDateDeposit(Timestamp DateDeposit)
Set Deposit Date
-
getDateDeposit
Timestamp getDateDeposit()
Get Deposit Date
-
setDateDoc
void setDateDoc(Timestamp DateDoc)
Set Document Date. Date of the Document
-
getDateDoc
Timestamp getDateDoc()
Get Document Date. Date of the Document
-
setDepositAmt
void setDepositAmt(BigDecimal DepositAmt)
Set Deposit Amount
-
getDepositAmt
BigDecimal getDepositAmt()
Get Deposit Amount
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocStatus
void setDocStatus(String DocStatus)
Set Document Status. The current status of the document
-
getDocStatus
String getDocStatus()
Get Document Status. The current status of the document
-
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
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-