/* * $Id: MessageConstants.java,v 1.1 2005/10/13 18:36:11 laddi Exp $ * Created on Oct 12, 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 se.idega.idegaweb.commune.message.business; /** * Last modified: $Date: 2005/10/13 18:36:11 $ by $Author: laddi $ * * @author <a href="mailto:laddi@idega.com">laddi</a> * @version $Revision: 1.1 $ */ public class MessageConstants { public static final String TYPE_USER_MESSAGE = "SYMEDAN"; public static final String TYPE_SYSTEM_PRINT_MAIL_MESSAGE = "SYMEBRV"; public static final String TYPE_SYSTEM_PRINT_ARCHIVATION_MESSAGE = "SYMEARK"; }