net.xoetrope.xui.build
Class Version

java.lang.Object
  extended by net.xoetrope.xui.build.Version

public class Version
extends java.lang.Object

Contains the build numbers

Copyright (c) Xoetrope Ltd., 2002-2005

$Revision: 2.15 $


Field Summary
static java.lang.String RELEASE_VERSION
          The release number
 
Constructor Summary
Version()
           
 
Method Summary
static int getBuildNumber()
          Get the version number.
static int getVersionNumber()
          Get the version number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEASE_VERSION

public static final java.lang.String RELEASE_VERSION
The release number

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getBuildNumber

public static int getBuildNumber()
Get the version number.

Returns:
120 for version 1.20

getVersionNumber

public static int getVersionNumber()
Get the version number.

Returns:
120 for version 1.20