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.
-
descName
- Data member that contains the description of the project or activity.
-
errorQty1
- Data member that contains the qty of error found in the entire duration of the project/activity.
-
errorQty2
- Data member that contains the qty of error found after the completion of the project/activity.
-
DRE_Data()
-
descName
public String descName
- Data member that contains the description of the project or activity.
errorQty1
public int errorQty1
- Data member that contains the qty of error found in the entire duration of the project/activity.
errorQty2
public int errorQty2
- Data member that contains the qty of error found after the completion of the project/activity.
DRE_Data
DRE_Data()