public class Version
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Version() |
Version(int major,
int minor,
int build,
int revision) |
Modifier and Type | Method and Description |
---|---|
int |
getBuild() |
int |
getMajor() |
int |
getMinor() |
int |
getRevision() |
java.lang.String |
toString() |