server
Class FishMail

java.lang.Object
  |
  +--server.FishMail

public class FishMail
extends java.lang.Object

This is a class that will act as an e-mail for the fish. It will contain the author of the fish and will be added to when the fish does things like swim around and stuff


Constructor Summary
FishMail(java.lang.String a)
          Constructor for FishMail
 
Method Summary
 void appendMessage(java.lang.String apnd)
          this will add a message to the mail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishMail

public FishMail(java.lang.String a)
Constructor for FishMail

Parameters:
a - the e-mail of the author of the fish
Method Detail

appendMessage

public void appendMessage(java.lang.String apnd)
this will add a message to the mail

Parameters:
apnd - the message to be appended