Package com._1c.g5.v8.bm.core
Class BmVersion
java.lang.Object
com._1c.g5.v8.bm.core.BmVersion
- All Implemented Interfaces:
Comparable<BmVersion>
Version.
-
Constructor Details
-
BmVersion
public BmVersion(int majorSegment, int minorSegment) Constructs a new instance.- Parameters:
majorSegment- The major segment.minorSegment- The minor segment.
-
-
Method Details
-
getMajorSegment
public int getMajorSegment()Gets major segment.- Returns:
- the major segment.
-
getMinorSegment
public int getMinorSegment()Gets minor segment.- Returns:
- the minor segment.
-
compareTo
- Specified by:
compareToin interfaceComparable<BmVersion>
-
equals
-
hashCode
public int hashCode() -
toString
-