class: StatisticRecordVO

public class: StatisticRecordVO
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:13:50; Modified: 16.07.2009 15:13:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5C224089-850F-41e9-A848-C7331E8E1463}
VO class representing a statistic-record
 

Goto: Custom Properties, Fields, Methods

Extends: IntelligentVO

See also: IntelligentVO

Appears in: statistics

Connections
 
Custom Properties
 
StatisticRecordVO Attributes
Attribute Details
private List
  paramList
private String
  scope
 
StatisticRecordVO Methods
Operation Details
public
createInCoreservice(
   String userHandle):void
Sequential
Tags: throws=RuntimeException
Notes: Creates this statistic record in the coreservice.
public
getParamList():List
Sequential
public
getScope():String
Sequential
public
setParamList(
   List paramList):void
Sequential
public
setScope(
   String scope):void
Sequential