rrdService.util
Class CdpPrep

java.lang.Object
  |
  +--rrdService.util.CdpPrep
All Implemented Interfaces:
java.io.Serializable

public class CdpPrep
extends java.lang.Object
implements java.io.Serializable

The class CdpPrep is the modelisation of a cdp prep

Version:
1.0 date : 15/07/2001
Author:
Damien Pellier
See Also:
CdpPrep, RoundRobinDataBase, Serialized Form

Field Summary
private  int unknonDataPoints
          unknown data point of this cdp prep
private  java.lang.Double value
          value of this cdp prep
 
Constructor Summary
CdpPrep()
          Default constructor of a CdpPrep
CdpPrep(java.lang.Double value, int unknonDataPoints)
          Constructor of a CdpPrep
 
Method Summary
 int getUnknownDataPoints()
          Returns the unknown data points of this cdp prep
 java.lang.Double getValue()
          Returns the value of this cpd prep
 void setUnknonDataPoints(int unknonDataPoints)
          Replaces the unknown data points of this cdp prep
 void setValue(java.lang.Double value)
          Replaces the value of this cdp prep
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

unknonDataPoints

private int unknonDataPoints
unknown data point of this cdp prep

value

private java.lang.Double value
value of this cdp prep
Constructor Detail

CdpPrep

public CdpPrep()
Default constructor of a CdpPrep

CdpPrep

public CdpPrep(java.lang.Double value,
               int unknonDataPoints)
Constructor of a CdpPrep
Parameters:
value - the value of this cdp prep
unknonDataPoints - the unknown data points of this cdp prep
Method Detail

getUnknownDataPoints

public int getUnknownDataPoints()
Returns the unknown data points of this cdp prep

getValue

public java.lang.Double getValue()
Returns the value of this cpd prep

setUnknonDataPoints

public void setUnknonDataPoints(int unknonDataPoints)
Replaces the unknown data points of this cdp prep
Parameters:
unknonDataPoints - the unknown data point of this cdp prep to set

setValue

public void setValue(java.lang.Double value)
Replaces the value of this cdp prep
Parameters:
value - the value of this cdp prep to set

Copyright 1885-2001 FIRMENICH SA, Geneva

Submit a bug or feature
Copyright 1885-2001 FIRMENICH SA, Geneva,
All Rights Reserved.