/* * $Id: GroupTypeConstants.java,v 1.1 2004/09/17 14:49:33 thomas Exp $ * Created on Sep 17, 2004 * * Copyright (C) 2004 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.user.data; /** * * Last modified: $Date: 2004/09/17 14:49:33 $ by $Author: thomas $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.1 $ */ public class GroupTypeConstants { public static final String GROUP_TYPE_LEAGUE= "iwme_league"; public static final String GROUP_TYPE_CLUB = "iwme_club"; public static final String GROUP_TYPE_GENERAL = "general"; }