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

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.chunktypes.InventoryCheckpointData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class InventoryCheckpointData
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
InventoryCheckpointData()
           
 
Method Summary
 int getInventoryCount()
           
 void readExternal(java.io.ObjectInput in)
           
 void setInventoryCount(int inventoryCount)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryCheckpointData

public InventoryCheckpointData()
Method Detail

getInventoryCount

public int getInventoryCount()

setInventoryCount

public void setInventoryCount(int inventoryCount)

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.