java.lang.Object
com.genologics.ri.version.Version
- All Implemented Interfaces:
Locatable,Serializable
Represents a Clarity LIMS API version.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri
The URI of the version. -
major
The major version number. -
minor
The minor version number.
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getUri
Gets the URI of the version. -
setUri
Sets the URI of the version. -
getMajor
Gets the major version number.- Returns:
- The major version number.
-
setMajor
Sets the major version number.- Parameters:
major- The major version number.
-
getMinor
Gets the minor version number.- Returns:
- The minor version number.
-
setMinor
Sets the minor version number.- Parameters:
minor- The minor version number.
-