cuba
Class Version

java.lang.Object
  extended by cuba.Version
All Implemented Interfaces:
VersionI

public class Version
extends java.lang.Object
implements VersionI

Author:
Jan Lessner

Field Summary
static int BUILT
           
static int MAJOR
           
static int MINOR
           
 
Constructor Summary
Version()
           
 
Method Summary
 int getBuilt()
           
 int getMajor()
           
 int getMinor()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

BUILT

public static final int BUILT
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getMajor

public int getMajor()
Specified by:
getMajor in interface VersionI

getMinor

public int getMinor()
Specified by:
getMinor in interface VersionI

getBuilt

public int getBuilt()
Specified by:
getBuilt in interface VersionI

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface VersionI