Adempiere 3.5.2a

org.compiere.model
Interface I_C_PaySelectionLine

All Known Implementing Classes:
MPaySelectionLine, X_C_PaySelectionLine

public interface I_C_PaySelectionLine

Generated Interface for C_PaySelectionLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_C_PaySelection_ID
          Column name C_PaySelection_ID
static String COLUMNNAME_C_PaySelectionCheck_ID
          Column name C_PaySelectionCheck_ID
static String COLUMNNAME_C_PaySelectionLine_ID
          Column name C_PaySelectionLine_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DifferenceAmt
          Column name DifferenceAmt
static String COLUMNNAME_DiscountAmt
          Column name DiscountAmt
static String COLUMNNAME_IsManual
          Column name IsManual
static String COLUMNNAME_IsSOTrx
          Column name IsSOTrx
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_OpenAmt
          Column name OpenAmt
static String COLUMNNAME_PayAmt
          Column name PayAmt
static String COLUMNNAME_PaymentRule
          Column name PaymentRule
static String COLUMNNAME_Processed
          Column name Processed
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=427
static String Table_Name
          TableName=C_PaySelectionLine
 
Method Summary
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_PaySelection_ID()
          Get Payment Selection.
 I_C_PaySelection getC_PaySelection()
           
 int getC_PaySelectionCheck_ID()
          Get Pay Selection Check.
 I_C_PaySelectionCheck getC_PaySelectionCheck()
           
 int getC_PaySelectionLine_ID()
          Get Payment Selection Line.
 String getDescription()
          Get Description.
 BigDecimal getDifferenceAmt()
          Get Difference.
 BigDecimal getDiscountAmt()
          Get Discount Amount.
 int getLine()
          Get Line No.
 BigDecimal getOpenAmt()
          Get Open Amount.
 BigDecimal getPayAmt()
          Get Payment amount.
 String getPaymentRule()
          Get Payment Rule.
 boolean isManual()
          Get Manual.
 boolean isProcessed()
          Get Processed.
 boolean isSOTrx()
          Get Sales Transaction.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_PaySelection_ID(int C_PaySelection_ID)
          Set Payment Selection.
 void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
          Set Pay Selection Check.
 void setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
          Set Payment Selection Line.
 void setDescription(String Description)
          Set Description.
 void setDifferenceAmt(BigDecimal DifferenceAmt)
          Set Difference.
 void setDiscountAmt(BigDecimal DiscountAmt)
          Set Discount Amount.
 void setIsManual(boolean IsManual)
          Set Manual.
 void setIsSOTrx(boolean IsSOTrx)
          Set Sales Transaction.
 void setLine(int Line)
          Set Line No.
 void setOpenAmt(BigDecimal OpenAmt)
          Set Open Amount.
 void setPayAmt(BigDecimal PayAmt)
          Set Payment amount.
 void setPaymentRule(String PaymentRule)
          Set Payment Rule.
 void setProcessed(boolean Processed)
          Set Processed.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_PaySelectionLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=427


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_C_Invoice_ID

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

COLUMNNAME_C_PaySelectionCheck_ID

static final String COLUMNNAME_C_PaySelectionCheck_ID
Column name C_PaySelectionCheck_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_C_PaySelectionLine_ID

static final String COLUMNNAME_C_PaySelectionLine_ID
Column name C_PaySelectionLine_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DifferenceAmt

static final String COLUMNNAME_DifferenceAmt
Column name DifferenceAmt

See Also:
Constant Field Values

COLUMNNAME_DiscountAmt

static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt

See Also:
Constant Field Values

COLUMNNAME_IsManual

static final String COLUMNNAME_IsManual
Column name IsManual

See Also:
Constant Field Values

COLUMNNAME_IsSOTrx

static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_OpenAmt

static final String COLUMNNAME_OpenAmt
Column name OpenAmt

See Also:
Constant Field Values

COLUMNNAME_PayAmt

static final String COLUMNNAME_PayAmt
Column name PayAmt

See Also:
Constant Field Values

COLUMNNAME_PaymentRule

static final String COLUMNNAME_PaymentRule
Column name PaymentRule

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values
Method Detail

setC_Invoice_ID

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

setC_PaySelectionCheck_ID

void setC_PaySelectionCheck_ID(int C_PaySelectionCheck_ID)
Set Pay Selection Check. Payment Selection Check


getC_PaySelectionCheck_ID

int getC_PaySelectionCheck_ID()
Get Pay Selection Check. Payment Selection Check


getC_PaySelectionCheck

I_C_PaySelectionCheck getC_PaySelectionCheck()
                                             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


getC_PaySelection

I_C_PaySelection getC_PaySelection()
                                   throws Exception
Throws:
Exception

setC_PaySelectionLine_ID

void setC_PaySelectionLine_ID(int C_PaySelectionLine_ID)
Set Payment Selection Line. Payment Selection Line


getC_PaySelectionLine_ID

int getC_PaySelectionLine_ID()
Get Payment Selection Line. Payment Selection Line


setDescription

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


getDescription

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


setDifferenceAmt

void setDifferenceAmt(BigDecimal DifferenceAmt)
Set Difference. Difference Amount


getDifferenceAmt

BigDecimal getDifferenceAmt()
Get Difference. Difference Amount


setDiscountAmt

void setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. Calculated amount of discount


getDiscountAmt

BigDecimal getDiscountAmt()
Get Discount Amount. Calculated amount of discount


setIsManual

void setIsManual(boolean IsManual)
Set Manual. This is a manual process


isManual

boolean isManual()
Get Manual. This is a manual process


setIsSOTrx

void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction


isSOTrx

boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setOpenAmt

void setOpenAmt(BigDecimal OpenAmt)
Set Open Amount. Open item amount


getOpenAmt

BigDecimal getOpenAmt()
Get Open Amount. Open item amount


setPayAmt

void setPayAmt(BigDecimal PayAmt)
Set Payment amount. Amount being paid


getPayAmt

BigDecimal getPayAmt()
Get Payment amount. Amount being paid


setPaymentRule

void setPaymentRule(String PaymentRule)
Set Payment Rule. How you pay the invoice


getPaymentRule

String getPaymentRule()
Get Payment Rule. How you pay the invoice


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


Adempiere 3.5.2a

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