Package org.compiere.model
Interface I_C_DepositBatch
-
- All Known Implementing Classes:
MDepositBatch
,X_C_DepositBatch
public interface I_C_DepositBatch
Generated Interface for C_DepositBatch- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_IDstatic String
COLUMNNAME_C_DepositBatch_ID
Column name C_DepositBatch_IDstatic String
COLUMNNAME_C_DepositBatch_UU
Column name C_DepositBatch_UUstatic String
COLUMNNAME_C_DocType_ID
Column name C_DocType_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreateFrom
Column name CreateFromstatic String
COLUMNNAME_DateDeposit
Column name DateDepositstatic String
COLUMNNAME_DateDoc
Column name DateDocstatic String
COLUMNNAME_DepositAmt
Column name DepositAmtstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocStatus
Column name DocStatusstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200056static String
Table_Name
TableName=C_DepositBatch
-
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_BankAccount
getC_BankAccount()
int
getC_BankAccount_ID()
Get Bank Account.int
getC_DepositBatch_ID()
Get Deposit BatchString
getC_DepositBatch_UU()
Get C_DepositBatch_UUI_C_DocType
getC_DocType()
int
getC_DocType_ID()
Get Document Type.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getCreateFrom()
Get Create lines from.Timestamp
getDateDeposit()
Get Deposit DateTimestamp
getDateDoc()
Get Document Date.BigDecimal
getDepositAmt()
Get Deposit AmountString
getDescription()
Get Description.String
getDocStatus()
Get Document Status.String
getDocumentNo()
Get Document No.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account.void
setC_DepositBatch_ID(int C_DepositBatch_ID)
Set Deposit Batchvoid
setC_DepositBatch_UU(String C_DepositBatch_UU)
Set C_DepositBatch_UUvoid
setC_DocType_ID(int C_DocType_ID)
Set Document Type.void
setCreateFrom(String CreateFrom)
Set Create lines from.void
setDateDeposit(Timestamp DateDeposit)
Set Deposit Datevoid
setDateDoc(Timestamp DateDoc)
Set Document Date.void
setDepositAmt(BigDecimal DepositAmt)
Set Deposit Amountvoid
setDescription(String Description)
Set Description.void
setDocStatus(String DocStatus)
Set Document Status.void
setDocumentNo(String DocumentNo)
Set Document No.void
setIsActive(boolean IsActive)
Set Active.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(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
-
-