Interface _ReportMetadata

All Superinterfaces:
com.ptc.windchill.bac._BACManaged, wt.fc._NetFactor, wt.fc._ObjectMappable, com.ptc.windchill.bac.BACManaged, NetFactor, ObjectMappable, Serializable
All Known Subinterfaces:
ReportMetadata
All Known Implementing Classes:
_Report, _ReportTemplate, Report, ReportTemplate

public interface _ReportMetadata extends com.ptc.windchill.bac.BACManaged
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Describes this report object.
    static final String
    Relative path from Windchill web application root to custom input page for this report.
    static final String
    Name that identifies this report object within some scope (e.g.
    static final String
    Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.
  • Method Summary

    Modifier and Type
    Method
    Description
    Describes this report object.
    Relative path from Windchill web application root to custom input page for this report.
    Name that identifies this report object within some scope (e.g.
    Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.
    void
    setDescription(String description)
    Describes this report object.
    void
    setInputPage(String inputPage)
    Relative path from Windchill web application root to custom input page for this report.
    void
    Name that identifies this report object within some scope (e.g.
    void
    setResourceBundle(String resourceBundle)
    Name of Java resource bundle to use to localize headers in output and parameter names when gathering user input.

    Methods inherited from interface wt.fc.NetFactor

    getClassInfo, getConceptualClassname

    Methods inherited from interface wt.fc.ObjectMappable

    readExternal, writeExternal