Class HostService

    • Constructor Detail

      • HostService

        public HostService()
      • HostService

        public HostService​(Long hostId,
                           String hostName,
                           String service,
                           Long accountId,
                           String accountName,
                           String accountSystem,
                           boolean manual)
      • HostService

        public HostService​(HostService otherBean)
    • Method Detail

      • getId

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

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

        public Long getHostId()
        Gets value for attribute hostId
      • setHostId

        public void setHostId​(Long hostId)
        Sets value for attribute hostId
      • getHostName

        public String getHostName()
        Gets value for attribute hostName
      • setHostName

        public void setHostName​(String hostName)
        Sets value for attribute hostName
      • 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
      • getAccountId

        public Long getAccountId()
        Gets value for attribute accountId
      • setAccountId

        public void setAccountId​(Long accountId)
        Sets value for attribute accountId
      • getAccountName

        public String getAccountName()
        Gets value for attribute accountName
      • setAccountName

        public void setAccountName​(String accountName)
        Sets value for attribute accountName
      • getAccountSystem

        public String getAccountSystem()
        Gets value for attribute accountSystem
      • setAccountSystem

        public void setAccountSystem​(String accountSystem)
        Sets value for attribute accountSystem
      • isManual

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

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

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object