com.cognos.CAM_AAA.authentication

Class VerifyTextNoEchoDisplayObject

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • VerifyTextNoEchoDisplayObject

        public VerifyTextNoEchoDisplayObject(java.lang.String theCaption,
                                             java.lang.String theName)
        Create a verify text no echo display object.
        Parameters:
        theCaption - The label for this display object.
        theName - The name of this display object and of the corresponding form field variable.
    • Method Detail

      • 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.