class: EventLogEntryVO

public class: EventLogEntryVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:59; Modified: 16.07.2009 15:13:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {BE751512-536E-4785-848C-0249E44D32D7}
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: EventType, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
EventLogEntryVO Attributes
Attribute Details
private String
  comment
private Date
  date
private EventType
  type
 
EventLogEntryVO Methods
Operation Details
public
getComment():String
Sequential
public
getDate():Date
Sequential
public
getType():EventType
Sequential
public
setComment(
   String comment):void
Sequential
public
setDate(
   Date date):void
Sequential
public
setType(
   EventType type):void
Sequential