Class HostEntity

  • Direct Known Subclasses:
    HostEntityImpl

    public abstract class HostEntity
    extends Object
    Entity HostEntity
    • Constructor Detail

      • HostEntity

        public HostEntity()
    • 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
      • getOldOS

        public String getOldOS()
        Gets value for attribute oldOS
      • setOldOS

        public void setOldOS​(String oldOS)
        Sets value for attribute oldOS
      • getHostIP

        public String getHostIP()
        Gets value for attribute hostIP
      • setHostIP

        public void setHostIP​(String hostIP)
        Sets value for attribute hostIP
      • getDescription

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

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

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

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

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

        public void setMail​(String mail)
        Sets value for attribute mail
      • getFolders

        public String getFolders()
        Gets value for attribute folders
      • setFolders

        public void setFolders​(String folders)
        Sets value for attribute folders
      • getUserProfiles

        public Collection<UserEntity> getUserProfiles()
        Gets value for attribute userProfiles
      • setUserProfiles

        public void setUserProfiles​(Collection<UserEntity> userProfiles)
        Sets value for attribute userProfiles
      • getNetwork

        public NetworkEntity getNetwork()
        Gets value for attribute network
      • setNetwork

        public void setNetwork​(NetworkEntity network)
        Sets value for attribute network
      • getPrintersServer

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

        public void setPrintersServer​(String printersServer)
        Sets value for attribute printersServer
      • getMac

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

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

        public Collection<HostAdminEntity> getAdministratorAuthorizationAccess()
        Gets value for attribute administratorAuthorizationAccess
      • setAdministratorAuthorizationAccess

        public void setAdministratorAuthorizationAccess​(Collection<HostAdminEntity> administratorAuthorizationAccess)
        Sets value for attribute administratorAuthorizationAccess
      • getAdministratorUser

        public String getAdministratorUser()
        Gets value for attribute administratorUser
      • setAdministratorUser

        public void setAdministratorUser​(String administratorUser)
        Sets value for attribute administratorUser
      • getAdministratorPassword

        public String getAdministratorPassword()
        Gets value for attribute administratorPassword
      • setAdministratorPassword

        public void setAdministratorPassword​(String administratorPassword)
        Sets value for attribute administratorPassword
      • getAdministratorPasswordDate

        public Date getAdministratorPasswordDate()
        Gets value for attribute administratorPasswordDate
      • setAdministratorPasswordDate

        public void setAdministratorPasswordDate​(Date administratorPasswordDate)
        Sets value for attribute administratorPasswordDate
      • getSerialNumber

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

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

        public Boolean getDynamicIP()
        Gets value for attribute dynamicIP
      • setDynamicIP

        public void setDynamicIP​(Boolean dynamicIP)
        Sets value for attribute dynamicIP
      • getLastSeen

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

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

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

        public void setCreated​(Date created)
        Sets value for attribute created
      • getDeleted

        public Boolean getDeleted()
        Gets value for attribute deleted
      • setDeleted

        public void setDeleted​(Boolean deleted)
        Sets value for attribute deleted
      • getLocked

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

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

        public OsTypeEntity getOperatingSystem()
        Gets value for attribute operatingSystem
      • setOperatingSystem

        public void setOperatingSystem​(OsTypeEntity operatingSystem)
        Sets value for attribute operatingSystem
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

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