Class Host

    • 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
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getNetworkCode

        public String getNetworkCode()
        Gets value for attribute networkCode
      • setNetworkCode

        public void setNetworkCode​(String networkCode)
        Sets value for attribute networkCode
      • getDhcp

        public String getDhcp()
        Gets value for attribute dhcp
      • setDhcp

        public void setDhcp​(String dhcp)
        Sets value for attribute dhcp
      • getIp

        public String getIp()
        Gets value for attribute ip
      • setIp

        public void setIp​(String ip)
        Sets value for attribute ip
      • getOs

        public String getOs()
        Gets value for attribute os
      • setOs

        public void setOs​(String os)
        Sets value for attribute os
      • getMail

        public Boolean getMail()
        Gets value for attribute mail
      • setMail

        public void setMail​(Boolean mail)
        Sets value for attribute mail
      • getOffice

        public Boolean getOffice()
        Gets value for attribute office
      • setOffice

        public void setOffice​(Boolean office)
        Sets value for attribute office
      • getMac

        public String getMac()
        Gets value for attribute mac
      • setMac

        public void setMac​(String mac)
        Sets value for attribute mac
      • getHostAlias

        public List<String> getHostAlias()
        Gets value for attribute hostAlias
      • setHostAlias

        public void setHostAlias​(List<String> hostAlias)
        Sets value for attribute hostAlias
      • getPrintersServer

        public Boolean getPrintersServer()
        Gets value for attribute printersServer
      • setPrintersServer

        public void setPrintersServer​(Boolean printersServer)
        Sets value for attribute printersServer
      • getDynamicIp

        public Boolean getDynamicIp()
        Gets value for attribute dynamicIp
      • setDynamicIp

        public void setDynamicIp​(Boolean dynamicIp)
        Sets value for attribute dynamicIp
      • getSerialNumber

        public String getSerialNumber()
        Gets value for attribute serialNumber
      • setSerialNumber

        public void setSerialNumber​(String serialNumber)
        Sets value for attribute serialNumber
      • getLastSeen

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

        public void setLastSeen​(Calendar lastSeen)
        Sets value for attribute lastSeen
      • getCreated

        public Calendar getCreated()
        Gets value for attribute created
      • setCreated

        public void setCreated​(Calendar created)
        Sets value for attribute created
      • getLocked

        public Boolean getLocked()
        Gets value for attribute locked
      • setLocked

        public void setLocked​(Boolean locked)
        Sets value for attribute locked
      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets value for attribute attributes
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Sets value for attribute attributes
      • toString

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

        public static Host toHost​(Maquina vo)
        Creates a Host value object based on a Maquina object.
      • toHostList

        public static List<Host> toHostList​(Collection<Maquina> source)
        Creates a Host list on a Maquina collection.
      • toHostAsyncList

        public static AsyncList<Host> toHostAsyncList​(AsyncList<Maquina> source)
        Creates a Host asynclist on a Maquina collection.
      • toHostArray

        public static Host[] toHostArray​(Maquina[] source)
        Creates a Host array on a Maquina array.
      • toHost

        public static void toHost​(Maquina source,
                                  Host target)
        Updates a Host value object based on a Maquina object.