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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Alert_IDstatic final StringColumn name AD_AlertRule_IDstatic final StringColumn name AD_AlertRule_UUstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Table_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name ErrorMsgstatic final StringColumn name FromClausestatic final StringColumn name IsActivestatic final StringColumn name IsValidstatic final StringColumn name Namestatic final StringColumn name OtherClausestatic final StringColumn name PostProcessingstatic final StringColumn name PreProcessingstatic final StringColumn name SelectClausestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name WhereClausestatic final KeyNamePairstatic final intAD_Table_ID=593static final StringTableName=AD_AlertRule -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intGet Alert.intGet Alert Rule.Get AD_AlertRule_UUintGet Tenant.intGet Organization.Deprecated.intGet Table.Get Created.intGet 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.intGet Updated By.Get Sql WHERE.booleanisActive()Get Active.booleanisValid()Get Valid.voidsetAD_Alert_ID(int AD_Alert_ID) Set Alert.voidsetAD_AlertRule_ID(int AD_AlertRule_ID) Set Alert Rule.voidsetAD_AlertRule_UU(String AD_AlertRule_UU) Set AD_AlertRule_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Table_ID(int AD_Table_ID) Set Table.voidsetErrorMsg(String ErrorMsg) Set Error MsgvoidsetFromClause(String FromClause) Set Sql FROM.voidsetIsActive(boolean IsActive) Set Active.voidsetIsValid(boolean IsValid) Set Valid.voidSet Name.voidsetOtherClause(String OtherClause) Set Other SQL Clause.voidsetPostProcessing(String PostProcessing) Set Post Processing.voidsetPreProcessing(String PreProcessing) Set Pre Processing.voidsetSelectClause(String SelectClause) Set Sql SELECT.voidsetWhereClause(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_AlertRule_ID
Column name AD_AlertRule_ID- See Also:
-
COLUMNNAME_AD_AlertRule_UU
Column name AD_AlertRule_UU- See Also:
-
COLUMNNAME_AD_Alert_ID
Column name AD_Alert_ID- 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_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 -
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- 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
-