Package org.compiere.model
Interface I_C_InvoiceSchedule
-
- All Known Implementing Classes:
MInvoiceSchedule,X_C_InvoiceSchedule
public interface I_C_InvoiceScheduleGenerated Interface for C_InvoiceSchedule- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AmtColumn name Amtstatic StringCOLUMNNAME_C_InvoiceSchedule_IDColumn name C_InvoiceSchedule_IDstatic StringCOLUMNNAME_C_InvoiceSchedule_UUColumn name C_InvoiceSchedule_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EvenInvoiceWeekColumn name EvenInvoiceWeekstatic StringCOLUMNNAME_InvoiceDayColumn name InvoiceDaystatic StringCOLUMNNAME_InvoiceDayCutoffColumn name InvoiceDayCutoffstatic StringCOLUMNNAME_InvoiceFrequencyColumn name InvoiceFrequencystatic StringCOLUMNNAME_InvoiceWeekDayColumn name InvoiceWeekDaystatic StringCOLUMNNAME_InvoiceWeekDayCutoffColumn name InvoiceWeekDayCutoffstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAmountColumn name IsAmountstatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=257static StringTable_NameTableName=C_InvoiceSchedule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmt()Get Amount.intgetC_InvoiceSchedule_ID()Get Invoice Schedule.StringgetC_InvoiceSchedule_UU()Get C_InvoiceSchedule_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.intgetInvoiceDay()Get Invoice Day.intgetInvoiceDayCutoff()Get Invoice day cut-off.StringgetInvoiceFrequency()Get Invoice Frequency.StringgetInvoiceWeekDay()Get Invoice Week Day.StringgetInvoiceWeekDayCutoff()Get Invoice weekday cutoff.StringgetName()Get Name.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisAmount()Get Amount Limit.booleanisDefault()Get Default.booleanisEvenInvoiceWeek()Get Invoice on even weeks.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmt(BigDecimal Amt)Set Amount.voidsetC_InvoiceSchedule_ID(int C_InvoiceSchedule_ID)Set Invoice Schedule.voidsetC_InvoiceSchedule_UU(String C_InvoiceSchedule_UU)Set C_InvoiceSchedule_UUvoidsetDescription(String Description)Set Description.voidsetEvenInvoiceWeek(boolean EvenInvoiceWeek)Set Invoice on even weeks.voidsetInvoiceDay(int InvoiceDay)Set Invoice Day.voidsetInvoiceDayCutoff(int InvoiceDayCutoff)Set Invoice day cut-off.voidsetInvoiceFrequency(String InvoiceFrequency)Set Invoice Frequency.voidsetInvoiceWeekDay(String InvoiceWeekDay)Set Invoice Week Day.voidsetInvoiceWeekDayCutoff(String InvoiceWeekDayCutoff)Set Invoice weekday cutoff.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAmount(boolean IsAmount)Set Amount Limit.voidsetIsDefault(boolean IsDefault)Set Default.voidsetName(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
-
-