|
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_Note
public class X_AD_Note
Generated Model for AD_Note
| Field Summary | |
|---|---|
static int |
AD_MESSAGE_ID_AD_Reference_ID
AD_Message_ID AD_Reference_ID=102 |
| 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_Note |
|---|
accessLevel, COLUMNNAME_AD_Message_ID, COLUMNNAME_AD_Note_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_WF_Activity_ID, COLUMNNAME_Description, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_Record_ID, COLUMNNAME_Reference, COLUMNNAME_TextMsg, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Note(Properties ctx,
int AD_Note_ID,
String trxName)
Standard Constructor |
|
X_AD_Note(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Message_ID()
Get Message. |
int |
getAD_Note_ID()
Get Notice. |
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
int |
getAD_WF_Activity_ID()
Get Workflow Activity. |
I_AD_WF_Activity |
getAD_WF_Activity()
|
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getRecord_ID()
Get Record ID. |
String |
getReference()
Get Reference. |
String |
getTextMsg()
Get Text Message. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_Message_ID(int AD_Message_ID)
Set Message. |
void |
setAD_Note_ID(int AD_Note_ID)
Set Notice. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAD_WF_Activity_ID(int AD_WF_Activity_ID)
Set Workflow Activity. |
void |
setDescription(String Description)
Set Description. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRecord_ID(int Record_ID)
Set Record ID. |
void |
setReference(String Reference)
Set Reference. |
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 |
| Field Detail |
|---|
public static final int AD_MESSAGE_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_Note(Properties ctx,
int AD_Note_ID,
String trxName)
public X_AD_Note(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_Message_ID(int AD_Message_ID)
setAD_Message_ID in interface I_AD_NoteAD_Message_ID - System Messagepublic int getAD_Message_ID()
getAD_Message_ID in interface I_AD_Notepublic KeyNamePair getKeyNamePair()
public void setAD_Note_ID(int AD_Note_ID)
setAD_Note_ID in interface I_AD_NoteAD_Note_ID - System Noticepublic int getAD_Note_ID()
getAD_Note_ID in interface I_AD_Note
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_NoteExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_NoteAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_Note
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_AD_NoteExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_AD_NoteAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_AD_Note
public I_AD_WF_Activity getAD_WF_Activity()
throws Exception
getAD_WF_Activity in interface I_AD_NoteExceptionpublic void setAD_WF_Activity_ID(int AD_WF_Activity_ID)
setAD_WF_Activity_ID in interface I_AD_NoteAD_WF_Activity_ID - Workflow Activitypublic int getAD_WF_Activity_ID()
getAD_WF_Activity_ID in interface I_AD_Notepublic void setDescription(String Description)
setDescription in interface I_AD_NoteDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Notepublic void setProcessed(boolean Processed)
setProcessed in interface I_AD_NoteProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_AD_Notepublic void setProcessing(boolean Processing)
setProcessing in interface I_AD_NoteProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_Notepublic void setRecord_ID(int Record_ID)
setRecord_ID in interface I_AD_NoteRecord_ID - Direct internal record IDpublic int getRecord_ID()
getRecord_ID in interface I_AD_Notepublic void setReference(String Reference)
setReference in interface I_AD_NoteReference - Reference for this recordpublic String getReference()
getReference in interface I_AD_Notepublic void setTextMsg(String TextMsg)
setTextMsg in interface I_AD_NoteTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_AD_Note
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||