ar.com.fdvs.dj.domain
Class DJChart

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.DJChart
All Implemented Interfaces:
Entity, java.io.Serializable

Deprecated.

public class DJChart
extends DJBaseElement

Charts to be displayed by dynamicjasper

Author:
msimone
See Also:
Serialized Form

Field Summary
static byte BAR_CHART
          Deprecated.  
static byte CALCULATION_COUNT
          Deprecated.  
static byte CALCULATION_SUM
          Deprecated.  
static byte PIE_CHART
          Deprecated.  
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
DJChart()
          Deprecated.  
DJChart(byte type, DJGroup columnsGroup, AbstractColumn column, byte operation, DJChartOptions chartOptions)
          Deprecated.  
DJChart(byte type, DJGroup columnsGroup, java.util.List columns, byte operation, DJChartOptions chartOptions)
          Deprecated.  
 
Method Summary
 java.util.List getColumns()
          Deprecated.  
 DJGroup getColumnsGroup()
          Deprecated.  
 byte getOperation()
          Deprecated.  
 DJChartOptions getOptions()
          Deprecated.  
 byte getType()
          Deprecated.  
 void setColumns(java.util.List columns)
          Deprecated.  
 void setColumnsGroup(DJGroup columnsGroup)
          Deprecated.  
 void setOperation(byte operation)
          Deprecated.  
 void setOptions(DJChartOptions options)
          Deprecated.  
 void setType(byte type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIE_CHART

public static final byte PIE_CHART
Deprecated. 
See Also:
Constant Field Values

BAR_CHART

public static final byte BAR_CHART
Deprecated. 
See Also:
Constant Field Values

CALCULATION_COUNT

public static final byte CALCULATION_COUNT
Deprecated. 
See Also:
Constant Field Values

CALCULATION_SUM

public static final byte CALCULATION_SUM
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DJChart

public DJChart()
Deprecated. 

DJChart

public DJChart(byte type,
               DJGroup columnsGroup,
               AbstractColumn column,
               byte operation,
               DJChartOptions chartOptions)
Deprecated. 

DJChart

public DJChart(byte type,
               DJGroup columnsGroup,
               java.util.List columns,
               byte operation,
               DJChartOptions chartOptions)
Deprecated. 
Method Detail

getOperation

public byte getOperation()
Deprecated. 

setOperation

public void setOperation(byte operation)
Deprecated. 

getType

public byte getType()
Deprecated. 

setType

public void setType(byte type)
Deprecated. 

getColumnsGroup

public DJGroup getColumnsGroup()
Deprecated. 

setColumnsGroup

public void setColumnsGroup(DJGroup columnsGroup)
Deprecated. 

getOptions

public DJChartOptions getOptions()
Deprecated. 

setOptions

public void setOptions(DJChartOptions options)
Deprecated. 

getColumns

public java.util.List getColumns()
Deprecated. 

setColumns

public void setColumns(java.util.List columns)
Deprecated. 


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.