net.kencochrane.a4j.beans
Class RecentlyViewed

java.lang.Object
  |
  +--net.kencochrane.a4j.beans.RecentlyViewed
All Implemented Interfaces:
java.io.Serializable

public class RecentlyViewed
extends java.lang.Object
implements java.io.Serializable

http://www.KenCochrane.net Ken Cochrane Date: Jul 6, 2003 Time: 5:00:56 PM

See Also:
Serialized Form

Constructor Summary
RecentlyViewed()
           
 
Method Summary
 void addProduct(MiniProduct miniProd)
           
 int getNumProducts()
           
 java.util.ArrayList getProducts()
           
 boolean isInList(java.lang.String asin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentlyViewed

public RecentlyViewed()
Method Detail

addProduct

public void addProduct(MiniProduct miniProd)

getProducts

public java.util.ArrayList getProducts()

getNumProducts

public int getNumProducts()

isInList

public boolean isInList(java.lang.String asin)