Class ServerCertificateEntity

    • Constructor Detail

      • ServerCertificateEntity

        public ServerCertificateEntity()
    • Method Detail

      • getServer

        public ServerEntity getServer()
        Gets value for attribute server
      • setServer

        public void setServer​(ServerEntity server)
        Sets value for attribute server
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getCert

        public byte[] getCert()
        Gets value for attribute cert
      • setCert

        public void setCert​(byte[] cert)
        Sets value for attribute cert
      • getSince

        public Date getSince()
        Gets value for attribute since
      • setSince

        public void setSince​(Date since)
        Sets value for attribute since
      • getUntil

        public Date getUntil()
        Gets value for attribute until
      • setUntil

        public void setUntil​(Date until)
        Sets value for attribute until
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ServerCertificateEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object