org.sandev.TaskHeap.structs
Class PlanReportStruct

java.lang.Object
  extended byorg.sandev.TaskHeap.structs.PlanReportStruct
Direct Known Subclasses:
PlanReport

public class PlanReportStruct
extends java.lang.Object

A short form display of a Plan used at runtime for reports.

summary fields: sourcePlan

Field Summary
protected  java.lang.String reportText
          The summary report display text in XHTML.
protected  long sourcePlan
          The Plan that this report was generated from.
 
Constructor Summary
PlanReportStruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourcePlan

protected long sourcePlan
The Plan that this report was generated from.

reference to class: org.sandev.TaskHeap.structs.PlanStruct

reportText

protected java.lang.String reportText
The summary report display text in XHTML.

declared invalid value: "TASKHEAP_INVALID_REPORTTEXT"
Length in characters, normal: 2048 max: 1048576
declared metatype: XHTML
Constructor Detail

PlanReportStruct

public PlanReportStruct()