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

Class ReportLabelInfo

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


  • public class ReportLabelInfo
    extends java.lang.Object
    A class that represents information about report labels stored in BIRT report that is useful for MAXIMO application.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ReportLabelInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getKey()
      Returns the label key.
      java.lang.String getValue()
      Returns the label value.
      void setKey(java.lang.String key)
      Sets the label key.
      void setValue(java.lang.String value)
      Sets the label value.
      • Methods inherited from class java.lang.Object

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

      • ReportLabelInfo

        public ReportLabelInfo()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Returns the label key.
        Returns:
      • setKey

        public void setKey(java.lang.String key)
        Sets the label key.
        Parameters:
        key -
      • getValue

        public java.lang.String getValue()
        Returns the label value.
        Returns:
      • setValue

        public void setValue(java.lang.String value)
        Sets the label value.
        Parameters:
        value -