|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_AlertProcessor
public class X_AD_AlertProcessor
Generated Model for AD_AlertProcessor
| Field Summary | |
|---|---|
static int |
FREQUENCYTYPE_AD_Reference_ID
FrequencyType AD_Reference_ID=221 |
static String |
FREQUENCYTYPE_Day
Day = D |
static String |
FREQUENCYTYPE_Hour
Hour = H |
static String |
FREQUENCYTYPE_Minute
Minute = M |
static int |
SUPERVISOR_ID_AD_Reference_ID
Supervisor_ID AD_Reference_ID=316 |
| 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_AD_AlertProcessor |
|---|
accessLevel, COLUMNNAME_AD_AlertProcessor_ID, COLUMNNAME_DateLastRun, COLUMNNAME_DateNextRun, COLUMNNAME_Description, COLUMNNAME_Frequency, COLUMNNAME_FrequencyType, COLUMNNAME_KeepLogDays, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_Supervisor_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_AlertProcessor(Properties ctx,
int AD_AlertProcessor_ID,
String trxName)
Standard Constructor |
|
X_AD_AlertProcessor(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_AlertProcessor_ID()
Get Alert Processor. |
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 |
getKeepLogDays()
Get Days to keep Log. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getSupervisor_ID()
Get Supervisor. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor. |
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 |
setKeepLogDays(int KeepLogDays)
Set Days to keep Log. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setSupervisor_ID(int Supervisor_ID)
Set Supervisor. |
String |
toString()
String representation |
| 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 |
|---|
public static final int FREQUENCYTYPE_AD_Reference_ID
public static final String FREQUENCYTYPE_Minute
public static final String FREQUENCYTYPE_Hour
public static final String FREQUENCYTYPE_Day
public static final int SUPERVISOR_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_AlertProcessor(Properties ctx,
int AD_AlertProcessor_ID,
String trxName)
public X_AD_AlertProcessor(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
setAD_AlertProcessor_ID in interface I_AD_AlertProcessorAD_AlertProcessor_ID - Alert Processor/Server Parameterpublic int getAD_AlertProcessor_ID()
getAD_AlertProcessor_ID in interface I_AD_AlertProcessorpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_AD_AlertProcessorDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_AD_AlertProcessorpublic void setDateNextRun(Timestamp DateNextRun)
setDateNextRun in interface I_AD_AlertProcessorDateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
getDateNextRun in interface I_AD_AlertProcessorpublic void setDescription(String Description)
setDescription in interface I_AD_AlertProcessorDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_AlertProcessorpublic void setFrequency(int Frequency)
setFrequency in interface I_AD_AlertProcessorFrequency - Frequency of eventspublic int getFrequency()
getFrequency in interface I_AD_AlertProcessorpublic void setFrequencyType(String FrequencyType)
setFrequencyType in interface I_AD_AlertProcessorFrequencyType - Frequency of eventpublic String getFrequencyType()
getFrequencyType in interface I_AD_AlertProcessorpublic void setKeepLogDays(int KeepLogDays)
setKeepLogDays in interface I_AD_AlertProcessorKeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
getKeepLogDays in interface I_AD_AlertProcessorpublic void setName(String Name)
setName in interface I_AD_AlertProcessorName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_AlertProcessorpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_AD_AlertProcessorProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_AlertProcessorpublic void setSupervisor_ID(int Supervisor_ID)
setSupervisor_ID in interface I_AD_AlertProcessorSupervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
getSupervisor_ID in interface I_AD_AlertProcessor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||