package com.croftsoft.apps.chat.response;
import java.io.Serializable;
/*********************************************************************
* Interface for a Response from the
package forum;
/**
* Represents a response to a topic.
*
* @author Simon Brown
*/
public class Response extends Posting {
/** the Topic to which this response is associated */
p
package forum;
/**
* Represents a response to a topic.
*
* @author Simon Brown
*/
public class Response extends Posting {
/** the Topic to which this response is associated */
p