FileDocCategorySizeDatePackage
CustomerAccTrans.javaAPI DocExample1703Thu Feb 17 20:00:58 GMT 2000CustomerAccountMgmt.CustomerAccountTrans

CustomerAccTrans

public class CustomerAccTrans extends Object
stereotype
moment-interval
alias
CustomerAccountTransaction

Fields Summary
private Date
dateTime
private BigDecimal
total
private Vector
lnkUnnamed
private int
status
private IMakeCustomerAccountTrans
lnkUnnamed1
private AccountingMgmt.Posting.Posting
lnkUnnamed2
Constructors Summary
Methods Summary
public voidaddDetail()

    
public static java.math.BigDecimalcalcAvgCustomerAccountTransaction()

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

        if (total.intValue() == 0) {
            recalcTotal();
        }
        return total;
    
public voidcancel()

    
public voidcomplete()

    
public static java.util.VectorlistCustomerAccountTransactions()

        return new Vector();
    
public voidmakeCustomerAccountTransaction()

    
public java.math.BigDecimalrecalcTotal()

        // calc total then set total attribute
        return total;