com.buzzsurf.sql
Class ReleaseInfo

java.lang.Object
  extended by com.buzzsurf.sql.ReleaseInfo

public final class ReleaseInfo
extends java.lang.Object

Immutable product release information.

Call BuzzSQL.getReleaseInfo() to get a instance of this object.

Author:
Paul Cowan (www.buzzsurf.com/sql)
See Also:
BuzzSQL.getReleaseInfo()

Field Summary
static java.lang.String LB
           
 
Method Summary
 int getBuildNumber()
          Get the build number
 java.lang.String getLicenseInfo()
          Get the license info
 int getMajorVersion()
          Get the major version number
 int getMinorVersion()
          Get the minor version number
 java.lang.String getProductName()
          Get the product name
 java.lang.String getReleaseDate()
          Get the release date string
 java.lang.String getVersionString()
          Get the version in formation major.minor.build
 java.lang.String getWebsiteString()
          Get the website URL
 java.lang.String getWelcome()
          Get the welcome message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LB

public static final java.lang.String LB
Method Detail

getProductName

public final java.lang.String getProductName()
Get the product name

Returns:
Product name "BuzzSQL"

getMajorVersion

public final int getMajorVersion()
Get the major version number

Returns:
Product major version

getMinorVersion

public final int getMinorVersion()
Get the minor version number

Returns:
Product minor version

getReleaseDate

public final java.lang.String getReleaseDate()
Get the release date string

Returns:
Product release date in form MM/DD/YYYY

getLicenseInfo

public final java.lang.String getLicenseInfo()
Get the license info

Returns:
Brief product license information string

getWebsiteString

public final java.lang.String getWebsiteString()
Get the website URL

Returns:
Product website URL

getBuildNumber

public final int getBuildNumber()
Get the build number

Returns:
Product build number

getVersionString

public final java.lang.String getVersionString()
Get the version in formation major.minor.build

Returns:
Product version in format major.minor.build

getWelcome

public java.lang.String getWelcome()
Get the welcome message

Returns:
Multi-line formated welcome message describing the product