class: VersionHistoryEntryVO

public class: VersionHistoryEntryVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:21; Modified: 16.07.2009 15:14:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7886FDD8-7B5B-4881-BB90-3346111FBCD6}
Version information of a publication item.
@created 17-Okt-2007 18:51:45
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ItemRO, State, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
VersionHistoryEntryVO Attributes
Attribute Details
private List
  events
Notes: The list of events for this history entry.
private java.util.Date
  modificationDate
Notes: The modification date of the version.
private ItemRO
  reference
Notes: Reference to the according item.
private ItemVO.State
  state
Notes: The state of the item version.
 
VersionHistoryEntryVO Methods
Operation Details
public
getEvents():List
Sequential
public
getModificationDate():java.util.Date
Sequential
Notes: @return The modification date of the version.
public
getReference():ItemRO
Sequential
Notes: @return Reference to the according item.
public
getState():ItemVO.State
Sequential
Notes: @return The state of the item version.
public
setEvents(
   List events):void
Sequential
public
setModificationDate(
   java.util.Date newVal):void
Sequential
Notes: The modification date of the version.
public
setReference(
   ItemRO newVal):void
Sequential
Notes: Reference to the according item.
public
setState(
   ItemVO.State newVal):void
Sequential
Notes: Sets the state of the item version.