com.ptc.windchill.upgrade.tool
Class ReportStyler.IndexEntry

java.lang.Object
  extended bycom.ptc.windchill.upgrade.tool.ReportStyler.IndexEntry
Enclosing class:
ReportStyler

public static class ReportStyler.IndexEntry
extends Object

Inner public class IndexEntry is passed to ReportIndex for determining the tag for the index.xml file.


Field Summary
(package private)  String fileName_
           
(package private)  String reportType_
           
 
Constructor Summary
ReportStyler.IndexEntry(String tag, String file)
           
 
Method Summary
 String getFileName()
           
 String getReportType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName_

String fileName_

reportType_

String reportType_
Constructor Detail

ReportStyler.IndexEntry

public ReportStyler.IndexEntry(String tag,
                               String file)
Method Detail

getFileName

public String getFileName()

getReportType

public String getReportType()