com.ibm.jbatch.tck.artifacts.chunktypes
Class InventoryRecord

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.chunktypes.InventoryRecord

public class InventoryRecord
extends Object


Constructor Summary
InventoryRecord(int itemID, int quantity)
           
 
Method Summary
 int getItemID()
           
 int getQuantity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryRecord

public InventoryRecord(int itemID,
                       int quantity)
Method Detail

getItemID

public int getItemID()

getQuantity

public int getQuantity()


Copyright © 2013. All Rights Reserved.