Class DRE_Data

java.lang.Object
   |
   +----DRE_Data

class DRE_Data
extends Object
Class to be used for creating objects to contain previous DRE Calculations.


Variable Index

 o descName
Data member that contains the description of the project or activity.
 o errorQty1
Data member that contains the qty of error found in the entire duration of the project/activity.
 o errorQty2
Data member that contains the qty of error found after the completion of the project/activity.

Constructor Index

 o DRE_Data()

Variables

 o descName
 public String descName
Data member that contains the description of the project or activity.

 o errorQty1
 public int errorQty1
Data member that contains the qty of error found in the entire duration of the project/activity.

 o errorQty2
 public int errorQty2
Data member that contains the qty of error found after the completion of the project/activity.

Constructors

 o DRE_Data
 DRE_Data()