Package com.imc.data

Class CurrencyCollection

All Implemented Interfaces:
Serializable

public class CurrencyCollection extends AbstractBusinessTypeCollection<Currency> implements Serializable
A collection to store all the Currency information as a POJO format. TODO all the *Collection must be updated once their corresponding business type data was having CRUD
See Also:
  • Constructor Details

    • CurrencyCollection

      public CurrencyCollection()
  • Method Details