phenote.main
Class PhenoteVersion

java.lang.Object
  extended by phenote.main.PhenoteVersion

public class PhenoteVersion
extends java.lang.Object

Simple class for phenote version number - for standalone & servlet


Constructor Summary
PhenoteVersion()
           
 
Method Summary
static java.lang.String buildString()
           
static java.util.Date getDateOfVersion()
           
static java.lang.String versionString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhenoteVersion

public PhenoteVersion()
Method Detail

versionString

public static java.lang.String versionString()

buildString

public static java.lang.String buildString()

getDateOfVersion

public static java.util.Date getDateOfVersion()