class: TaskParamVO

public class: TaskParamVO
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:16; Modified: 16.07.2009 15:14:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3E56B6EE-C5E8-4f9d-8EA8-C263829FCFC8}
Parameters for task oriented framework methods.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
TaskParamVO Attributes
Attribute Details
protected String
  comment
protected Date
  lastModificationDate
Notes: Fixed serialVersionUID to prevent java.io.InvalidClassExceptions like 'de.mpg.escidoc.services.common.valueobjects.ItemVO; local class incompatible: stream classdesc serialVersionUID = 8587635524303981401, local class serialVersionUID = -2285753348501257286' that occur after JiBX enhancement of VOs. Without the fixed serialVersionUID, the VOs have to be compiled twice for testing (once for the Application Server, once for the local test).
@author Johannes Mueller
protected String
  password
 
TaskParamVO Methods
Operation Details
public
getComment():String
Sequential
Notes: Delivers the comment on this task param.
public
getLastModificationDate():Date
Sequential
Notes: Delivers the last modification date.
@return the lastModificationDate
public
getPassword():String
Sequential
public
setComment(
   String comment):void
Sequential
Notes: Sets the comment on this task param.
public
setLastModificationDate(
   Date lastModificationDate):void
Sequential
Notes: Sets the last modification date.
public
setPassword(
   String password):void
Sequential
public
TaskParamVO(
   Date lastModificationDate):
Sequential
Notes: Creates a new instance with the given modification date.
public
TaskParamVO(
   Date lastModificationDate,
   String comment):
Sequential
Notes: Creates a new instance with the given modification date and comment.