Version Interface
- public interface Version
extends Serializable
This interface defines versioning data.
-
All Superinterfaces
-
Serializable
getBuildNumber() Method
public int getBuildNumber()
Returns the build number.
Returns
- the build number.
getDescription() Method
public String
getDescription()
Returns the description for this version.
Returns
- the description for this version.
getMajor() Method
public int getMajor()
Returns the major version number.
Returns
- the major version number.
getMinor() Method
public int getMinor()
Returns the minor version number.
Returns
- the minor version number.