Class ServerInstanceEntity

    • Constructor Detail

      • ServerInstanceEntity

        public ServerInstanceEntity()
    • Method Detail

      • getId

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

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

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getUrl

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getServer

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

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

        public Date getLastSeen()
        Gets value for attribute lastSeen
      • setLastSeen

        public void setLastSeen​(Date lastSeen)
        Sets value for attribute lastSeen
      • getAuth

        public String getAuth()
        Gets value for attribute auth
      • setAuth

        public void setAuth​(String auth)
        Sets value for attribute auth
      • getTasks

        public int getTasks()
        Gets value for attribute tasks
      • setTasks

        public void setTasks​(int tasks)
        Sets value for attribute tasks
      • equals

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