package edu.uastw; public interface LibraryItem { String getTitle(); String getOwner(); }