Class X_AD_Chart

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Chart
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Chart, I_Persistent, Evaluatee
Direct Known Subclasses:
MChart

public class X_AD_Chart extends PO implements I_AD_Chart, I_Persistent
Generated Model for AD_Chart
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_AD_Chart

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

      public X_AD_Chart(Properties ctx, int AD_Chart_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Chart

      public X_AD_Chart(Properties ctx, String AD_Chart_UU, String trxName)
      Standard Constructor
    • X_AD_Chart

      public X_AD_Chart(Properties ctx, String AD_Chart_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Chart

      public X_AD_Chart(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

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

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • 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
    • getAD_Chart_UU

      public String getAD_Chart_UU()
      Get AD_Chart_UU.
      Specified by:
      getAD_Chart_UU in interface I_AD_Chart
      Returns:
      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