Class HostServiceEntity

    • Constructor Detail

      • HostServiceEntity

        public HostServiceEntity()
    • Method Detail

      • getId

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

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

        public HostEntity getHost()
        Gets value for attribute host
      • setHost

        public void setHost​(HostEntity host)
        Sets value for attribute host
      • getService

        public String getService()
        Gets value for attribute service
      • setService

        public void setService​(String service)
        Sets value for attribute service
      • getCommand

        public String getCommand()
        Gets value for attribute command
      • setCommand

        public void setCommand​(String command)
        Sets value for attribute command
      • isManual

        public boolean isManual()
        Gets value for attribute manual
      • setManual

        public void setManual​(boolean manual)
        Sets value for attribute manual
      • getAccount

        public AccountEntity getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(AccountEntity account)
        Sets value for attribute account
      • equals

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