<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Item.java
// Fall 2004, COP4331: Online auction example application
// 


/**
   the Item class. Describes an item put for auction.

   NOTE: The purpose of this code is to illustrate implementation starting 
   from UML class and sequence diagrams. It may be incomplete and may not 
   compile.
*/
public class Item {
    // ....
}
</pre></body></html>