}
// Node: R/W
public void setLastModifiedAt(final Date date) {
final Date oldDate = getDelegate().getHistoryInformation().getLastModifiedAt();
final IActor actor = new IActor() {
public void act() {
getDelegate().getHistoryInformation().setLastModifiedAt(date);
}
public String getDescription() {