public interface IVersionBean extends java.lang.Comparable<IVersionBean>, IBean
Defines the version of an entity (which can be an application, a module etc.).
IVersionView,
IBean| Modifier and Type | Method and Description |
|---|---|
int |
getMajor()
The major version number
|
int |
getMinor()
The minor version number.
|
int |
getRevision()
The revision version number.
|
java.lang.String |
toString()
Returns a string representation of the version.
|
java.lang.String |
toString(boolean full)
Returns a string representation of the version.
|
buildDevString, cloneBean, getBeanVerint getMajor()
int getMinor()
int getRevision()
java.lang.String toString()
Returns a non-full version string (a full version includes the revision number even if its zero).
toString in class java.lang.ObjecttoString(boolean)java.lang.String toString(boolean full)
A full version includes the revision number even if its zero.
full - tells if a full format is required
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.