uk.co.agena.minerva.util.model
Class ModificationLog.ModificationLogItem

java.lang.Object
  extended by uk.co.agena.minerva.util.model.ModificationLog.ModificationLogItem
Enclosing class:
ModificationLog

public class ModificationLog.ModificationLogItem
extends java.lang.Object

Inner class for the items which go into the modification log

Author:
Simon TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ModificationLog.ModificationLogItem(NameDescription description)
          Basic constructor
 
Method Summary
 NameDescription getDescription()
          A description of the change that caused this log to be created
 void setDescription(NameDescription description)
          A description of the change that caused this log to be created
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModificationLog.ModificationLogItem

public ModificationLog.ModificationLogItem(NameDescription description)
Basic constructor

Method Detail

getDescription

public NameDescription getDescription()
A description of the change that caused this log to be created


setDescription

public void setDescription(NameDescription description)
A description of the change that caused this log to be created


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 Agena Ltd. All Rights Reserved.