/* * $Id: MeetingFeeConstants.java,v 1.1 2004/12/09 13:43:37 laddi Exp $ * Created on 8.12.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.agura.applications.meeting.fee.business; /** * Last modified: $Date: 2004/12/09 13:43:37 $ by $Author: laddi $ * * @author <a href="mailto:laddi@idega.com">laddi</a> * @version $Revision: 1.1 $ */ public class MeetingFeeConstants { public static final String CASE_CODE_KEY = "MEETING"; public static final String PARAMETER_PRIMARY_KEY = "me_meeting_fee_id"; }