Package com.complexible.common.version
Class Version
java.lang.Object
com.complexible.common.version.Version
- All Implemented Interfaces:
Comparable<Version>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
-
-
Method Details
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getPatch
public int getPatch() -
setMajor
public void setMajor(int theMajor) -
setMinor
public void setMinor(int theMinor) -
setPatch
public void setPatch(int thePatch) -
setExtra
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Version>
-