FileDocCategorySizeDatePackage
CustomerAccountApplicant.javaAPI DocExample861Thu Feb 17 20:01:06 GMT 2000RelMgmt.PartyRole

CustomerAccountApplicant.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package RelMgmt.PartyRole;

import java.util.Vector;
import CustomerAccountMgmt.CustomerAccountApp.CustomerAccApplication;

/** @stereotype role */
public class CustomerAccountApplicant extends RelMgmt.Party.PartyRole {
    public void evaluateStrengthOfApplications() {
    }

    /**  */
    public int rate() {
        return 0;
    }

    public Vector listApplications() {
        return new Vector();
    }

    /**
     * @supplierCardinality 0..*
     * @clientCardinality 1
     */
    private CustomerAccApplication lnkUnnamed;
    private int number;
    private String creditRating;
}