freemind.modes
Class HistoryInformation
java.lang.Object
freemind.modes.HistoryInformation
public class HistoryInformation
- extends java.lang.Object
Here, the creation and modification times of objects (by now, only for
nodes) are stored.
The storage as longs is preferred as they are normally inlined by the Java
compiler.
- Author:
- foltin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryInformation
public HistoryInformation()
- Initializes to today.
HistoryInformation
public HistoryInformation(java.util.Date createdAt,
java.util.Date lastModifiedAt)
getCreatedAt
public java.util.Date getCreatedAt()
getLastModifiedAt
public java.util.Date getLastModifiedAt()
setCreatedAt
public void setCreatedAt(java.util.Date createdAt)
setLastModifiedAt
public void setLastModifiedAt(java.util.Date lastModifiedAt)