Class GoalModel

java.lang.Object
org.adempiere.webui.apps.graph.model.GoalModel

public class GoalModel extends Object
Model for performance graph (PA_Goal)
Author:
hengsin
  • Field Details

    • goal

      public MGoal goal
    • chartType

      public String chartType
      X_PA_Goal.CHARTTYPE_* (AreaChart, BarChart, etc)
    • showTitle

      public boolean showTitle
      true to show chart title, false otherwise
    • columnList

      public List<GraphColumn> columnList
    • xAxisLabel

      public String xAxisLabel
    • yAxisLabel

      public String yAxisLabel
    • zoomFactor

      public int zoomFactor
      not use in billboard implementation
  • Constructor Details

    • GoalModel

      public GoalModel()