Interface I_AD_ChartDatasource

All Known Implementing Classes:
MChartDatasource, X_AD_ChartDatasource

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

  • Method Details

    • setAD_ChartDatasource_ID

      void setAD_ChartDatasource_ID(int AD_ChartDatasource_ID)
      Set Chart Datasource
    • getAD_ChartDatasource_ID

      int getAD_ChartDatasource_ID()
      Get Chart Datasource
    • setAD_ChartDatasource_UU

      void setAD_ChartDatasource_UU(String AD_ChartDatasource_UU)
      Set AD_ChartDatasource_UU
    • getAD_ChartDatasource_UU

      String getAD_ChartDatasource_UU()
      Get AD_ChartDatasource_UU
    • setAD_Chart_ID

      void setAD_Chart_ID(int AD_Chart_ID)
      Set Chart
    • getAD_Chart_ID

      int getAD_Chart_ID()
      Get Chart
    • getAD_Chart

      I_AD_Chart getAD_Chart() throws RuntimeException
      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

      I_AD_Table getAD_Table() throws RuntimeException
      Throws:
      RuntimeException
    • setCategoryColumn

      void setCategoryColumn(String CategoryColumn)
      Set Category Column. Fully qualified data category column
    • getCategoryColumn

      String getCategoryColumn()
      Get Category Column. Fully qualified data category column
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setDateColumn

      void setDateColumn(String DateColumn)
      Set Date Column. Fully qualified date column
    • getDateColumn

      String getDateColumn()
      Get Date Column. Fully qualified date column
    • 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
    • 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
    • setKeyColumn

      void setKeyColumn(String KeyColumn)
      Set Key Column. Key Column for Table
    • getKeyColumn

      String getKeyColumn()
      Get Key Column. Key Column for Table
    • setName

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

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

      void setSeriesColumn(String SeriesColumn)
      Set Series Column
    • getSeriesColumn

      String getSeriesColumn()
      Get Series Column
    • setTimeOffset

      void setTimeOffset(int TimeOffset)
      Set Time Offset. Number of time units to offset displayed chart data from the current date.
    • getTimeOffset

      int getTimeOffset()
      Get Time Offset. Number of time units to offset displayed chart data from the current date.
    • getUpdated

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

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

      void setValueColumn(String ValueColumn)
      Set Value Column. Fully qualified data value column
    • getValueColumn

      String getValueColumn()
      Get Value Column. Fully qualified data value column
    • setWhereClause

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

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