|
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.eevolution.model.X_IMP_Processor
public class X_IMP_Processor
Generated Model for IMP_Processor
| 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 |
| 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 |
| Constructor Summary | |
|---|---|
X_IMP_Processor(Properties ctx,
int IMP_Processor_ID,
String trxName)
Standard Constructor |
|
X_IMP_Processor(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAccount()
Get Account. |
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. |
String |
getHelp()
Get Comment/Help. |
String |
getHost()
Get Host. |
int |
getIMP_Processor_ID()
Get IMP_Processor_ID. |
int |
getIMP_Processor_Type_ID()
Get IMP_Processor_Type_ID. |
I_IMP_Processor_Type |
getIMP_Processor_Type()
|
int |
getKeepLogDays()
Get Days to keep Log. |
String |
getName()
Get Name. |
String |
getPasswordInfo()
Get PasswordInfo. |
int |
getPort()
Get Port. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setAccount(String Account)
Set Account. |
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 |
setHelp(String Help)
Set Comment/Help. |
void |
setHost(String Host)
Set Host. |
void |
setIMP_Processor_ID(int IMP_Processor_ID)
Set IMP_Processor_ID. |
void |
setIMP_Processor_Type_ID(int IMP_Processor_Type_ID)
Set IMP_Processor_Type_ID. |
void |
setKeepLogDays(int KeepLogDays)
Set Days to keep Log. |
void |
setName(String Name)
Set Name. |
void |
setPasswordInfo(String PasswordInfo)
Set PasswordInfo. |
void |
setPort(int Port)
Set Port. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setValue(String Value)
Set Search Key. |
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
| Constructor Detail |
|---|
public X_IMP_Processor(Properties ctx,
int IMP_Processor_ID,
String trxName)
public X_IMP_Processor(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 setAccount(String Account)
setAccount in interface I_IMP_ProcessorAccount - Accountpublic String getAccount()
getAccount in interface I_IMP_Processorpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_IMP_ProcessorDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_IMP_Processorpublic void setDateNextRun(Timestamp DateNextRun)
setDateNextRun in interface I_IMP_ProcessorDateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
getDateNextRun in interface I_IMP_Processorpublic void setDescription(String Description)
setDescription in interface I_IMP_ProcessorDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_IMP_Processorpublic void setFrequency(int Frequency)
setFrequency in interface I_IMP_ProcessorFrequency - Frequency of eventspublic int getFrequency()
getFrequency in interface I_IMP_Processorpublic void setFrequencyType(String FrequencyType)
setFrequencyType in interface I_IMP_ProcessorFrequencyType - Frequency of eventpublic String getFrequencyType()
getFrequencyType in interface I_IMP_Processorpublic void setHelp(String Help)
setHelp in interface I_IMP_ProcessorHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_IMP_Processorpublic void setHost(String Host)
setHost in interface I_IMP_ProcessorHost - Hostpublic String getHost()
getHost in interface I_IMP_Processorpublic void setIMP_Processor_ID(int IMP_Processor_ID)
setIMP_Processor_ID in interface I_IMP_ProcessorIMP_Processor_ID - IMP_Processor_IDpublic int getIMP_Processor_ID()
getIMP_Processor_ID in interface I_IMP_Processor
public I_IMP_Processor_Type getIMP_Processor_Type()
throws Exception
getIMP_Processor_Type in interface I_IMP_ProcessorExceptionpublic void setIMP_Processor_Type_ID(int IMP_Processor_Type_ID)
setIMP_Processor_Type_ID in interface I_IMP_ProcessorIMP_Processor_Type_ID - IMP_Processor_Type_IDpublic int getIMP_Processor_Type_ID()
getIMP_Processor_Type_ID in interface I_IMP_Processorpublic void setKeepLogDays(int KeepLogDays)
setKeepLogDays in interface I_IMP_ProcessorKeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
getKeepLogDays in interface I_IMP_Processorpublic void setName(String Name)
setName in interface I_IMP_ProcessorName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_IMP_Processorpublic void setPasswordInfo(String PasswordInfo)
setPasswordInfo in interface I_IMP_ProcessorPasswordInfo - PasswordInfopublic String getPasswordInfo()
getPasswordInfo in interface I_IMP_Processorpublic void setPort(int Port)
setPort in interface I_IMP_ProcessorPort - Portpublic int getPort()
getPort in interface I_IMP_Processorpublic void setProcessing(boolean Processing)
setProcessing in interface I_IMP_ProcessorProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_IMP_Processorpublic void setValue(String Value)
setValue in interface I_IMP_ProcessorValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_IMP_Processor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||