Class Product
Requirements.analysis

public class Product
Stores sell products, which have a price.
Stereotype:
description
See Also:  Node Documentation

Field Summary
private ProductDesc
private int
private int
private int
private int
private int
Method Summary
int
double
static Product
lookUp(String upc)
void
setPrice(int price)
Field Detail
price
private int price

attribute1
private ProductDesc attribute1

name
private int name

description
private int description

manuf
private int manuf

barcode
private int barcode
Method Detail
getPrice
public int getPrice()

setPrice
public void setPrice(int price)

getSalePrice
public double getSalePrice()

lookUp
public static Product lookUp(String upc)