Adempiere 3.5.2a

org.compiere.model
Interface I_C_InvoicePaySchedule

All Known Implementing Classes:
MInvoicePaySchedule, X_C_InvoicePaySchedule

public interface I_C_InvoicePaySchedule

Generated Interface for C_InvoicePaySchedule

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_InvoicePaySchedule_ID
          Column name C_InvoicePaySchedule_ID
static String COLUMNNAME_C_PaySchedule_ID
          Column name C_PaySchedule_ID
static String COLUMNNAME_DiscountAmt
          Column name DiscountAmt
static String COLUMNNAME_DiscountDate
          Column name DiscountDate
static String COLUMNNAME_DueAmt
          Column name DueAmt
static String COLUMNNAME_DueDate
          Column name DueDate
static String COLUMNNAME_IsValid
          Column name IsValid
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=551
static String Table_Name
          TableName=C_InvoicePaySchedule
 
Method Summary
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_InvoicePaySchedule_ID()
          Get Invoice Payment Schedule.
 int getC_PaySchedule_ID()
          Get Payment Schedule.
 I_C_PaySchedule getC_PaySchedule()
           
 BigDecimal getDiscountAmt()
          Get Discount Amount.
 Timestamp getDiscountDate()
          Get Discount Date.
 BigDecimal getDueAmt()
          Get Amount due.
 Timestamp getDueDate()
          Get Due Date.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 boolean isValid()
          Get Valid.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
          Set Invoice Payment Schedule.
 void setC_PaySchedule_ID(int C_PaySchedule_ID)
          Set Payment Schedule.
 void setDiscountAmt(BigDecimal DiscountAmt)
          Set Discount Amount.
 void setDiscountDate(Timestamp DiscountDate)
          Set Discount Date.
 void setDueAmt(BigDecimal DueAmt)
          Set Amount due.
 void setDueDate(Timestamp DueDate)
          Set Due Date.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_InvoicePaySchedule

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=551


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_InvoicePaySchedule_ID

static final String COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID

See Also:
Constant Field Values

COLUMNNAME_C_PaySchedule_ID

static final String COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_ID

See Also:
Constant Field Values

COLUMNNAME_DiscountAmt

static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt

See Also:
Constant Field Values

COLUMNNAME_DiscountDate

static final String COLUMNNAME_DiscountDate
Column name DiscountDate

See Also:
Constant Field Values

COLUMNNAME_DueAmt

static final String COLUMNNAME_DueAmt
Column name DueAmt

See Also:
Constant Field Values

COLUMNNAME_DueDate

static final String COLUMNNAME_DueDate
Column name DueDate

See Also:
Constant Field Values

COLUMNNAME_IsValid

static final String COLUMNNAME_IsValid
Column name IsValid

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

void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID)
Set Invoice Payment Schedule. Invoice Payment Schedule


getC_InvoicePaySchedule_ID

int getC_InvoicePaySchedule_ID()
Get Invoice Payment Schedule. Invoice Payment Schedule


setC_PaySchedule_ID

void setC_PaySchedule_ID(int C_PaySchedule_ID)
Set Payment Schedule. Payment Schedule Template


getC_PaySchedule_ID

int getC_PaySchedule_ID()
Get Payment Schedule. Payment Schedule Template


getC_PaySchedule

I_C_PaySchedule getC_PaySchedule()
                                 throws Exception
Throws:
Exception

setDiscountAmt

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


getDiscountAmt

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


setDiscountDate

void setDiscountDate(Timestamp DiscountDate)
Set Discount Date. Last Date for payments with discount


getDiscountDate

Timestamp getDiscountDate()
Get Discount Date. Last Date for payments with discount


setDueAmt

void setDueAmt(BigDecimal DueAmt)
Set Amount due. Amount of the payment due


getDueAmt

BigDecimal getDueAmt()
Get Amount due. Amount of the payment due


setDueDate

void setDueDate(Timestamp DueDate)
Set Due Date. Date when the payment is due


getDueDate

Timestamp getDueDate()
Get Due Date. Date when the payment is due


setIsValid

void setIsValid(boolean IsValid)
Set Valid. Element is valid


isValid

boolean isValid()
Get Valid. Element is valid


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


Adempiere 3.5.2a

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