Class X_AD_Chart

    • Constructor Detail

      • X_AD_Chart

        public X_AD_Chart​(Properties ctx,
                          int AD_Chart_ID,
                          String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        4 - System
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAD_Chart_ID

        public void setAD_Chart_ID​(int AD_Chart_ID)
        Set Chart.
        Specified by:
        setAD_Chart_ID in interface I_AD_Chart
        Parameters:
        AD_Chart_ID - Chart
      • getAD_Chart_ID

        public int getAD_Chart_ID()
        Get Chart.
        Specified by:
        getAD_Chart_ID in interface I_AD_Chart
        Returns:
        Chart
      • setAD_Chart_UU

        public void setAD_Chart_UU​(String AD_Chart_UU)
        Set AD_Chart_UU.
        Specified by:
        setAD_Chart_UU in interface I_AD_Chart
        Parameters:
        AD_Chart_UU - AD_Chart_UU
      • setChartOrientation

        public void setChartOrientation​(String ChartOrientation)
        Set Orientation.
        Specified by:
        setChartOrientation in interface I_AD_Chart
        Parameters:
        ChartOrientation - The orientation of the chart.
      • getChartOrientation

        public String getChartOrientation()
        Get Orientation.
        Specified by:
        getChartOrientation in interface I_AD_Chart
        Returns:
        The orientation of the chart.
      • setChartType

        public void setChartType​(String ChartType)
        Set Chart Type.
        Specified by:
        setChartType in interface I_AD_Chart
        Parameters:
        ChartType - Type of chart to render
      • getChartType

        public String getChartType()
        Get Chart Type.
        Specified by:
        getChartType in interface I_AD_Chart
        Returns:
        Type of chart to render
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_AD_Chart
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_AD_Chart
        Returns:
        Optional short description of the record
      • setDomainLabel

        public void setDomainLabel​(String DomainLabel)
        Set Domain Label.
        Specified by:
        setDomainLabel in interface I_AD_Chart
        Parameters:
        DomainLabel - Label for the domain axis.
      • getDomainLabel

        public String getDomainLabel()
        Get Domain Label.
        Specified by:
        getDomainLabel in interface I_AD_Chart
        Returns:
        Label for the domain axis.
      • setEntityType

        public void setEntityType​(String EntityType)
        Set Entity Type.
        Specified by:
        setEntityType in interface I_AD_Chart
        Parameters:
        EntityType - Dictionary Entity Type; Determines ownership and synchronization
      • getEntityType

        public String getEntityType()
        Get Entity Type.
        Specified by:
        getEntityType in interface I_AD_Chart
        Returns:
        Dictionary Entity Type; Determines ownership and synchronization
      • setIsDisplayLegend

        public void setIsDisplayLegend​(boolean IsDisplayLegend)
        Set Display Legend.
        Specified by:
        setIsDisplayLegend in interface I_AD_Chart
        Parameters:
        IsDisplayLegend - Display chart legend
      • isDisplayLegend

        public boolean isDisplayLegend()
        Get Display Legend.
        Specified by:
        isDisplayLegend in interface I_AD_Chart
        Returns:
        Display chart legend
      • setIsTimeSeries

        public void setIsTimeSeries​(boolean IsTimeSeries)
        Set Time Series.
        Specified by:
        setIsTimeSeries in interface I_AD_Chart
        Parameters:
        IsTimeSeries - The domain data for the chart is organised by time.
      • isTimeSeries

        public boolean isTimeSeries()
        Get Time Series.
        Specified by:
        isTimeSeries in interface I_AD_Chart
        Returns:
        The domain data for the chart is organised by time.
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_AD_Chart
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_AD_Chart
        Returns:
        Alphanumeric identifier of the entity
      • setRangeLabel

        public void setRangeLabel​(String RangeLabel)
        Set Range Label.
        Specified by:
        setRangeLabel in interface I_AD_Chart
        Parameters:
        RangeLabel - Label for the range axis.
      • getRangeLabel

        public String getRangeLabel()
        Get Range Label.
        Specified by:
        getRangeLabel in interface I_AD_Chart
        Returns:
        Label for the range axis.
      • setTimeScope

        public void setTimeScope​(int TimeScope)
        Set Time Scope.
        Specified by:
        setTimeScope in interface I_AD_Chart
        Parameters:
        TimeScope - The number of time units to include the chart result.
      • getTimeScope

        public int getTimeScope()
        Get Time Scope.
        Specified by:
        getTimeScope in interface I_AD_Chart
        Returns:
        The number of time units to include the chart result.
      • setTimeUnit

        public void setTimeUnit​(String TimeUnit)
        Set Time Unit.
        Specified by:
        setTimeUnit in interface I_AD_Chart
        Parameters:
        TimeUnit - The unit of time for grouping chart data.
      • getTimeUnit

        public String getTimeUnit()
        Get Time Unit.
        Specified by:
        getTimeUnit in interface I_AD_Chart
        Returns:
        The unit of time for grouping chart data.
      • setWinHeight

        public void setWinHeight​(int WinHeight)
        Set Window Height.
        Specified by:
        setWinHeight in interface I_AD_Chart
        Parameters:
        WinHeight - Window Height
      • getWinHeight

        public int getWinHeight()
        Get Window Height.
        Specified by:
        getWinHeight in interface I_AD_Chart
        Returns:
        Window Height