Class Version


  • @Deprecated
    public class Version
    extends java.lang.Object
    Deprecated.
    As of release 5.3.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String dbVersion
      Deprecated.
       
      static java.lang.String releaseDate
      Deprecated.
      The data of the last release date.
      static java.lang.String revision
      Deprecated.
      The repository revision.
      static java.lang.String revisionDate
      Deprecated.
      The data of the last repository revision.
      static java.lang.String versionNote
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • versionNote

        public static final java.lang.String versionNote
        Deprecated.
        See Also:
        Constant Field Values
      • releaseDate

        public static final java.lang.String releaseDate
        Deprecated.
        The data of the last release date.
        See Also:
        Constant Field Values
      • revision

        public static final java.lang.String revision
        Deprecated.
        The repository revision.
        See Also:
        Constant Field Values
      • revisionDate

        public static final java.lang.String revisionDate
        Deprecated.
        The data of the last repository revision.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Version

        public Version()
        Deprecated.