FileDocCategorySizeDatePackage
ConstructionContract.javaAPI DocExample1861Thu Feb 17 20:01:00 GMT 2000FacilityMgmt.FacilityDevelTask

ConstructionContract

public class ConstructionContract extends Object
stereotype
moment-interval

Fields Summary
private String
number
private ProductSaleMgmt.SaleToCustomer.TermsAndConditions
lnkUnnamed
private String
signator
private BigDecimal
cost
private int
interval
private BigDecimal
percentComplete
private String
termsAndConditions
private int
status
private ConstructionSpec
lnkUnnamed1
private ConstructionStandard
lnkUnnamed3
private ConstructionContractCharge
lnkUnnamed2
Constructors Summary
Methods Summary
public static java.math.BigDecimalcalcAvgCostConstructionContract()

        return new BigDecimal(0);
    
public static intcalcAvgDurationConstructionContract()

        return 0;
    
public java.math.BigDecimalcalcCost()

        return new BigDecimal(0);
    
public intcalcTime()

        return 0;
    
public java.math.BigDecimalestimateCostToCompletion()

        return new BigDecimal(0);
    
public intestimateTimeToCompletion()

        return 0;
    
public static java.util.VectorlistConstructionContracts()

        return new Vector();
    
public voidmakeConstructionContract()