Package org.compiere.model
Interface I_C_PaymentBatch
- All Known Implementing Classes:
MPaymentBatch
,X_C_PaymentBatch
public interface I_C_PaymentBatch
Generated Interface for C_PaymentBatch
- 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_PaymentBatch_IDstatic final String
Column name C_PaymentBatch_UUstatic final String
Column name C_PaymentProcessor_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DocumentNostatic final String
Column name IsActivestatic final String
Column name Namestatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name ProcessingDatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=411static final String
TableName=C_PaymentBatch -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Payment Batch.Get C_PaymentBatch_UUint
Get Payment Processor.Get Created.int
Get Created By.Get Document No.getName()
Get Name.Get Processing dateGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_PaymentBatch_ID
(int C_PaymentBatch_ID) Set Payment Batch.void
setC_PaymentBatch_UU
(String C_PaymentBatch_UU) Set C_PaymentBatch_UUvoid
setC_PaymentProcessor_ID
(int C_PaymentProcessor_ID) Set Payment Processor.void
setDocumentNo
(String DocumentNo) Set Document No.void
setIsActive
(boolean IsActive) Set Active.void
Set Name.void
setProcessed
(boolean Processed) Set Processed.void
setProcessing
(boolean Processing) Set Process Nowvoid
setProcessingDate
(Timestamp ProcessingDate) Set Processing date
-
Field Details
-
Table_Name
TableName=C_PaymentBatch- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=411- 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_PaymentBatch_ID
Column name C_PaymentBatch_ID- See Also:
-
COLUMNNAME_C_PaymentBatch_UU
Column name C_PaymentBatch_UU- See Also:
-
COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_ProcessingDate
Column name ProcessingDate- 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_PaymentBatch_ID
void setC_PaymentBatch_ID(int C_PaymentBatch_ID) Set Payment Batch. Payment batch for EFT -
getC_PaymentBatch_ID
int getC_PaymentBatch_ID()Get Payment Batch. Payment batch for EFT -
setC_PaymentBatch_UU
Set C_PaymentBatch_UU -
getC_PaymentBatch_UU
String getC_PaymentBatch_UU()Get C_PaymentBatch_UU -
setC_PaymentProcessor_ID
void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID) Set Payment Processor. Payment processor for electronic payments -
getC_PaymentProcessor_ID
int getC_PaymentProcessor_ID()Get Payment Processor. Payment processor for electronic payments -
getC_PaymentProcessor
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
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 -
setProcessingDate
Set Processing date -
getProcessingDate
Timestamp getProcessingDate()Get Processing date -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-