/* * $Id: RunHomeImpl.java,v 1.11 2005/05/24 12:06:29 laddi Exp $ * Created on May 22, 2005 * * Copyright (C) 2005 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package is.idega.idegaweb.marathon.data; import com.idega.user.data.GroupHomeImpl; /** * Last modified: $Date: 2005/05/24 12:06:29 $ by $Author: laddi $ * * @author <a href="mailto:laddi@idega.com">laddi</a> * @version $Revision: 1.11 $ */ public class RunHomeImpl extends GroupHomeImpl implements RunHome { protected Class getEntityInterfaceClass() { return Run.class; } }