File
Doc
Category
Size
Date
Package
ProductCatalog.java
API Doc
Example
1158
Thu Feb 17 20:01:04 GMT 2000
ProductSaleMgmt.Product
ProductCatalog
java.lang.Object
public class ProductCatalog extends Object
stereotype
thing
(
Omit source code
)
Fields Summary
private Vector
lnkUnnamed
private String
number
private int
type
private Vector
lnkUnnamed1
Constructors Summary
Methods Summary
public
java.math.BigDecimal
calcAvgPriceInCatalog
()
return new BigDecimal(0);
public
java.util.Vector
listCatalogEntries
()
return new Vector();
public
java.util.Vector
listCatalogEntriesWithCatalogSpecificPrices
()
return new Vector();
Java Code Source