Adempiere 3.5.2a

org.compiere.model
Interface I_C_PaySelection

All Known Implementing Classes:
MPaySelection, X_C_PaySelection

public interface I_C_PaySelection

Generated Interface for C_PaySelection

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_PaySelection_ID
          Column name C_PaySelection_ID
static String COLUMNNAME_CreateFrom
          Column name CreateFrom
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsApproved
          Column name IsApproved
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PayDate
          Column name PayDate
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_TotalAmt
          Column name TotalAmt
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=426
static String Table_Name
          TableName=C_PaySelection
 
Method Summary
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_PaySelection_ID()
          Get Payment Selection.
 String getCreateFrom()
          Get Create lines from.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 Timestamp getPayDate()
          Get Payment date.
 BigDecimal getTotalAmt()
          Get Total Amount.
 boolean isApproved()
          Get Approved.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_PaySelection_ID(int C_PaySelection_ID)
          Set Payment Selection.
 void setCreateFrom(String CreateFrom)
          Set Create lines from.
 void setDescription(String Description)
          Set Description.
 void setIsApproved(boolean IsApproved)
          Set Approved.
 void setName(String Name)
          Set Name.
 void setPayDate(Timestamp PayDate)
          Set Payment date.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setTotalAmt(BigDecimal TotalAmt)
          Set Total Amount.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_PaySelection

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=426


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_BankAccount_ID

static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID

See Also:
Constant Field Values

COLUMNNAME_C_PaySelection_ID

static final String COLUMNNAME_C_PaySelection_ID
Column name C_PaySelection_ID

See Also:
Constant Field Values

COLUMNNAME_CreateFrom

static final String COLUMNNAME_CreateFrom
Column name CreateFrom

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsApproved

static final String COLUMNNAME_IsApproved
Column name IsApproved

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PayDate

static final String COLUMNNAME_PayDate
Column name PayDate

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_TotalAmt

static final String COLUMNNAME_TotalAmt
Column name TotalAmt

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

setC_PaySelection_ID

void setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. Payment Selection


getC_PaySelection_ID

int getC_PaySelection_ID()
Get Payment Selection. Payment Selection


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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsApproved

void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval


isApproved

boolean isApproved()
Get Approved. Indicates if this document requires approval


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPayDate

void setPayDate(Timestamp PayDate)
Set Payment date. Date Payment made


getPayDate

Timestamp getPayDate()
Get Payment date. Date Payment made


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


setTotalAmt

void setTotalAmt(BigDecimal TotalAmt)
Set Total Amount. Total Amount


getTotalAmt

BigDecimal getTotalAmt()
Get Total Amount. Total Amount


Adempiere 3.5.2a

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