org.sandev.TaskHeap.structs
Class PlanReportStruct

java.lang.Object
  extended by org.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
declared printname: Plan Report
help text: A short form display of a Plan used at runtime for reports.

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()
           
 
Method Summary
 
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
declared printname: source plan
help text: The Plan that this report was generated from.

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
declared printname: report text
help text: The summary report display text XHTML.
Constructor Detail

PlanReportStruct

public PlanReportStruct()