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 Details

  • 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

      I_AD_Alert getAD_Alert() throws RuntimeException
      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

      void setAD_AlertRule_UU(String AD_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

      I_AD_Table getAD_Table() 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
    • setErrorMsg

      void setErrorMsg(String ErrorMsg)
      Set Error Msg
    • getErrorMsg

      String getErrorMsg()
      Get Error Msg
    • setFromClause

      void setFromClause(String FromClause)
      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

      void setName(String Name)
      Set Name. Alphanumeric identifier of the entity
    • getName

      String getName()
      Get Name. Alphanumeric identifier of the entity
    • setOtherClause

      void setOtherClause(String OtherClause)
      Set Other SQL Clause. Other SQL Clause
    • getOtherClause

      String getOtherClause()
      Get Other SQL Clause. Other SQL Clause
    • setPostProcessing

      void setPostProcessing(String PostProcessing)
      Set Post Processing. Process SQL after executing the query
    • getPostProcessing

      String getPostProcessing()
      Get Post Processing. Process SQL after executing the query
    • setPreProcessing

      void setPreProcessing(String PreProcessing)
      Set Pre Processing. Process SQL before executing the query
    • getPreProcessing

      String getPreProcessing()
      Get Pre Processing. Process SQL before executing the query
    • setSelectClause

      void setSelectClause(String SelectClause)
      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

      void setWhereClause(String WhereClause)
      Set Sql WHERE. Fully qualified SQL WHERE clause
    • getWhereClause

      String getWhereClause()
      Get Sql WHERE. Fully qualified SQL WHERE clause