FileDocCategorySizeDatePackage
SupplierAsServiceProvider.javaAPI DocExample500Thu Feb 17 20:01:06 GMT 2000RelMgmt.PartyRole

SupplierAsServiceProvider.java

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

package RelMgmt.PartyRole;

import java.math.BigDecimal;

/** @stereotype role */
public class SupplierAsServiceProvider extends RelMgmt.Party.PartyRole {
    public BigDecimal calcServiceRequestToCallRatio() {
        return new BigDecimal(0);
    }
}