Class VersionInfoDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.VersionInfoDTO
All Implemented Interfaces:
Comparable<VersionInfoDTO>

public class VersionInfoDTO extends Object implements Comparable<VersionInfoDTO>
This class holds version information about a solution or product in a server.
  • Field Details

    • version

      public String version
      The version string of the solution/product. This String is typically of the form "integer.integer.integer".
    • binaryVersion

      public int[] binaryVersion
      The version of the solution/product as numeric value. The main version is the first entry in the integer array.
  • Constructor Details

    • VersionInfoDTO

      public VersionInfoDTO()
  • Method Details