Package org.compiere.model
Interface I_AD_Note
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_BroadcastMessage_IDColumn name AD_BroadcastMessage_IDstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Message_IDColumn name AD_Message_IDstatic StringCOLUMNNAME_AD_Note_IDColumn name AD_Note_IDstatic StringCOLUMNNAME_AD_Note_UUColumn name AD_Note_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_AD_WF_Activity_IDColumn name AD_WF_Activity_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_Record_IDColumn name Record_IDstatic StringCOLUMNNAME_ReferenceColumn name Referencestatic StringCOLUMNNAME_TextMsgColumn name TextMsgstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=389static StringTable_NameTableName=AD_Note
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_BroadcastMessagegetAD_BroadcastMessage()intgetAD_BroadcastMessage_ID()Get Broadcast Message.intgetAD_Client_ID()Get Client.I_AD_MessagegetAD_Message()intgetAD_Message_ID()Get Message.intgetAD_Note_ID()Get Notice.StringgetAD_Note_UU()Get AD_Note_UUintgetAD_Org_ID()Get Organization.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.I_AD_WF_ActivitygetAD_WF_Activity()intgetAD_WF_Activity_ID()Get Workflow Activity.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.intgetRecord_ID()Get Record ID.StringgetReference()Get Reference.StringgetTextMsg()Get Text Message.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetAD_BroadcastMessage_ID(int AD_BroadcastMessage_ID)Set Broadcast Message.voidsetAD_Message_ID(int AD_Message_ID)Set Message.voidsetAD_Note_ID(int AD_Note_ID)Set Notice.voidsetAD_Note_UU(String AD_Note_UU)Set AD_Note_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetAD_WF_Activity_ID(int AD_WF_Activity_ID)Set Workflow Activity.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetRecord_ID(int Record_ID)Set Record ID.voidsetReference(String Reference)Set Reference.voidsetTextMsg(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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_BroadcastMessage_ID
static final String COLUMNNAME_AD_BroadcastMessage_ID
Column name AD_BroadcastMessage_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
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_Note_UU
static final String COLUMNNAME_AD_Note_UU
Column name AD_Note_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setAD_BroadcastMessage_ID
void setAD_BroadcastMessage_ID(int AD_BroadcastMessage_ID)
Set Broadcast Message. Broadcast Message
-
getAD_BroadcastMessage_ID
int getAD_BroadcastMessage_ID()
Get Broadcast Message. Broadcast Message
-
getAD_BroadcastMessage
I_AD_BroadcastMessage getAD_BroadcastMessage() throws RuntimeException
- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
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
-
getAD_Message
I_AD_Message getAD_Message() throws RuntimeException
- Throws:
RuntimeException
-
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_Note_UU
void setAD_Note_UU(String AD_Note_UU)
Set AD_Note_UU
-
getAD_Note_UU
String getAD_Note_UU()
Get AD_Note_UU
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-