FileDocCategorySizeDatePackage
TaxCategoryDesc.javaAPI DocExample533Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.Product

TaxCategoryDesc.java

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

package ProductSaleMgmt.Product;

/** @stereotype description */
public class TaxCategoryDesc {
    private int category;
    private int table;

    /**
     * @clientCardinality 0..*
     * @supplierCardinality 0..*
     */
    private RelMgmt.Party.GeographicRegion lnkUnnamed;
}