package eclass.Main; import java.util.Collection; /** * * This is the actual message that an user writes in order to send it out to other users. * * @author * @version * **/ public class Message { /** Default Constructor **/ public Message() { } protected String string_; protected String un; }