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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Amtstatic final String
Column name C_InvoiceSchedule_IDstatic final String
Column name C_InvoiceSchedule_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name EvenInvoiceWeekstatic final String
Column name InvoiceDaystatic final String
Column name InvoiceDayCutoffstatic final String
Column name InvoiceFrequencystatic final String
Column name InvoiceWeekDaystatic final String
Column name InvoiceWeekDayCutoffstatic final String
Column name IsActivestatic final String
Column name IsAmountstatic final String
Column name IsDefaultstatic final String
Column name Namestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=257static final String
TableName=C_InvoiceSchedule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.getAmt()
Get Amount.int
Get Invoice Schedule.Get C_InvoiceSchedule_UUGet Created.int
Get Created By.Get Description.int
Get Invoice Day.int
Get Invoice day cut-off.Get Invoice Frequency.Get Invoice Week Day.Get Invoice weekday cutoff.getName()
Get Name.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
isAmount()
Get Amount Limit.boolean
Get Default.boolean
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
Set Name.
-
Field Details
-
Table_Name
TableName=C_InvoiceSchedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=257- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Amt
Column name Amt- See Also:
-
COLUMNNAME_C_InvoiceSchedule_ID
Column name C_InvoiceSchedule_ID- See Also:
-
COLUMNNAME_C_InvoiceSchedule_UU
Column name C_InvoiceSchedule_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EvenInvoiceWeek
Column name EvenInvoiceWeek- See Also:
-
COLUMNNAME_InvoiceDay
Column name InvoiceDay- See Also:
-
COLUMNNAME_InvoiceDayCutoff
Column name InvoiceDayCutoff- See Also:
-
COLUMNNAME_InvoiceFrequency
Column name InvoiceFrequency- See Also:
-
COLUMNNAME_InvoiceWeekDay
Column name InvoiceWeekDay- See Also:
-
COLUMNNAME_InvoiceWeekDayCutoff
Column name InvoiceWeekDayCutoff- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAmount
Column name IsAmount- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAmt
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
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
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
Set Invoice Frequency. How often invoices will be generated -
getInvoiceFrequency
String getInvoiceFrequency()Get Invoice Frequency. How often invoices will be generated -
setInvoiceWeekDay
Set Invoice Week Day. Day to generate invoices -
getInvoiceWeekDay
String getInvoiceWeekDay()Get Invoice Week Day. Day to generate invoices -
setInvoiceWeekDayCutoff
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
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
-