Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_PaymentBatch_ID
          Column name C_PaymentBatch_ID
static String COLUMNNAME_C_PaymentProcessor_ID
          Column name C_PaymentProcessor_ID
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ProcessingDate
          Column name ProcessingDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=411
static String Table_Name
          TableName=C_PaymentBatch
 
Method Summary
 int getC_PaymentBatch_ID()
          Get Payment Batch.
 int getC_PaymentProcessor_ID()
          Get Payment Processor.
 I_C_PaymentProcessor getC_PaymentProcessor()
           
 String getDocumentNo()
          Get Document No.
 String getName()
          Get Name.
 Timestamp getProcessingDate()
          Get Processing date
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_PaymentBatch_ID(int C_PaymentBatch_ID)
          Set Payment Batch.
 void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
          Set Payment Processor.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setName(String Name)
          Set Name.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setProcessingDate(Timestamp ProcessingDate)
          Set Processing date
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_PaymentBatch

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=411


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_PaymentBatch_ID

static final String COLUMNNAME_C_PaymentBatch_ID
Column name C_PaymentBatch_ID

See Also:
Constant Field Values

COLUMNNAME_C_PaymentProcessor_ID

static final String COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_ID

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

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_ProcessingDate

static final String COLUMNNAME_ProcessingDate
Column name ProcessingDate

See Also:
Constant Field Values
Method Detail

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_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

I_C_PaymentProcessor getC_PaymentProcessor()
                                           throws Exception
Throws:
Exception

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


setName

void setName(String Name)
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

void setProcessingDate(Timestamp ProcessingDate)
Set Processing date


getProcessingDate

Timestamp getProcessingDate()
Get Processing date


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.