com.hp.lft.sdk.web

Class BrowserVersion

  • java.lang.Object
    • com.hp.lft.sdk.web.BrowserVersion


  • public class BrowserVersion
    extends java.lang.Object
    Data regarding the browser type and version returned by the browser object.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.StringgetType() 
      java.lang.StringgetVersion() 
      voidsetType(java.lang.String type) 
      voidsetVersion(java.lang.String version) 
      java.lang.StringtoString() 
      • Methods inherited from class java.lang.Object

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

      • BrowserVersion

        public BrowserVersion()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType(java.lang.String type)
      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public void setVersion(java.lang.String version)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object