FileDocCategorySizeDatePackage
OrgEntityRespForAccounts.javaAPI DocExample1665Thu Feb 17 20:01:06 GMT 2000RelMgmt.OrgRole

OrgEntityRespForAccounts

public class OrgEntityRespForAccounts extends RelMgmt.Party.OrgRole
stereotype
role
alias
OrgEntityResponsibleForAccounts

Fields Summary
private CustomerAccountMgmt.CustomerAccount.CustomerAccount
lnkUnnamed
private CustomerAccountMgmt.CustomerAccountApp.CustomerAccApplication
lnkUnnamed1
private CustomerAccountMgmt.CustomerAccountTrans.CustomerAccTrans
lnkUnnamed2
Constructors Summary
Methods Summary
public java.util.VectorassessQualityOfAccounts()

        return new Vector();
    
public intcalcAcceptanceRate()

        return 0;
    
public java.math.BigDecimalcalcAvgAccountBalance()

        return new BigDecimal(0);
    
public java.util.VectorcalcAvgCustomerAccountTransaction()

        return new Vector();
    
public java.util.VectorlistAccounts()

        return new Vector();
    
public java.util.VectorlistApplications()

        return new Vector();
    
public java.util.VectorlistCustomerAccountTransactions()

        return new Vector();