com.atomikos.demo.publisher
Class Batch

java.lang.Object
  extended by com.atomikos.demo.publisher.Batch
All Implemented Interfaces:
Serializable

public class Batch
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Batch()
           
 
Method Summary
 int getCount()
           
 Order getOrder()
           
 void setCount(int count)
           
 void setOrder(Order order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

getOrder

public Order getOrder()

setOrder

public void setOrder(Order order)


Copyright © 2012. All Rights Reserved.