public final class MIVersion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
build
Build number
|
int |
major
Major number
|
int |
minor
Minor number
|
int |
modification
Modification number
|
| Constructor and Description |
|---|
MIVersion()
A default constructor
|
MIVersion(int major,
int minor,
int modification,
int build)
Constructs the
MIVersion object |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" the
MIVersion object |
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString() |
public int major
public int minor
public int modification
public int build
public MIVersion()
public MIVersion(int major,
int minor,
int modification,
int build)
MIVersion objectmajor - minor - modification - build - public boolean equals(java.lang.Object object)
MIVersion objectequals in class java.lang.Objectobject - - the reference object with which to comparetrue if this object is the same as the object argument; false otherwise.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object