de.bb.util
Class Version

java.lang.Object
  extended by de.bb.util.Version

public class Version
extends java.lang.Object

Version information.


Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getFull()
          Returns the full version String.
static int getHi()
          Returns the version hi value.
static int getLo()
          Returns the version lo value.
static java.lang.String getVersion()
          Returns the version value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the version value.

Returns:
returns the version value.

getFull

public static java.lang.String getFull()
Returns the full version String.

Returns:
returns the full version String.

getHi

public static int getHi()
Returns the version hi value.

Returns:
returns the version hi value.

getLo

public static int getLo()
Returns the version lo value.

Returns:
returns the version lo value.