Class Host

java.lang.Object
com.soffid.iam.am.api.Host
All Implemented Interfaces:
Serializable

public class Host extends Object implements Serializable
ValueObject Host
See Also:
  • Constructor Details

  • Method Details

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

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

      public void setNetwork(String network)
      Sets value for attribute network
    • getNetworkCode

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

      public void setNetworkCode(String network)
      Sets value for attribute network
    • getIp

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

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

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

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

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

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

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

      public void setFolders(Boolean folders)
      Sets value for attribute folders
    • getOffice

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setDhcp(String dhcp)
      Sets value for attribute dhcp
    • 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
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getDeleted

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

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

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