class: ResultVO

public class: ResultVO
Author: Markus Haarlaender (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:15; Modified: 16.07.2009 15:14:15;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B747EC40-41D6-44be-B845-7EC4739ADE64}
Representation of a result (http://www.escidoc.de/schemas/result/0.1/) that is returned when calling an action method like submit(), release(), revise(), withdraw() on Object Manager handlers.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ResultVO Attributes
Attribute Details
private Date
  lastModificationDate
private String
  pid
 
ResultVO Methods
Operation Details
public
getLastModificationDate():Date
Sequential
Notes: Returns the new modification date of the manipulated object.
@return
public
getPid():String
Sequential
Notes: Returns the pid of the manipulated object.
@return
public
setLastModificationDate(
   Date lastModificationDate):void
Sequential
public
setPid(
   String pid):void
Sequential