package com.idega.core.contact.data; /** * Title: Description: Copyright: Copyright (c) 2001 Company: * * @author <br> * <a href="mailto:aron@idega.is">Aron Birkir</a> <br> * * @created 14. mars 2002 * @version 1.0 */ public interface EmailDataView { /** * Gets the emailAddress of the EmailDataView object * * @return The email address value */ String getEmailAddress(); }