Interface IProcessParameter

All Known Implementing Classes:
MProcessDrillRulePara, MSchedulerPara

public interface IProcessParameter
Process parameter interface
Author:
Peter Takacs, Cloudempiere
  • Method Details

    • 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_Process_Para_ID

      void setAD_Process_Para_ID(int AD_Process_Para_ID)
      Set Process Parameter
    • getAD_Process_Para_ID

      int getAD_Process_Para_ID()
      Get Process Parameter
    • getAD_Process_Para

      I_AD_Process_Para getAD_Process_Para() 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
    • setParameterDefault

      void setParameterDefault(String ParameterDefault)
      Set Default Parameter. Default value of the parameter
    • getParameterDefault

      String getParameterDefault()
      Get Default Parameter. Default value of the parameter
    • setParameterToDefault

      void setParameterToDefault(String ParameterToDefault)
      Set Default To Parameter. Default value of the to parameter
    • getParameterToDefault

      String getParameterToDefault()
      Get Default To Parameter. Default value of the to parameter
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setParentID

      void setParentID(int id)
      Set ID of the parent table
      Parameters:
      id -
    • saveEx

      void saveEx()
      Update Value or create new record.