Adempiere 3.5.2a

org.compiere.model
Interface I_C_InvoiceSchedule

All Known Implementing Classes:
MInvoiceSchedule, X_C_InvoiceSchedule

public interface I_C_InvoiceSchedule

Generated Interface for C_InvoiceSchedule

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Amt
          Column name Amt
static String COLUMNNAME_C_InvoiceSchedule_ID
          Column name C_InvoiceSchedule_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EvenInvoiceWeek
          Column name EvenInvoiceWeek
static String COLUMNNAME_InvoiceDay
          Column name InvoiceDay
static String COLUMNNAME_InvoiceDayCutoff
          Column name InvoiceDayCutoff
static String COLUMNNAME_InvoiceFrequency
          Column name InvoiceFrequency
static String COLUMNNAME_InvoiceWeekDay
          Column name InvoiceWeekDay
static String COLUMNNAME_InvoiceWeekDayCutoff
          Column name InvoiceWeekDayCutoff
static String COLUMNNAME_IsAmount
          Column name IsAmount
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=257
static String Table_Name
          TableName=C_InvoiceSchedule
 
Method Summary
 BigDecimal getAmt()
          Get Amount.
 int getC_InvoiceSchedule_ID()
          Get Invoice Schedule.
 String getDescription()
          Get Description.
 int getInvoiceDay()
          Get Invoice Day.
 int getInvoiceDayCutoff()
          Get Invoice day cut-off.
 String getInvoiceFrequency()
          Get Invoice Frequency.
 String getInvoiceWeekDay()
          Get Invoice Week Day.
 String getInvoiceWeekDayCutoff()
          Get Invoice weekday cutoff.
 String getName()
          Get Name.
 boolean isAmount()
          Get Amount Limit.
 boolean isDefault()
          Get Default.
 boolean isEvenInvoiceWeek()
          Get Invoice on even weeks.
 void setAmt(BigDecimal Amt)
          Set Amount.
 void setC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)
          Set Invoice Schedule.
 void setDescription(String Description)
          Set Description.
 void setEvenInvoiceWeek(boolean EvenInvoiceWeek)
          Set Invoice on even weeks.
 void setInvoiceDay(int InvoiceDay)
          Set Invoice Day.
 void setInvoiceDayCutoff(int InvoiceDayCutoff)
          Set Invoice day cut-off.
 void setInvoiceFrequency(String InvoiceFrequency)
          Set Invoice Frequency.
 void setInvoiceWeekDay(String InvoiceWeekDay)
          Set Invoice Week Day.
 void setInvoiceWeekDayCutoff(String InvoiceWeekDayCutoff)
          Set Invoice weekday cutoff.
 void setIsAmount(boolean IsAmount)
          Set Amount Limit.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_InvoiceSchedule

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=257


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Amt

static final String COLUMNNAME_Amt
Column name Amt

See Also:
Constant Field Values

COLUMNNAME_C_InvoiceSchedule_ID

static final String COLUMNNAME_C_InvoiceSchedule_ID
Column name C_InvoiceSchedule_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EvenInvoiceWeek

static final String COLUMNNAME_EvenInvoiceWeek
Column name EvenInvoiceWeek

See Also:
Constant Field Values

COLUMNNAME_InvoiceDay

static final String COLUMNNAME_InvoiceDay
Column name InvoiceDay

See Also:
Constant Field Values

COLUMNNAME_InvoiceDayCutoff

static final String COLUMNNAME_InvoiceDayCutoff
Column name InvoiceDayCutoff

See Also:
Constant Field Values

COLUMNNAME_InvoiceFrequency

static final String COLUMNNAME_InvoiceFrequency
Column name InvoiceFrequency

See Also:
Constant Field Values

COLUMNNAME_InvoiceWeekDay

static final String COLUMNNAME_InvoiceWeekDay
Column name InvoiceWeekDay

See Also:
Constant Field Values

COLUMNNAME_InvoiceWeekDayCutoff

static final String COLUMNNAME_InvoiceWeekDayCutoff
Column name InvoiceWeekDayCutoff

See Also:
Constant Field Values

COLUMNNAME_IsAmount

static final String COLUMNNAME_IsAmount
Column name IsAmount

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAmt

void setAmt(BigDecimal Amt)
Set Amount. Amount


getAmt

BigDecimal getAmt()
Get Amount. Amount


setC_InvoiceSchedule_ID

void setC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)
Set Invoice Schedule. Schedule for generating Invoices


getC_InvoiceSchedule_ID

int getC_InvoiceSchedule_ID()
Get Invoice Schedule. Schedule for generating Invoices


setDescription

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


getDescription

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


setEvenInvoiceWeek

void setEvenInvoiceWeek(boolean EvenInvoiceWeek)
Set Invoice on even weeks. Send invoices on even weeks


isEvenInvoiceWeek

boolean isEvenInvoiceWeek()
Get Invoice on even weeks. Send invoices on even weeks


setInvoiceDay

void setInvoiceDay(int InvoiceDay)
Set Invoice Day. Day of Invoice Generation


getInvoiceDay

int getInvoiceDay()
Get Invoice Day. Day of Invoice Generation


setInvoiceDayCutoff

void setInvoiceDayCutoff(int InvoiceDayCutoff)
Set Invoice day cut-off. Last day for including shipments


getInvoiceDayCutoff

int getInvoiceDayCutoff()
Get Invoice day cut-off. Last day for including shipments


setInvoiceFrequency

void setInvoiceFrequency(String InvoiceFrequency)
Set Invoice Frequency. How often invoices will be generated


getInvoiceFrequency

String getInvoiceFrequency()
Get Invoice Frequency. How often invoices will be generated


setInvoiceWeekDay

void setInvoiceWeekDay(String InvoiceWeekDay)
Set Invoice Week Day. Day to generate invoices


getInvoiceWeekDay

String getInvoiceWeekDay()
Get Invoice Week Day. Day to generate invoices


setInvoiceWeekDayCutoff

void setInvoiceWeekDayCutoff(String InvoiceWeekDayCutoff)
Set Invoice weekday cutoff. Last day in the week for shipments to be included


getInvoiceWeekDayCutoff

String getInvoiceWeekDayCutoff()
Get Invoice weekday cutoff. Last day in the week for shipments to be included


setIsAmount

void setIsAmount(boolean IsAmount)
Set Amount Limit. Send invoices only if the amount exceeds the limit


isAmount

boolean isAmount()
Get Amount Limit. Send invoices only if the amount exceeds the limit


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setName

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


getName

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


Adempiere 3.5.2a

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