package com.fatima.life; public abstract class SearchResult { public abstract String getFileName(); public abstract long getFileSize(); }