File
Doc
Category
Size
Date
Package
OrgEntityRespForAccounts.java
API Doc
Example
1665
Thu Feb 17 20:01:06 GMT 2000
RelMgmt.OrgRole
OrgEntityRespForAccounts
java.lang.Object
RelMgmt.Party.OrgRole
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.Vector
assessQualityOfAccounts
()
return new Vector();
public
int
calcAcceptanceRate
()
return 0;
public
java.math.BigDecimal
calcAvgAccountBalance
()
return new BigDecimal(0);
public
java.util.Vector
calcAvgCustomerAccountTransaction
()
return new Vector();
public
java.util.Vector
listAccounts
()
return new Vector();
public
java.util.Vector
listApplications
()
return new Vector();
public
java.util.Vector
listCustomerAccountTransactions
()
return new Vector();
Java Code Source