Class Version

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

public class Version extends Object implements Locatable, Serializable
See Also:
  • Field Details

    • uri

      protected URI uri
    • major

      protected String major
    • minor

      protected String minor
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI uri)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      uri - The new URI.
    • getMajor

      public String getMajor()
    • setMajor

      public void setMajor(String major)
    • getMinor

      public String getMinor()
    • setMinor

      public void setMinor(String minor)