Interface I_AD_InfoWindow

All Known Implementing Classes:
MInfoWindow, X_AD_InfoWindow

public interface I_AD_InfoWindow
Generated Interface for AD_InfoWindow
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_CtxHelp_ID

      void setAD_CtxHelp_ID(int AD_CtxHelp_ID)
      Set Context Help
    • getAD_CtxHelp_ID

      int getAD_CtxHelp_ID()
      Get Context Help
    • getAD_CtxHelp

      I_AD_CtxHelp getAD_CtxHelp() throws RuntimeException
      Throws:
      RuntimeException
    • setAD_InfoWindow_ID

      void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
      Set Info Window. Info and search/select Window
    • getAD_InfoWindow_ID

      int getAD_InfoWindow_ID()
      Get Info Window. Info and search/select Window
    • setAD_InfoWindow_UU

      void setAD_InfoWindow_UU(String AD_InfoWindow_UU)
      Set AD_InfoWindow_UU
    • getAD_InfoWindow_UU

      String getAD_InfoWindow_UU()
      Get AD_InfoWindow_UU
    • 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
    • setAD_Window_ID

      void setAD_Window_ID(int AD_Window_ID)
      Set Window. Data entry or display window
    • getAD_Window_ID

      int getAD_Window_ID()
      Get Window. Data entry or display window
    • getAD_Window

      I_AD_Window getAD_Window() 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
    • setEntityType

      void setEntityType(String EntityType)
      Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      String getEntityType()
      Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
    • setFromClause

      void setFromClause(String FromClause)
      Set Sql FROM. SQL FROM clause
    • getFromClause

      String getFromClause()
      Get Sql FROM. SQL FROM clause
    • setHelp

      void setHelp(String Help)
      Set Comment/Help. Comment or Hint
    • getHelp

      String getHelp()
      Get Comment/Help. Comment or Hint
    • setImageURL

      void setImageURL(String ImageURL)
      Set Image URL. URL of image
    • getImageURL

      String getImageURL()
      Get Image URL. URL of image
    • 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
    • setIsDefault

      void setIsDefault(boolean IsDefault)
      Set Default. Default value
    • isDefault

      boolean isDefault()
      Get Default. Default value
    • setIsDistinct

      void setIsDistinct(boolean IsDistinct)
      Set Distinct. Select Distinct
    • isDistinct

      boolean isDistinct()
      Get Distinct. Select Distinct
    • setisLoadPageNum

      void setisLoadPageNum(boolean isLoadPageNum)
      Set Load Page Num. When load data for info window, also load number of paging
    • isLoadPageNum

      boolean isLoadPageNum()
      Get Load Page Num. When load data for info window, also load number of paging
    • setIsShowInDashboard

      void setIsShowInDashboard(boolean IsShowInDashboard)
      Set Show in Dashboard. Show the dashlet in the dashboard
    • isShowInDashboard

      boolean isShowInDashboard()
      Get Show in Dashboard. Show the dashlet in the dashboard
    • setIsValid

      void setIsValid(boolean IsValid)
      Set Valid. Element is valid
    • isValid

      boolean isValid()
      Get Valid. Element is valid
    • setMaxQueryRecords

      void setMaxQueryRecords(int MaxQueryRecords)
      Set Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
    • getMaxQueryRecords

      int getMaxQueryRecords()
      Get Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
    • setName

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

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

      void setOrderByClause(String OrderByClause)
      Set Sql ORDER BY. Fully qualified ORDER BY clause
    • getOrderByClause

      String getOrderByClause()
      Get Sql ORDER BY. Fully qualified ORDER BY clause
    • setOtherClause

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

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

      void setPagingSize(int PagingSize)
      Set Paging Size
    • getPagingSize

      int getPagingSize()
      Get Paging Size
    • setPO_Window_ID

      void setPO_Window_ID(int PO_Window_ID)
      Set PO Window. Purchase Order Window
    • getPO_Window_ID

      int getPO_Window_ID()
      Get PO Window. Purchase Order Window
    • getPO_Window

      I_AD_Window getPO_Window() throws RuntimeException
      Throws:
      RuntimeException
    • setProcessing

      void setProcessing(boolean Processing)
      Set Process Now
    • isProcessing

      boolean isProcessing()
      Get Process Now
    • setSeqNo

      void setSeqNo(int SeqNo)
      Set Sequence. Method of ordering records; lowest number comes first
    • getSeqNo

      int getSeqNo()
      Get Sequence. Method of ordering records; lowest number comes first
    • 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