pandora
Class UpdateImpl.Art

java.lang.Object
  |
  +--pandora.UpdateImpl.Art
Enclosing class:
UpdateImpl

class UpdateImpl.Art
extends java.lang.Object

Objects stored in the arts HashMap. Describe the article inventory.


Field Summary
(package private)  int qty
          Number of articles available
(package private)  int sold
          Number of articles sold
 
Constructor Summary
(package private) UpdateImpl.Art()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qty

int qty
Number of articles available


sold

int sold
Number of articles sold

Constructor Detail

UpdateImpl.Art

UpdateImpl.Art()