class: PidTaskParamVO

public class: PidTaskParamVO
Author: Michael Franke (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:14; Modified: 16.07.2009 15:14:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D90F5B44-D7F8-40d5-9388-A237C66C6531}
Parameters for PID related task oriented framework methods.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
PidTaskParamVO Attributes
Attribute Details
private Date
  lastModificationDate
private String
  url
 
PidTaskParamVO Methods
Operation Details
public
getLastModificationDate():Date
Sequential
public
getUrl():String
Sequential
public
PidTaskParamVO(
   Date lastModificationDate,
   String url):
Sequential
public
setLastModificationDate(
   Date lastModificationDate):void
Sequential
public
setUrl(
   String url):void
Sequential