Class License

    • Constructor Detail

      • License

        public License()
    • Method Detail

      • getOwner

        @Nullable
        public String getOwner()
        Owner of the license
        Returns:
        owner
      • setOwner

        public void setOwner​(String owner)
      • getEdition

        @Nullable
        public String getEdition()
        name of the Bonita edition enabled by the license (Community,...)
        Returns:
        edition
      • setEdition

        public void setEdition​(String edition)
      • getNbCpuCores

        @Nullable
        public String getNbCpuCores()
        number of CPUs
        Returns:
        nbCpuCores
      • setNbCpuCores

        public void setNbCpuCores​(String nbCpuCores)
      • expirationDate

        public License expirationDate​(Long expirationDate)
      • getExpirationDate

        @Nullable
        public Long getExpirationDate()
        License expiration date with format: `yyyy-MM-dd HH:mm:ss.SSS`
        Returns:
        expirationDate
      • setExpirationDate

        public void setExpirationDate​(Long expirationDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object