|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_Recurring
public class X_C_Recurring
Generated Model for C_Recurring
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
FREQUENCYTYPE_AD_Reference_ID
FrequencyType AD_Reference_ID=283 |
static String |
FREQUENCYTYPE_Daily
Daily = D |
static String |
FREQUENCYTYPE_Monthly
Monthly = M |
static String |
FREQUENCYTYPE_Quarterly
Quarterly = Q |
static String |
FREQUENCYTYPE_Weekly
Weekly = W |
protected static KeyNamePair |
Model
|
static int |
RECURRINGTYPE_AD_Reference_ID
RecurringType AD_Reference_ID=282 |
static String |
RECURRINGTYPE_GLJournal
GL Journal = G |
static String |
RECURRINGTYPE_Invoice
Invoice = I |
static String |
RECURRINGTYPE_Order
Order = O |
static String |
RECURRINGTYPE_Project
Project = J |
static int |
Table_ID
AD_Table_ID=574 |
static String |
Table_Name
TableName=C_Recurring |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_Recurring(Ctx ctx,
int C_Recurring_ID,
String trxName)
Standard Constructor |
|
X_C_Recurring(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Invoice_ID()
Get Invoice. |
int |
getC_Order_ID()
Get Order. |
int |
getC_Payment_ID()
Get Payment. |
int |
getC_Project_ID()
Get 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. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getRecurringType()
Get Recurring Type. |
int |
getRunsMax()
Get Maximum Runs. |
int |
getRunsRemaining()
Get Remaining Runs. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isFrequencyTypeValid(String test)
Is test a valid value. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isRecurringTypeValid(String test)
Is test a valid value. |
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. |
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. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int FREQUENCYTYPE_AD_Reference_ID
public static final String FREQUENCYTYPE_Daily
public static final String FREQUENCYTYPE_Monthly
public static final String FREQUENCYTYPE_Quarterly
public static final String FREQUENCYTYPE_Weekly
public static final int RECURRINGTYPE_AD_Reference_ID
public static final String RECURRINGTYPE_GLJournal
public static final String RECURRINGTYPE_Invoice
public static final String RECURRINGTYPE_Project
public static final String RECURRINGTYPE_Order
| Constructor Detail |
|---|
public X_C_Recurring(Ctx ctx,
int C_Recurring_ID,
String trxName)
ctx - contextC_Recurring_ID - idtrxName - transaction
public X_C_Recurring(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_Invoice_ID(int C_Invoice_ID)
C_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
public void setC_Order_ID(int C_Order_ID)
C_Order_ID - Orderpublic int getC_Order_ID()
public void setC_Payment_ID(int C_Payment_ID)
C_Payment_ID - Payment identifierpublic int getC_Payment_ID()
public void setC_Project_ID(int C_Project_ID)
C_Project_ID - Financial Projectpublic int getC_Project_ID()
public void setC_Recurring_ID(int C_Recurring_ID)
C_Recurring_ID - Recurring Documentpublic int getC_Recurring_ID()
public void setDateLastRun(Timestamp DateLastRun)
DateLastRun - Date the process was last run.public Timestamp getDateLastRun()
public void setDateNextRun(Timestamp DateNextRun)
DateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setFrequency(int Frequency)
Frequency - Frequency of eventspublic int getFrequency()
public boolean isFrequencyTypeValid(String test)
test - testvalue
public void setFrequencyType(String FrequencyType)
FrequencyType - Frequency of eventpublic String getFrequencyType()
public void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
GL_JournalBatch_ID - General Ledger Journal Batchpublic int getGL_JournalBatch_ID()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public boolean isRecurringTypeValid(String test)
test - testvalue
public void setRecurringType(String RecurringType)
RecurringType - Type of Recurring Documentpublic String getRecurringType()
public void setRunsMax(int RunsMax)
RunsMax - Number of recurring runspublic int getRunsMax()
public void setRunsRemaining(int RunsRemaining)
RunsRemaining - Number of recurring runs remainingpublic int getRunsRemaining()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||