Class Version

java.lang.Object
com.genologics.ri.version.Version
All Implemented Interfaces:
Locatable, Serializable

public class Version extends Object implements Locatable, Serializable
Represents a Clarity LIMS API version.
See Also:
  • Field Details

    • uri

      protected URI uri
      The URI of the version.
    • major

      protected String major
      The major version number.
    • minor

      protected String minor
      The minor version number.
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • getUri

      public URI getUri()
      Gets the URI of the version.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI of the version.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the version.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The URI of the version.
    • getMajor

      public String getMajor()
      Gets the major version number.
      Returns:
      The major version number.
    • setMajor

      public void setMajor(String major)
      Sets the major version number.
      Parameters:
      major - The major version number.
    • getMinor

      public String getMinor()
      Gets the minor version number.
      Returns:
      The minor version number.
    • setMinor

      public void setMinor(String minor)
      Sets the minor version number.
      Parameters:
      minor - The minor version number.