Class EnvelopeVersion

java.lang.Object
com.aquima.interactions.foundation.security.core.EnvelopeVersion
All Implemented Interfaces:
Serializable

public final class EnvelopeVersion extends Object implements Serializable
Version of the envelope.
Since:
5.1
Author:
m.hesselink
See Also:
  • Field Details

    • R4_2_1

      public static final EnvelopeVersion R4_2_1
      release 4 final export
  • Method Details

    • getVersion

      public String getVersion()
      Get the version of this envelope.
      Returns:
      string representation of this version;
    • getReleaseDate

      public DateValue getReleaseDate()
      Get the release date of this envelope.
      Returns:
      the release date of this envelope.
    • toString

      public String toString()
      Generates a string representation of this version. in the format: 'version year-month-day'
      Overrides:
      toString in class Object
      Returns:
      a string representation of this version.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object