Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Amt
Column name Amtstatic String
COLUMNNAME_C_InvoiceSchedule_ID
Column name C_InvoiceSchedule_IDstatic String
COLUMNNAME_C_InvoiceSchedule_UU
Column name C_InvoiceSchedule_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EvenInvoiceWeek
Column name EvenInvoiceWeekstatic String
COLUMNNAME_InvoiceDay
Column name InvoiceDaystatic String
COLUMNNAME_InvoiceDayCutoff
Column name InvoiceDayCutoffstatic String
COLUMNNAME_InvoiceFrequency
Column name InvoiceFrequencystatic String
COLUMNNAME_InvoiceWeekDay
Column name InvoiceWeekDaystatic String
COLUMNNAME_InvoiceWeekDayCutoff
Column name InvoiceWeekDayCutoffstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAmount
Column name IsAmountstatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=257static String
Table_Name
TableName=C_InvoiceSchedule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getAmt()
Get Amount.int
getC_InvoiceSchedule_ID()
Get Invoice Schedule.String
getC_InvoiceSchedule_UU()
Get C_InvoiceSchedule_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isAmount()
Get Amount Limit.boolean
isDefault()
Get Default.boolean
isEvenInvoiceWeek()
Get Invoice on even weeks.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAmt(BigDecimal Amt)
Set Amount.void
setC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)
Set Invoice Schedule.void
setC_InvoiceSchedule_UU(String C_InvoiceSchedule_UU)
Set C_InvoiceSchedule_UUvoid
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
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_C_InvoiceSchedule_UU
static final String COLUMNNAME_C_InvoiceSchedule_UU
Column name C_InvoiceSchedule_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
-
setC_InvoiceSchedule_UU
void setC_InvoiceSchedule_UU(String C_InvoiceSchedule_UU)
Set C_InvoiceSchedule_UU
-
getC_InvoiceSchedule_UU
String getC_InvoiceSchedule_UU()
Get C_InvoiceSchedule_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-