de.uni_paderborn.fujaba.app
Class Version

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.Version

public class Version
extends java.lang.Object

Version:
$Revision: 1.23.2.2 $
Author:
$Author: mksoft $

Method Summary
static Version get()
          No comment provided by developer, please add a comment to improve documentation.
 int getBuild()
           
 int getMajor()
           
 int getMinor()
           
 java.lang.String getRelease()
           
 int getRevision()
          Get the revision attribute of the Version object
 java.lang.String getVersion()
          Get the version attribute of the Version object
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static Version get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getVersion

public java.lang.String getVersion()
Get the version attribute of the Version object

Returns:
The version value

getBuild

public int getBuild()
Returns:
the build version number

getMajor

public int getMajor()
Returns:
the major version number

getMinor

public int getMinor()
Returns:
the minor version number

getRevision

public int getRevision()
Get the revision attribute of the Version object

Returns:
The revision value

getRelease

public java.lang.String getRelease()
Returns:
the release string