Class Browser

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

public class Browser extends Object implements Serializable
ValueObject Browser
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
    • getSerialNumber

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

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

      public String getDeviceType()
      Gets value for attribute deviceType
    • setDeviceType

      public void setDeviceType(String deviceType)
      Sets value for attribute deviceType
    • getOperatingSystem

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

      public void setOperatingSystem(String operatingSystem)
      Sets value for attribute operatingSystem
    • getBrowser

      public String getBrowser()
      Gets value for attribute browser
    • setBrowser

      public void setBrowser(String browser)
      Sets value for attribute browser
    • getCpu

      public String getCpu()
      Gets value for attribute cpu
    • setCpu

      public void setCpu(String cpu)
      Sets value for attribute cpu
    • getIp

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

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

      public String getLastUser()
      Gets value for attribute lastUser
    • setLastUser

      public void setLastUser(String lastUser)
      Sets value for attribute lastUser
    • getHostName

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

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

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

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • 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
    • toString

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