|
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_R_RequestProcessorLog
public class X_R_RequestProcessorLog
Generated Model for R_RequestProcessorLog
| 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_R_RequestProcessorLog |
|---|
accessLevel, COLUMNNAME_BinaryData, COLUMNNAME_Description, COLUMNNAME_IsError, COLUMNNAME_R_RequestProcessor_ID, COLUMNNAME_R_RequestProcessorLog_ID, COLUMNNAME_Reference, COLUMNNAME_Summary, COLUMNNAME_TextMsg, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_R_RequestProcessorLog(Properties ctx,
int R_RequestProcessorLog_ID,
String trxName)
Standard Constructor |
|
X_R_RequestProcessorLog(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
byte[] |
getBinaryData()
Get BinaryData. |
String |
getDescription()
Get Description. |
int |
getR_RequestProcessor_ID()
Get Request Processor. |
I_R_RequestProcessor |
getR_RequestProcessor()
|
int |
getR_RequestProcessorLog_ID()
Get Request Processor Log. |
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 |
setBinaryData(byte[] BinaryData)
Set BinaryData. |
void |
setDescription(String Description)
Set Description. |
void |
setIsError(boolean IsError)
Set Error. |
void |
setR_RequestProcessor_ID(int R_RequestProcessor_ID)
Set Request Processor. |
void |
setR_RequestProcessorLog_ID(int R_RequestProcessorLog_ID)
Set Request Processor Log. |
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_R_RequestProcessorLog(Properties ctx,
int R_RequestProcessorLog_ID,
String trxName)
public X_R_RequestProcessorLog(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 setBinaryData(byte[] BinaryData)
setBinaryData in interface I_R_RequestProcessorLogBinaryData - Binary Datapublic byte[] getBinaryData()
getBinaryData in interface I_R_RequestProcessorLogpublic void setDescription(String Description)
setDescription in interface I_R_RequestProcessorLogDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_R_RequestProcessorLogpublic void setIsError(boolean IsError)
setIsError in interface I_R_RequestProcessorLogIsError - An Error occured in the executionpublic boolean isError()
isError in interface I_R_RequestProcessorLogpublic void setReference(String Reference)
setReference in interface I_R_RequestProcessorLogReference - Reference for this recordpublic String getReference()
getReference in interface I_R_RequestProcessorLog
public I_R_RequestProcessor getR_RequestProcessor()
throws Exception
getR_RequestProcessor in interface I_R_RequestProcessorLogExceptionpublic void setR_RequestProcessor_ID(int R_RequestProcessor_ID)
setR_RequestProcessor_ID in interface I_R_RequestProcessorLogR_RequestProcessor_ID - Processor for Requestspublic int getR_RequestProcessor_ID()
getR_RequestProcessor_ID in interface I_R_RequestProcessorLogpublic void setR_RequestProcessorLog_ID(int R_RequestProcessorLog_ID)
setR_RequestProcessorLog_ID in interface I_R_RequestProcessorLogR_RequestProcessorLog_ID - Result of the execution of the Request Processorpublic int getR_RequestProcessorLog_ID()
getR_RequestProcessorLog_ID in interface I_R_RequestProcessorLogpublic void setSummary(String Summary)
setSummary in interface I_R_RequestProcessorLogSummary - Textual summary of this requestpublic String getSummary()
getSummary in interface I_R_RequestProcessorLogpublic void setTextMsg(String TextMsg)
setTextMsg in interface I_R_RequestProcessorLogTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_R_RequestProcessorLog
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||