org.pentaho.platform.util
Class VersionInfo

java.lang.Object
  extended by org.pentaho.platform.util.VersionInfo

public class VersionInfo
extends Object

Bean that holds the results of the version information

Author:
dkincade

Constructor Summary
VersionInfo()
           
 
Method Summary
 String getProductID()
           
 String getTitle()
           
 String getVersionBuild()
           
 String getVersionMajor()
           
 String getVersionMilestone()
           
 String getVersionMinor()
           
 String getVersionNumber()
           
 String getVersionRelease()
           
 boolean isFromManifest()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

isFromManifest

public boolean isFromManifest()

getProductID

public String getProductID()

getTitle

public String getTitle()

getVersionMajor

public String getVersionMajor()

getVersionMinor

public String getVersionMinor()

getVersionRelease

public String getVersionRelease()

getVersionMilestone

public String getVersionMilestone()

getVersionBuild

public String getVersionBuild()

getVersionNumber

public String getVersionNumber()

toString

public String toString()
Overrides:
toString in class Object