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 Summary
Constructors -
Method Summary
Methods inherited from class com.imc.data.AbstractBusinessTypeCollection
add, addInvalidModel, clear, contains, getAllInstances, getAllModelFromInvalidList, getAllModelHavingERPID, getInvalidModel, getModelByInstance, getModelByObjectERPID, getModelByObjectExternalID, getModelByObjectName, getModelByUri, getModelFromInvalidList, getModelHavingInstance, getModelHavingObjectERPID, getModelHavingObjectExternalID, getModelHavingObjectName, remove, replace
-
Constructor Details
-
CurrencyCollection
public CurrencyCollection()
-
-
Method Details
-
getCurrencyMap
-