it.eng.qbe.geo.configuration
Class MapRendererConfiguration.Measure

java.lang.Object
  extended by it.eng.qbe.geo.configuration.MapRendererConfiguration.Measure
Enclosing class:
MapRendererConfiguration

public static class MapRendererConfiguration.Measure
extends java.lang.Object

The Class Measure.


Constructor Summary
MapRendererConfiguration.Measure()
          Instantiates a new measure.
MapRendererConfiguration.Measure(java.lang.String measureName)
          Instantiates a new measure.
 
Method Summary
 java.lang.String getAggFunc()
          Gets the agg func.
 java.lang.String getColour()
          Gets the colour.
 java.lang.String getColumnId()
          Gets the column id.
 java.util.Properties getColurCalculatorParameters()
          Gets the colur calculator parameters.
 java.lang.String getColurCalculatorType()
          Gets the colur calculator type.
 java.lang.String getColurNullCol()
          Gets the colur null col.
 java.lang.String getColurOutboundCol()
          Gets the colur outbound col.
 java.lang.String getDescription()
          Gets the description.
 java.util.Properties getTresholdCalculatorParameters()
          Gets the treshold calculator parameters.
 java.lang.String getTresholdCalculatorType()
          Gets the treshold calculator type.
 java.lang.String getTresholdLb()
          Gets the treshold lb.
 java.lang.String getTresholdUb()
          Gets the treshold ub.
 void setAggFunc(java.lang.String aggFunc)
          Sets the agg func.
 void setColour(java.lang.String colour)
          Sets the colour.
 void setColumnId(java.lang.String columnId)
          Sets the column id.
 void setColurCalculatorParameters(java.util.Properties colurCalculatorParameters)
          Sets the colur calculator parameters.
 void setColurCalculatorType(java.lang.String colurCalculatorType)
          Sets the colur calculator type.
 void setColurNullCol(java.lang.String colurNullCol)
          Sets the colur null col.
 void setColurOutboundCol(java.lang.String colurOutboundCol)
          Sets the colur outbound col.
 void setDescription(java.lang.String description)
          Sets the description.
 void setTresholdCalculatorParameters(java.util.Properties tresholdCalculatorParameters)
          Sets the treshold calculator parameters.
 void setTresholdCalculatorType(java.lang.String tresholdCalculatorType)
          Sets the treshold calculator type.
 void setTresholdLb(java.lang.String tresholdLb)
          Sets the treshold lb.
 void setTresholdUb(java.lang.String tresholdUb)
          Sets the treshold ub.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapRendererConfiguration.Measure

public MapRendererConfiguration.Measure()
Instantiates a new measure.


MapRendererConfiguration.Measure

public MapRendererConfiguration.Measure(java.lang.String measureName)
Instantiates a new measure.

Parameters:
measureName - the measure name
Method Detail

getColour

public java.lang.String getColour()
Gets the colour.

Returns:
the colour

setColour

public void setColour(java.lang.String colour)
Sets the colour.

Parameters:
colour - the new colour

getColumnId

public java.lang.String getColumnId()
Gets the column id.

Returns:
the column id

setColumnId

public void setColumnId(java.lang.String columnId)
Sets the column id.

Parameters:
columnId - the new column id

getColurCalculatorParameters

public java.util.Properties getColurCalculatorParameters()
Gets the colur calculator parameters.

Returns:
the colur calculator parameters

setColurCalculatorParameters

public void setColurCalculatorParameters(java.util.Properties colurCalculatorParameters)
Sets the colur calculator parameters.

Parameters:
colurCalculatorParameters - the new colur calculator parameters

getColurCalculatorType

public java.lang.String getColurCalculatorType()
Gets the colur calculator type.

Returns:
the colur calculator type

setColurCalculatorType

public void setColurCalculatorType(java.lang.String colurCalculatorType)
Sets the colur calculator type.

Parameters:
colurCalculatorType - the new colur calculator type

getColurNullCol

public java.lang.String getColurNullCol()
Gets the colur null col.

Returns:
the colur null col

setColurNullCol

public void setColurNullCol(java.lang.String colurNullCol)
Sets the colur null col.

Parameters:
colurNullCol - the new colur null col

getColurOutboundCol

public java.lang.String getColurOutboundCol()
Gets the colur outbound col.

Returns:
the colur outbound col

setColurOutboundCol

public void setColurOutboundCol(java.lang.String colurOutboundCol)
Sets the colur outbound col.

Parameters:
colurOutboundCol - the new colur outbound col

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getTresholdCalculatorParameters

public java.util.Properties getTresholdCalculatorParameters()
Gets the treshold calculator parameters.

Returns:
the treshold calculator parameters

setTresholdCalculatorParameters

public void setTresholdCalculatorParameters(java.util.Properties tresholdCalculatorParameters)
Sets the treshold calculator parameters.

Parameters:
tresholdCalculatorParameters - the new treshold calculator parameters

getTresholdCalculatorType

public java.lang.String getTresholdCalculatorType()
Gets the treshold calculator type.

Returns:
the treshold calculator type

setTresholdCalculatorType

public void setTresholdCalculatorType(java.lang.String tresholdCalculatorType)
Sets the treshold calculator type.

Parameters:
tresholdCalculatorType - the new treshold calculator type

getTresholdLb

public java.lang.String getTresholdLb()
Gets the treshold lb.

Returns:
the treshold lb

setTresholdLb

public void setTresholdLb(java.lang.String tresholdLb)
Sets the treshold lb.

Parameters:
tresholdLb - the new treshold lb

getTresholdUb

public java.lang.String getTresholdUb()
Gets the treshold ub.

Returns:
the treshold ub

setTresholdUb

public void setTresholdUb(java.lang.String tresholdUb)
Sets the treshold ub.

Parameters:
tresholdUb - the new treshold ub

getAggFunc

public java.lang.String getAggFunc()
Gets the agg func.

Returns:
the agg func

setAggFunc

public void setAggFunc(java.lang.String aggFunc)
Sets the agg func.

Parameters:
aggFunc - the new agg func