|
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_AD_AlertProcessor
public class X_AD_AlertProcessor
Generated Model for AD_AlertProcessor
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
static int |
SUPERVISOR_ID_AD_Reference_ID
Supervisor_ID AD_Reference_ID=316 |
static int |
Table_ID
AD_Table_ID=700 |
static String |
Table_Name
TableName=AD_AlertProcessor |
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_AD_AlertProcessor(Ctx ctx,
int AD_AlertProcessor_ID,
String trxName)
Standard Constructor |
|
X_AD_AlertProcessor(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_AlertProcessor_ID()
Get Alert Processor. |
int |
getAD_Schedule_ID()
Get Schedule. |
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(Ctx ctx)
Load Meta Data |
boolean |
isFrequencyTypeValid(String test)
Is test a valid value. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor. |
void |
setAD_Schedule_ID(int AD_Schedule_ID)
Set Schedule. |
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()
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_Day
public static final String FREQUENCYTYPE_Hour
public static final String FREQUENCYTYPE_Minute
public static final int SUPERVISOR_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_AlertProcessor(Ctx ctx,
int AD_AlertProcessor_ID,
String trxName)
ctx - contextAD_AlertProcessor_ID - idtrxName - transaction
public X_AD_AlertProcessor(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 setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
AD_AlertProcessor_ID - Alert Processor/Server Parameterpublic int getAD_AlertProcessor_ID()
public void setAD_Schedule_ID(int AD_Schedule_ID)
AD_Schedule_ID - Execution Schedulepublic int getAD_Schedule_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 setKeepLogDays(int KeepLogDays)
KeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
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 void setSupervisor_ID(int Supervisor_ID)
Supervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||