Package org.compiere.model
Interface I_AD_AlertRule
- All Known Implementing Classes:
MAlertRule
,X_AD_AlertRule
public interface I_AD_AlertRule
Generated Interface for AD_AlertRule
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Alert_IDstatic final String
Column name AD_AlertRule_IDstatic final String
Column name AD_AlertRule_UUstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Table_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name ErrorMsgstatic final String
Column name FromClausestatic final String
Column name IsActivestatic final String
Column name IsValidstatic final String
Column name Namestatic final String
Column name OtherClausestatic final String
Column name PostProcessingstatic final String
Column name PreProcessingstatic final String
Column name SelectClausestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name WhereClausestatic final KeyNamePair
static final int
AD_Table_ID=593static final String
TableName=AD_AlertRule -
Method Summary
Modifier and TypeMethodDescriptionint
Get Alert.int
Get Alert Rule.Get AD_AlertRule_UUint
Get Tenant.int
Get Organization.int
Get Table.Get Created.int
Get Created By.Get Error MsgGet Sql FROM.getName()
Get Name.Get Other SQL Clause.Get Post Processing.Get Pre Processing.Get Sql SELECT.Get Updated.int
Get Updated By.Get Sql WHERE.boolean
isActive()
Get Active.boolean
isValid()
Get Valid.void
setAD_Alert_ID
(int AD_Alert_ID) Set Alert.void
setAD_AlertRule_ID
(int AD_AlertRule_ID) Set Alert Rule.void
setAD_AlertRule_UU
(String AD_AlertRule_UU) Set AD_AlertRule_UUvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Table_ID
(int AD_Table_ID) Set Table.void
setErrorMsg
(String ErrorMsg) Set Error Msgvoid
setFromClause
(String FromClause) Set Sql FROM.void
setIsActive
(boolean IsActive) Set Active.void
setIsValid
(boolean IsValid) Set Valid.void
Set Name.void
setOtherClause
(String OtherClause) Set Other SQL Clause.void
setPostProcessing
(String PostProcessing) Set Post Processing.void
setPreProcessing
(String PreProcessing) Set Pre Processing.void
setSelectClause
(String SelectClause) Set Sql SELECT.void
setWhereClause
(String WhereClause) Set Sql WHERE.
-
Field Details
-
Table_Name
TableName=AD_AlertRule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=593- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Alert_ID
Column name AD_Alert_ID- See Also:
-
COLUMNNAME_AD_AlertRule_ID
Column name AD_AlertRule_ID- See Also:
-
COLUMNNAME_AD_AlertRule_UU
Column name AD_AlertRule_UU- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_ErrorMsg
Column name ErrorMsg- See Also:
-
COLUMNNAME_FromClause
Column name FromClause- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_OtherClause
Column name OtherClause- See Also:
-
COLUMNNAME_PostProcessing
Column name PostProcessing- See Also:
-
COLUMNNAME_PreProcessing
Column name PreProcessing- See Also:
-
COLUMNNAME_SelectClause
Column name SelectClause- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WhereClause
Column name WhereClause- See Also:
-
-
Method Details
-
setAD_Alert_ID
void setAD_Alert_ID(int AD_Alert_ID) Set Alert. iDempiere Alert -
getAD_Alert_ID
int getAD_Alert_ID()Get Alert. iDempiere Alert -
getAD_Alert
- Throws:
RuntimeException
-
setAD_AlertRule_ID
void setAD_AlertRule_ID(int AD_AlertRule_ID) Set Alert Rule. Definition of the alert element -
getAD_AlertRule_ID
int getAD_AlertRule_ID()Get Alert Rule. Definition of the alert element -
setAD_AlertRule_UU
Set AD_AlertRule_UU -
getAD_AlertRule_UU
String getAD_AlertRule_UU()Get AD_AlertRule_UU -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setErrorMsg
Set Error Msg -
getErrorMsg
String getErrorMsg()Get Error Msg -
setFromClause
Set Sql FROM. SQL FROM clause -
getFromClause
String getFromClause()Get Sql FROM. SQL FROM clause -
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 -
setIsValid
void setIsValid(boolean IsValid) Set Valid. Element is valid -
isValid
boolean isValid()Get Valid. Element is valid -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setOtherClause
Set Other SQL Clause. Other SQL Clause -
getOtherClause
String getOtherClause()Get Other SQL Clause. Other SQL Clause -
setPostProcessing
Set Post Processing. Process SQL after executing the query -
getPostProcessing
String getPostProcessing()Get Post Processing. Process SQL after executing the query -
setPreProcessing
Set Pre Processing. Process SQL before executing the query -
getPreProcessing
String getPreProcessing()Get Pre Processing. Process SQL before executing the query -
setSelectClause
Set Sql SELECT. SQL SELECT clause -
getSelectClause
String getSelectClause()Get Sql SELECT. SQL SELECT clause -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setWhereClause
Set Sql WHERE. Fully qualified SQL WHERE clause -
getWhereClause
String getWhereClause()Get Sql WHERE. Fully qualified SQL WHERE clause
-