public class JournalCollection { // instance variables - replace the example below with your own private ArrayList journals; private Journal journal; /** * Constructor for objects of class JournalCollection */ public JournalCollection() { journals = new ArrayList(); journal = new Journal(); } /** * add journal */ public void addJournal(Journal journal) { journal.add(Journal); } public ArrayListgetJournalList(String empName) { } }