org.alliance
Class Version

java.lang.Object
  extended by org.alliance.Version

public class Version
extends java.lang.Object

Created by IntelliJ IDEA. User: maciek Date: 2006-jan-05 Time: 10:05:08 To change this template use File | Settings | File Templates.


Field Summary
static int BUILD_NUMBER
           
static int PROTOCOL_VERSION
           
static java.lang.String VERSION
           
 
Constructor Summary
Version()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

BUILD_NUMBER

public static final int BUILD_NUMBER

PROTOCOL_VERSION

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

Version

public Version()