ix.icore.log
Class MessageSent

java.lang.Object
  extended by ix.icore.log.HistoryEvent
      extended by ix.icore.log.MessageSent

public class MessageSent
extends HistoryEvent


Field Summary
protected  java.lang.Object contents
           
protected  java.lang.Object to
           
 
Fields inherited from class ix.icore.log.HistoryEvent
agent, date
 
Constructor Summary
MessageSent()
           
MessageSent(java.lang.Object to, java.lang.Object contents)
           
 
Method Summary
 java.lang.Object getContents()
           
 java.lang.Object getTo()
           
 void setContents(java.lang.Object contents)
           
 void setTo(java.lang.Object to)
           
 
Methods inherited from class ix.icore.log.HistoryEvent
getAgent, getDate, setAgent, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

protected java.lang.Object to

contents

protected java.lang.Object contents
Constructor Detail

MessageSent

public MessageSent()

MessageSent

public MessageSent(java.lang.Object to,
                   java.lang.Object contents)
Method Detail

getTo

public java.lang.Object getTo()

setTo

public void setTo(java.lang.Object to)

getContents

public java.lang.Object getContents()

setContents

public void setContents(java.lang.Object contents)