FileDocCategorySizeDatePackage
MktgStudyDetail.javaAPI DocExample585Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.ProductAssessment

MktgStudyDetail.java

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

package ProductSaleMgmt.ProductAssessment;

/** @stereotype mi-detail */
public class MktgStudyDetail {
    private int customerSatisfactionLevel;
    private int customerDissatisfactionLevel;

    /**
     *@clientCardinality 0..*
     * @supplierCardinality 0..*
     */
    private ProductSaleMgmt.Product.ProductDesc lnkUnnamed;
}