jrgdnn12 / RemitEase

A Global Remittance System Application built in Java to fulfill the project requirements for MIS 768 advance software concepts.
0 stars 0 forks source link

New Model classes for RemittanceList, PartnerList, RecipientList, and CustomerList #38

Closed jrgdnn12 closed 4 months ago

jrgdnn12 commented 4 months ago

We need model classes that can handle a collection of objects. Mainly so that we can retrieve them from DAO.

They will contain the standards getter and setter. but the main methods I may be interest is Listall() and mayeb toString().