Class SecretEntity

  • Direct Known Subclasses:
    SecretEntityImpl

    public abstract class SecretEntity
    extends Object
    Entity SecretEntity
    • Constructor Detail

      • SecretEntity

        public SecretEntity()
    • Method Detail

      • getServer

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

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

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getId

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

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

        public byte[] getSecrets()
        Gets value for attribute secrets
      • setSecrets

        public void setSecrets​(byte[] secrets)
        Sets value for attribute secrets
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an SecretEntity 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