pandora
Class UpdateIF.Item

java.lang.Object
  |
  +--pandora.UpdateIF.Item
Enclosing class:
UpdateIF

public static class UpdateIF.Item
extends java.lang.Object

Describe a command item


Field Summary
 int id
          Article ID
 int qty
          Number of items of one article type in the command
 
Constructor Summary
UpdateIF.Item()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Article ID


qty

public int qty
Number of items of one article type in the command

Constructor Detail

UpdateIF.Item

public UpdateIF.Item()