// $Id: Message.java,v 1.4.4.3 2003/08/26 09:08:10 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission
# US English Message file for Net components
# ## Internal [ 0, 19]
GOT_MINUS_ONE=Got minus one from a read call
ASSERTION_FAILED=Internal Error
# ## NT Errors [ 20, 99]
NT_CONNECTION_
using System;
using System.Collections.Generic;
using System.Text;
namespace ScrewTurn.Wiki.PluginFramework {
///
/// Represents a Page Discussion Message.
///
[Ser
package s2jsp.bysj.entity;
public class Message {
private int messageID;
private String title;
private String content;
private String writer;
private String writeDate;
private int co
# US English Message file for Net components
# ## Internal [ 0, 19]
GOT_MINUS_ONE=Got minus one from a read call
ASSERTION_FAILED=Internal Error
# ## NT Errors [ 20, 99]
NT_CONNECTION_
package com.lhq;
import java.text.SimpleDateFormat;
/**
* A POJO that represents a typed message
* @author Joe Walker [joe at getahead dot ltd dot uk]
*/
public class Message
{
/**
* @pa