|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.CamsVersion
Version information for the Cams code component.
Version| Method Summary | |
String |
getBuildDate()
Return the build date of the component. |
String |
getDescription()
Get the description of the component. |
static Version |
getInstance()
Get the single instance of the CamsVersion object. |
int |
getMajorVersion()
Get the major version of the component. |
int |
getMinorVersion()
Get the minor version of the component. |
String |
getName()
Get the name of the component. |
int |
getPatchNumber()
Get the patch number of the component. |
String |
getType()
Return the type of the component. |
String |
getVersion()
Get the version string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final Version getInstance()
public String getName()
getName in interface Versionpublic String getDescription()
getDescription in interface Versionpublic int getMajorVersion()
getMajorVersion in interface Versionpublic int getMinorVersion()
getMinorVersion in interface Versionpublic int getPatchNumber()
getPatchNumber in interface Versionpublic String getType()
getType in interface Versionpublic String getBuildDate()
getBuildDate in interface Versionpublic String getVersion()
getVersion in interface Version
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||