|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buzzsurf.sql.ReleaseInfo
public final class ReleaseInfo
Immutable product release information.
Call BuzzSQL.getReleaseInfo() to get a instance of this object.
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 |
|---|
public static final java.lang.String LB
| Method Detail |
|---|
public final java.lang.String getProductName()
public final int getMajorVersion()
public final int getMinorVersion()
public final java.lang.String getReleaseDate()
public final java.lang.String getLicenseInfo()
public final java.lang.String getWebsiteString()
public final int getBuildNumber()
public final java.lang.String getVersionString()
public java.lang.String getWelcome()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||