ix.icore.log
Class HistoryComment

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

public class HistoryComment
extends HistoryEvent


Field Summary
protected  java.lang.String contents
           
 
Fields inherited from class ix.icore.log.HistoryEvent
agent, date
 
Constructor Summary
HistoryComment()
           
HistoryComment(java.lang.String contents)
           
 
Method Summary
 java.lang.String getContents()
           
 void setContents(java.lang.String contents)
           
 
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

contents

protected java.lang.String contents
Constructor Detail

HistoryComment

public HistoryComment()

HistoryComment

public HistoryComment(java.lang.String contents)
Method Detail

getContents

public java.lang.String getContents()

setContents

public void setContents(java.lang.String contents)