FileDocCategorySizeDatePackage
CostAndOverheadAllocation.javaAPI DocExample1045Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.ProductAssessment

CostAndOverheadAllocation

public class CostAndOverheadAllocation extends Object
stereotype
moment-interval

Fields Summary
private int
interval
private BigDecimal
costAllocation
private BigDecimal
overheadAllocation
private String
justification
private int
status
Constructors Summary
Methods Summary
public java.math.BigDecimaldetermineApplicableCostAllocation()

        return new BigDecimal(0);
    
public java.math.BigDecimaldetermineApplicableOverheadAllocation()

        return new BigDecimal(0);
    
public booleanisCurrentlyApplicable()

        return false;
    
public static java.util.VectorlistCostAndOverheadAllocations()

        return new Vector();
    
public voidmakeCostAndOverheadAllocation()