org.springframework.batch.sample.domain.trade
Interface CustomerDebitDao

All Known Implementing Classes:
JdbcCustomerDebitDao

public interface CustomerDebitDao

Interface for writing CustomerDebitDao object to arbitrary output.

Author:
Robert.Kasanicky

Method Summary
 void write(CustomerDebit customerDebit)
           
 

Method Detail

write

void write(CustomerDebit customerDebit)


Copyright © 2009 SpringSource. All Rights Reserved.