/* * $Id: MusicConstants.java,v 1.3 2005/08/10 15:11:04 thomas Exp $ * Created on Oct 19, 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 se.idega.idegaweb.commune.school.music.business; /** * * Last modified: $Date: 2005/08/10 15:11:04 $ by $Author: thomas $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.3 $ */ public class MusicConstants { public final static String MUSIC_SCHOOL_CASE_CODE_KEY = "MUSICCH"; }