java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.Version
All Implemented Interfaces:
Serializable

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

    • versionName

      protected String versionName
    • comment

      protected String comment
  • Constructor Details

    • Version

      public Version()
      Constructs a localized string.
    • Version

      public Version(String versionName)
      Constructs a localized string.
      Parameters:
      versionName - the version name.
    • Version

      public Version(String versionName, String comment)
      Constructs a localized string.
      Parameters:
      versionName - the version name.
      comment - the comment.
  • Method Details

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getVersionName

      public String getVersionName()
    • setVersionName

      public void setVersionName(String versionName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object