Adempiere 3.5.2a

org.compiere.model
Class X_C_Recurring

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_Recurring
All Implemented Interfaces:
Serializable, Comparator, I_C_Recurring, I_Persistent, Evaluatee
Direct Known Subclasses:
MRecurring

public class X_C_Recurring
extends PO
implements I_C_Recurring, I_Persistent

Generated Model for C_Recurring

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
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
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
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_C_Recurring
accessLevel, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Order_ID, COLUMNNAME_C_Payment_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_Recurring_ID, COLUMNNAME_DateLastRun, COLUMNNAME_DateNextRun, COLUMNNAME_Description, COLUMNNAME_Frequency, COLUMNNAME_FrequencyType, COLUMNNAME_GL_JournalBatch_ID, COLUMNNAME_Help, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_RecurringType, COLUMNNAME_RunsMax, COLUMNNAME_RunsRemaining, Model, Table_ID, Table_Name
 
Constructor Summary
X_C_Recurring(Properties ctx, int C_Recurring_ID, String trxName)
          Standard Constructor
X_C_Recurring(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 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(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

FREQUENCYTYPE_AD_Reference_ID

public static final int FREQUENCYTYPE_AD_Reference_ID
FrequencyType AD_Reference_ID=283

See Also:
Constant Field Values

FREQUENCYTYPE_Daily

public static final String FREQUENCYTYPE_Daily
Daily = D

See Also:
Constant Field Values

FREQUENCYTYPE_Weekly

public static final String FREQUENCYTYPE_Weekly
Weekly = W

See Also:
Constant Field Values

FREQUENCYTYPE_Monthly

public static final String FREQUENCYTYPE_Monthly
Monthly = M

See Also:
Constant Field Values

FREQUENCYTYPE_Quarterly

public static final String FREQUENCYTYPE_Quarterly
Quarterly = Q

See Also:
Constant Field Values

RECURRINGTYPE_AD_Reference_ID

public static final int RECURRINGTYPE_AD_Reference_ID
RecurringType AD_Reference_ID=282

See Also:
Constant Field Values

RECURRINGTYPE_Invoice

public static final String RECURRINGTYPE_Invoice
Invoice = I

See Also:
Constant Field Values

RECURRINGTYPE_Order

public static final String RECURRINGTYPE_Order
Order = O

See Also:
Constant Field Values

RECURRINGTYPE_GLJournal

public static final String RECURRINGTYPE_GLJournal
GL Journal = G

See Also:
Constant Field Values

RECURRINGTYPE_Project

public static final String RECURRINGTYPE_Project
Project = J

See Also:
Constant Field Values
Constructor Detail

X_C_Recurring

public X_C_Recurring(Properties ctx,
                     int C_Recurring_ID,
                     String trxName)
Standard Constructor


X_C_Recurring

public X_C_Recurring(Properties ctx,
                     ResultSet rs,
                     String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
3 - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getC_Invoice

public I_C_Invoice getC_Invoice()
                         throws Exception
Specified by:
getC_Invoice in interface I_C_Recurring
Throws:
Exception

setC_Invoice_ID

public void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.

Specified by:
setC_Invoice_ID in interface I_C_Recurring
Parameters:
C_Invoice_ID - Invoice Identifier

getC_Invoice_ID

public int getC_Invoice_ID()
Get Invoice.

Specified by:
getC_Invoice_ID in interface I_C_Recurring
Returns:
Invoice Identifier

getC_Order

public I_C_Order getC_Order()
                     throws Exception
Specified by:
getC_Order in interface I_C_Recurring
Throws:
Exception

setC_Order_ID

public void setC_Order_ID(int C_Order_ID)
Set Order.

Specified by:
setC_Order_ID in interface I_C_Recurring
Parameters:
C_Order_ID - Order

getC_Order_ID

public int getC_Order_ID()
Get Order.

Specified by:
getC_Order_ID in interface I_C_Recurring
Returns:
Order

getC_Payment

public I_C_Payment getC_Payment()
                         throws Exception
Specified by:
getC_Payment in interface I_C_Recurring
Throws:
Exception

setC_Payment_ID

public void setC_Payment_ID(int C_Payment_ID)
Set Payment.

Specified by:
setC_Payment_ID in interface I_C_Recurring
Parameters:
C_Payment_ID - Payment identifier

getC_Payment_ID

public int getC_Payment_ID()
Get Payment.

Specified by:
getC_Payment_ID in interface I_C_Recurring
Returns:
Payment identifier

getC_Project

public I_C_Project getC_Project()
                         throws Exception
Specified by:
getC_Project in interface I_C_Recurring
Throws:
Exception

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

Specified by:
setC_Project_ID in interface I_C_Recurring
Parameters:
C_Project_ID - Financial Project

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_C_Recurring
Returns:
Financial Project

setC_Recurring_ID

public void setC_Recurring_ID(int C_Recurring_ID)
Set Recurring.

Specified by:
setC_Recurring_ID in interface I_C_Recurring
Parameters:
C_Recurring_ID - Recurring Document

getC_Recurring_ID

public int getC_Recurring_ID()
Get Recurring.

Specified by:
getC_Recurring_ID in interface I_C_Recurring
Returns:
Recurring Document

setDateLastRun

public void setDateLastRun(Timestamp DateLastRun)
Set Date last run.

Specified by:
setDateLastRun in interface I_C_Recurring
Parameters:
DateLastRun - Date the process was last run.

getDateLastRun

public Timestamp getDateLastRun()
Get Date last run.

Specified by:
getDateLastRun in interface I_C_Recurring
Returns:
Date the process was last run.

setDateNextRun

public void setDateNextRun(Timestamp DateNextRun)
Set Date next run.

Specified by:
setDateNextRun in interface I_C_Recurring
Parameters:
DateNextRun - Date the process will run next

getDateNextRun

public Timestamp getDateNextRun()
Get Date next run.

Specified by:
getDateNextRun in interface I_C_Recurring
Returns:
Date the process will run next

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_C_Recurring
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_C_Recurring
Returns:
Optional short description of the record

setFrequency

public void setFrequency(int Frequency)
Set Frequency.

Specified by:
setFrequency in interface I_C_Recurring
Parameters:
Frequency - Frequency of events

getFrequency

public int getFrequency()
Get Frequency.

Specified by:
getFrequency in interface I_C_Recurring
Returns:
Frequency of events

setFrequencyType

public void setFrequencyType(String FrequencyType)
Set Frequency Type.

Specified by:
setFrequencyType in interface I_C_Recurring
Parameters:
FrequencyType - Frequency of event

getFrequencyType

public String getFrequencyType()
Get Frequency Type.

Specified by:
getFrequencyType in interface I_C_Recurring
Returns:
Frequency of event

getGL_JournalBatch

public I_GL_JournalBatch getGL_JournalBatch()
                                     throws Exception
Specified by:
getGL_JournalBatch in interface I_C_Recurring
Throws:
Exception

setGL_JournalBatch_ID

public void setGL_JournalBatch_ID(int GL_JournalBatch_ID)
Set Journal Batch.

Specified by:
setGL_JournalBatch_ID in interface I_C_Recurring
Parameters:
GL_JournalBatch_ID - General Ledger Journal Batch

getGL_JournalBatch_ID

public int getGL_JournalBatch_ID()
Get Journal Batch.

Specified by:
getGL_JournalBatch_ID in interface I_C_Recurring
Returns:
General Ledger Journal Batch

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_C_Recurring
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_C_Recurring
Returns:
Comment or Hint

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_C_Recurring
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_C_Recurring
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_C_Recurring
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_C_Recurring
Returns:
Process Now

setRecurringType

public void setRecurringType(String RecurringType)
Set Recurring Type.

Specified by:
setRecurringType in interface I_C_Recurring
Parameters:
RecurringType - Type of Recurring Document

getRecurringType

public String getRecurringType()
Get Recurring Type.

Specified by:
getRecurringType in interface I_C_Recurring
Returns:
Type of Recurring Document

setRunsMax

public void setRunsMax(int RunsMax)
Set Maximum Runs.

Specified by:
setRunsMax in interface I_C_Recurring
Parameters:
RunsMax - Number of recurring runs

getRunsMax

public int getRunsMax()
Get Maximum Runs.

Specified by:
getRunsMax in interface I_C_Recurring
Returns:
Number of recurring runs

setRunsRemaining

public void setRunsRemaining(int RunsRemaining)
Set Remaining Runs.

Specified by:
setRunsRemaining in interface I_C_Recurring
Parameters:
RunsRemaining - Number of recurring runs remaining

getRunsRemaining

public int getRunsRemaining()
Get Remaining Runs.

Specified by:
getRunsRemaining in interface I_C_Recurring
Returns:
Number of recurring runs remaining

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.