at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers
Class MapQEContainer

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers.MapQEContainer
All Implemented Interfaces:
QEContainer

public class MapQEContainer
extends Object
implements QEContainer

Version:
$Id: MapQEContainer.java 3883 2010-11-02 17:13:23Z frank $
Author:
Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at)

Field Summary
protected  double qe
           
 
Constructor Summary
MapQEContainer()
           
MapQEContainer(double qe)
           
 
Method Summary
 double getQE()
           
 void setQE(double qe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qe

protected double qe
Constructor Detail

MapQEContainer

public MapQEContainer()

MapQEContainer

public MapQEContainer(double qe)
Method Detail

setQE

public void setQE(double qe)
Specified by:
setQE in interface QEContainer

getQE

public double getQE()
Specified by:
getQE in interface QEContainer