com.xerox.amazonws.fps
Class AccountActivity

java.lang.Object
  extended by com.xerox.amazonws.fps.AccountActivity
All Implemented Interfaces:
Serializable, Iterable<Transaction>

public class AccountActivity
extends Object
implements Iterable<Transaction>, Serializable

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
See Also:
Serialized Form

Constructor Summary
AccountActivity(Date nextStartDate, BigInteger totalTransactions, List<Transaction> transactions, FPSOperation filter, PaymentMethod paymentMethod, int maxBatchSize, Date endDate, Transaction.Status transactionStatus, FlexiblePaymentsService fps)
           
 
Method Summary
 BigInteger getTotalTransactions()
           
 Iterator<Transaction> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountActivity

public AccountActivity(Date nextStartDate,
                       BigInteger totalTransactions,
                       List<Transaction> transactions,
                       FPSOperation filter,
                       PaymentMethod paymentMethod,
                       int maxBatchSize,
                       Date endDate,
                       Transaction.Status transactionStatus,
                       FlexiblePaymentsService fps)
Method Detail

getTotalTransactions

public BigInteger getTotalTransactions()

iterator

public Iterator<Transaction> iterator()
Specified by:
iterator in interface Iterable<Transaction>