com.ibm.tivoli.maximo.report.birt.design

Class ReportLibraryInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.design.ReportLibraryInfo


  • public class ReportLibraryInfo
    extends java.lang.Object
    A class that represents information about report library dependencies stored in BIRT report that is useful for MAXIMO application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFileName()
      Returns the file name of the report library.
      java.lang.String getName()
      Returns the namespace of the report library.
      void setFileName(java.lang.String fileName)
      Sets the file name of the report library.
      void setName(java.lang.String name)
      Sets the namespace of the library.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportLibraryInfo

        public ReportLibraryInfo()
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
        Returns the file name of the report library.
        Returns:
      • setFileName

        public void setFileName(java.lang.String fileName)
        Sets the file name of the report library.
        Parameters:
        fileName -
      • getName

        public java.lang.String getName()
        Returns the namespace of the report library.
        Returns:
      • setName

        public void setName(java.lang.String name)
        Sets the namespace of the library.
        Parameters:
        name -