com.cognos.CAM_AAA.authentication

Class TextDisplayObject

  • java.lang.Object
    • com.cognos.CAM_AAA.authentication.TextDisplayObject
    • Constructor Summary

      Constructors 
      Constructor and Description
      TextDisplayObject(java.lang.String theCaption, java.lang.String theName)
      Create a text display object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCaption()
      Returns the caption for this display object.
      java.lang.String getName()
      Returns the name of the display object.
      java.lang.String getValue()
      Returns the value that is currently set.
      void setValue(java.lang.String theValue)
      Sets the value for a display object.
      • Methods inherited from class java.lang.Object

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

      • TextDisplayObject

        public TextDisplayObject(java.lang.String theCaption,
                                 java.lang.String theName)
        Create a text display object.
        Parameters:
        theCaption - The label for the display object.
        theName - The name of the display object.
    • Method Detail

      • getCaption

        public java.lang.String getCaption()
        Description copied from interface: ITextDisplayObject
        Returns the caption for this display object.
        Specified by:
        getCaption in interface ITextDisplayObject
        Returns:
        The caption for this display object.
      • getName

        public java.lang.String getName()
        Description copied from interface: IDisplayObject
        Returns the name of the display object.
        Specified by:
        getName in interface IDisplayObject
        Returns:
        The name of the display object.
      • getValue

        public java.lang.String getValue()
        Description copied from interface: IDisplayObject
        Returns the value that is currently set.
        Specified by:
        getValue in interface IDisplayObject
        Returns:
        The value that is currently set.
      • setValue

        public void setValue(java.lang.String theValue)
        Sets the value for a display object.
        Parameters:
        theValue - The value to set for the display object.