|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_Recurring
Generated Interface for C_Recurring
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID |
static String |
COLUMNNAME_C_Order_ID
Column name C_Order_ID |
static String |
COLUMNNAME_C_Payment_ID
Column name C_Payment_ID |
static String |
COLUMNNAME_C_Project_ID
Column name C_Project_ID |
static String |
COLUMNNAME_C_Recurring_ID
Column name C_Recurring_ID |
static String |
COLUMNNAME_DateLastRun
Column name DateLastRun |
static String |
COLUMNNAME_DateNextRun
Column name DateNextRun |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_Frequency
Column name Frequency |
static String |
COLUMNNAME_FrequencyType
Column name FrequencyType |
static String |
COLUMNNAME_GL_JournalBatch_ID
Column name GL_JournalBatch_ID |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_Processing
Column name Processing |
static String |
COLUMNNAME_RecurringType
Column name RecurringType |
static String |
COLUMNNAME_RunsMax
Column name RunsMax |
static String |
COLUMNNAME_RunsRemaining
Column name RunsRemaining |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=574 |
static String |
Table_Name
TableName=C_Recurring |
| Method Summary | |
|---|---|
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_Order_ID()
Get Order. |
I_C_Order |
getC_Order()
|
int |
getC_Payment_ID()
Get Payment. |
I_C_Payment |
getC_Payment()
|
int |
getC_Project_ID()
Get Project. |
I_C_Project |
getC_Project()
|
int |
getC_Recurring_ID()
Get Recurring. |
Timestamp |
getDateLastRun()
Get Date last run. |
Timestamp |
getDateNextRun()
Get Date next run. |
String |
getDescription()
Get Description. |
int |
getFrequency()
Get Frequency. |
String |
getFrequencyType()
Get Frequency Type. |
int |
getGL_JournalBatch_ID()
Get Journal Batch. |
I_GL_JournalBatch |
getGL_JournalBatch()
|
String |
getHelp()
Get Comment/Help. |
String |
getName()
Get Name. |
String |
getRecurringType()
Get Recurring Type. |
int |
getRunsMax()
Get Maximum Runs. |
int |
getRunsRemaining()
Get Remaining Runs. |
boolean |
isProcessing()
Get Process Now |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_Order_ID(int C_Order_ID)
Set Order. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setC_Project_ID(int C_Project_ID)
Set Project. |
void |
setC_Recurring_ID(int C_Recurring_ID)
Set Recurring. |
void |
setDateLastRun(Timestamp DateLastRun)
Set Date last run. |
void |
setDateNextRun(Timestamp DateNextRun)
Set Date next run. |
void |
setDescription(String Description)
Set Description. |
void |
setFrequency(int Frequency)
Set Frequency. |
void |
setFrequencyType(String FrequencyType)
Set Frequency Type. |
void |
setGL_JournalBatch_ID(int GL_JournalBatch_ID)
Set Journal Batch. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now |
void |
setRecurringType(String RecurringType)
Set Recurring Type. |
void |
setRunsMax(int RunsMax)
Set Maximum Runs. |
void |
setRunsRemaining(int RunsRemaining)
Set Remaining Runs. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Order_ID
static final String COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_Recurring_ID
static final String COLUMNNAME_DateLastRun
static final String COLUMNNAME_DateNextRun
static final String COLUMNNAME_Description
static final String COLUMNNAME_Frequency
static final String COLUMNNAME_FrequencyType
static final String COLUMNNAME_GL_JournalBatch_ID
static final String COLUMNNAME_Help
static final String COLUMNNAME_Name
static final String COLUMNNAME_Processing
static final String COLUMNNAME_RecurringType
static final String COLUMNNAME_RunsMax
static final String COLUMNNAME_RunsRemaining
| Method Detail |
|---|
void setC_Invoice_ID(int C_Invoice_ID)
int getC_Invoice_ID()
I_C_Invoice getC_Invoice()
throws Exception
Exceptionvoid setC_Order_ID(int C_Order_ID)
int getC_Order_ID()
I_C_Order getC_Order()
throws Exception
Exceptionvoid setC_Payment_ID(int C_Payment_ID)
int getC_Payment_ID()
I_C_Payment getC_Payment()
throws Exception
Exceptionvoid setC_Project_ID(int C_Project_ID)
int getC_Project_ID()
I_C_Project getC_Project()
throws Exception
Exceptionvoid setC_Recurring_ID(int C_Recurring_ID)
int getC_Recurring_ID()
void setDateLastRun(Timestamp DateLastRun)
Timestamp getDateLastRun()
void setDateNextRun(Timestamp DateNextRun)
Timestamp getDateNextRun()
void setDescription(String Description)
String getDescription()
void setFrequency(int Frequency)
int getFrequency()
void setFrequencyType(String FrequencyType)
String getFrequencyType()
void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
int getGL_JournalBatch_ID()
I_GL_JournalBatch getGL_JournalBatch()
throws Exception
Exceptionvoid setHelp(String Help)
String getHelp()
void setName(String Name)
String getName()
void setProcessing(boolean Processing)
boolean isProcessing()
void setRecurringType(String RecurringType)
String getRecurringType()
void setRunsMax(int RunsMax)
int getRunsMax()
void setRunsRemaining(int RunsRemaining)
int getRunsRemaining()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||