Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Note

All Known Implementing Classes:
MNote, X_AD_Note

public interface I_AD_Note

Generated Interface for AD_Note

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Message_ID
          Column name AD_Message_ID
static String COLUMNNAME_AD_Note_ID
          Column name AD_Note_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_AD_WF_Activity_ID
          Column name AD_WF_Activity_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_Reference
          Column name Reference
static String COLUMNNAME_TextMsg
          Column name TextMsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=389
static String Table_Name
          TableName=AD_Note
 
Method Summary
 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.
 int getRecord_ID()
          Get Record ID.
 String getReference()
          Get Reference.
 String getTextMsg()
          Get Text Message.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Note

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=389


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Message_ID

static final String COLUMNNAME_AD_Message_ID
Column name AD_Message_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Note_ID

static final String COLUMNNAME_AD_Note_ID
Column name AD_Note_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_Activity_ID

static final String COLUMNNAME_AD_WF_Activity_ID
Column name AD_WF_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_Reference

static final String COLUMNNAME_Reference
Column name Reference

See Also:
Constant Field Values

COLUMNNAME_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values
Method Detail

setAD_Message_ID

void setAD_Message_ID(int AD_Message_ID)
Set Message. System Message


getAD_Message_ID

int getAD_Message_ID()
Get Message. System Message


setAD_Note_ID

void setAD_Note_ID(int AD_Note_ID)
Set Notice. System Notice


getAD_Note_ID

int getAD_Note_ID()
Get Notice. System Notice


setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setAD_WF_Activity_ID

void setAD_WF_Activity_ID(int AD_WF_Activity_ID)
Set Workflow Activity. Workflow Activity


getAD_WF_Activity_ID

int getAD_WF_Activity_ID()
Get Workflow Activity. Workflow Activity


getAD_WF_Activity

I_AD_WF_Activity getAD_WF_Activity()
                                   throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setReference

void setReference(String Reference)
Set Reference. Reference for this record


getReference

String getReference()
Get Reference. Reference for this record


setTextMsg

void setTextMsg(String TextMsg)
Set Text Message. Text Message


getTextMsg

String getTextMsg()
Get Text Message. Text Message


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.