class: StatisticReportRecordParamVO

public class: StatisticReportRecordParamVO
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:53; Modified: 16.07.2009 15:13:53;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5FC359FF-06F2-440d-99D7-EDEDE62DA65E}
VO class representing a parameter of a statistic report-record or a report-parameters
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: StatisticReportRecordParamValueVO, ValueObject

Appears in: statistics

Connections
 
Custom Properties
 
StatisticReportRecordParamVO Attributes
Attribute Details
protected String
  name
private StatisticReportRecordParamValueVO
  paramValue
 
StatisticReportRecordParamVO Methods
Operation Details
public
getName():String
Sequential
public
getParamValue():StatisticReportRecordParamValueVO
Sequential
public
isDateValue():boolean
Sequential
public
isDecimalValue():boolean
Sequential
public
isStringValue():boolean
Sequential
public
setName(
   String name):void
Sequential
public
setParamValue(
   StatisticReportRecordParamValueVO value):void
Sequential
public
StatisticReportRecordParamVO(
   String name,
   StatisticReportRecordParamValueVO paramValue):
Sequential