Interface ApplicationVersion
- All Superinterfaces:
Serializable
The version of the application.
-
Method Details
-
getMajor
Deprecated.Returns the major version number of the application version. This version number is increased with the major changes and releases of the application.- Returns:
- the major version number of the application version
-
getMinor
Deprecated.Returns the minor version number of the application version. This version number is increased whenever new features are added in given release.- Returns:
- the minor version number of the application version
-
getFullVersion
String getFullVersion()Returns the full version of the application release.- Returns:
- the full version of the application release
-
getDisplayVersion
String getDisplayVersion()Returns the display version of the application. This is the version to be displayed to the customer, which can be different from the actual internal version.- Returns:
- the display version
-