|
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_AlertProcessorLog
public class X_AD_AlertProcessorLog
Generated Model for AD_AlertProcessorLog
| Field Summary |
|---|
| 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_AlertProcessorLog |
|---|
accessLevel, COLUMNNAME_AD_AlertProcessor_ID, COLUMNNAME_AD_AlertProcessorLog_ID, COLUMNNAME_BinaryData, COLUMNNAME_Description, COLUMNNAME_IsError, COLUMNNAME_Reference, COLUMNNAME_Summary, COLUMNNAME_TextMsg, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_AlertProcessorLog(Properties ctx,
int AD_AlertProcessorLog_ID,
String trxName)
Standard Constructor |
|
X_AD_AlertProcessorLog(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_AlertProcessor_ID()
Get Alert Processor. |
I_AD_AlertProcessor |
getAD_AlertProcessor()
|
int |
getAD_AlertProcessorLog_ID()
Get Alert Processor Log. |
byte[] |
getBinaryData()
Get BinaryData. |
String |
getDescription()
Get Description. |
String |
getReference()
Get Reference. |
String |
getSummary()
Get Summary. |
String |
getTextMsg()
Get Text Message. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isError()
Get Error. |
void |
setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor. |
void |
setAD_AlertProcessorLog_ID(int AD_AlertProcessorLog_ID)
Set Alert Processor Log. |
void |
setBinaryData(byte[] BinaryData)
Set BinaryData. |
void |
setDescription(String Description)
Set Description. |
void |
setIsError(boolean IsError)
Set Error. |
void |
setReference(String Reference)
Set Reference. |
void |
setSummary(String Summary)
Set Summary. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
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 |
| Constructor Detail |
|---|
public X_AD_AlertProcessorLog(Properties ctx,
int AD_AlertProcessorLog_ID,
String trxName)
public X_AD_AlertProcessorLog(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 PO
public I_AD_AlertProcessor getAD_AlertProcessor()
throws Exception
getAD_AlertProcessor in interface I_AD_AlertProcessorLogExceptionpublic void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
setAD_AlertProcessor_ID in interface I_AD_AlertProcessorLogAD_AlertProcessor_ID - Alert Processor/Server Parameterpublic int getAD_AlertProcessor_ID()
getAD_AlertProcessor_ID in interface I_AD_AlertProcessorLogpublic void setAD_AlertProcessorLog_ID(int AD_AlertProcessorLog_ID)
setAD_AlertProcessorLog_ID in interface I_AD_AlertProcessorLogAD_AlertProcessorLog_ID - Result of the execution of the Alert Processorpublic int getAD_AlertProcessorLog_ID()
getAD_AlertProcessorLog_ID in interface I_AD_AlertProcessorLogpublic void setBinaryData(byte[] BinaryData)
setBinaryData in interface I_AD_AlertProcessorLogBinaryData - Binary Datapublic byte[] getBinaryData()
getBinaryData in interface I_AD_AlertProcessorLogpublic void setDescription(String Description)
setDescription in interface I_AD_AlertProcessorLogDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_AlertProcessorLogpublic void setIsError(boolean IsError)
setIsError in interface I_AD_AlertProcessorLogIsError - An Error occured in the executionpublic boolean isError()
isError in interface I_AD_AlertProcessorLogpublic void setReference(String Reference)
setReference in interface I_AD_AlertProcessorLogReference - Reference for this recordpublic String getReference()
getReference in interface I_AD_AlertProcessorLogpublic void setSummary(String Summary)
setSummary in interface I_AD_AlertProcessorLogSummary - Textual summary of this requestpublic String getSummary()
getSummary in interface I_AD_AlertProcessorLogpublic void setTextMsg(String TextMsg)
setTextMsg in interface I_AD_AlertProcessorLogTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_AD_AlertProcessorLog
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||