Package com.soffid.iam.model
Class HostEntity
- java.lang.Object
-
- com.soffid.iam.model.HostEntity
-
- Direct Known Subclasses:
HostEntityImpl
public abstract class HostEntity extends Object
Entity HostEntity
-
-
Constructor Summary
Constructors Constructor Description HostEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an HostEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<HostAdminEntity>
getAdministratorAuthorizationAccess()
Gets value for attribute administratorAuthorizationAccessString
getAdministratorPassword()
Gets value for attribute administratorPasswordDate
getAdministratorPasswordDate()
Gets value for attribute administratorPasswordDateString
getAdministratorUser()
Gets value for attribute administratorUserCollection<HostAttributeEntity>
getAttributes()
Gets value for attribute attributesDate
getCreated()
Gets value for attribute createdBoolean
getDeleted()
Gets value for attribute deletedString
getDescription()
Gets value for attribute descriptionString
getDhcp()
Gets value for attribute dhcpBoolean
getDynamicIP()
Gets value for attribute dynamicIPCollection<HostEntryPointEntity>
getEntryPoints()
Gets value for attribute entryPointsCollection<IssueHostEntity>
getEvents()
Gets value for attribute eventsString
getFolders()
Gets value for attribute foldersCollection<HostAliasEntity>
getHostAlias()
Gets value for attribute hostAliasString
getHostIP()
Gets value for attribute hostIPLong
getId()
Gets value for attribute idDate
getLastSeen()
Gets value for attribute lastSeenBoolean
getLocked()
Gets value for attribute lockedString
getMac()
Gets value for attribute macString
getMail()
Gets value for attribute mailString
getName()
Gets value for attribute nameNetworkEntity
getNetwork()
Gets value for attribute networkString
getOldOS()
Gets value for attribute oldOSOsTypeEntity
getOperatingSystem()
Gets value for attribute operatingSystemCollection<HostPortEntity>
getPorts()
Gets value for attribute portsCollection<PrinterEntity>
getPrinters()
Gets value for attribute printersString
getPrintersServer()
Gets value for attribute printersServerString
getSerialNumber()
Gets value for attribute serialNumberCollection<HostServiceEntity>
getServices()
Gets value for attribute servicesCollection<HostSystemEntity>
getSystems()
Gets value for attribute systemsTenantEntity
getTenant()
Gets value for attribute tenantCollection<UserEntity>
getUserProfiles()
Gets value for attribute userProfilesint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAdministratorAuthorizationAccess(Collection<HostAdminEntity> administratorAuthorizationAccess)
Sets value for attribute administratorAuthorizationAccessvoid
setAdministratorPassword(String administratorPassword)
Sets value for attribute administratorPasswordvoid
setAdministratorPasswordDate(Date administratorPasswordDate)
Sets value for attribute administratorPasswordDatevoid
setAdministratorUser(String administratorUser)
Sets value for attribute administratorUservoid
setAttributes(Collection<HostAttributeEntity> attributes)
Sets value for attribute attributesvoid
setCreated(Date created)
Sets value for attribute createdvoid
setDeleted(Boolean deleted)
Sets value for attribute deletedvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDhcp(String dhcp)
Sets value for attribute dhcpvoid
setDynamicIP(Boolean dynamicIP)
Sets value for attribute dynamicIPvoid
setEntryPoints(Collection<HostEntryPointEntity> entryPoints)
Sets value for attribute entryPointsvoid
setEvents(Collection<IssueHostEntity> events)
Sets value for attribute eventsvoid
setFolders(String folders)
Sets value for attribute foldersvoid
setHostAlias(Collection<HostAliasEntity> hostAlias)
Sets value for attribute hostAliasvoid
setHostIP(String hostIP)
Sets value for attribute hostIPvoid
setId(Long id)
Sets value for attribute idvoid
setLastSeen(Date lastSeen)
Sets value for attribute lastSeenvoid
setLocked(Boolean locked)
Sets value for attribute lockedvoid
setMac(String mac)
Sets value for attribute macvoid
setMail(String mail)
Sets value for attribute mailvoid
setName(String name)
Sets value for attribute namevoid
setNetwork(NetworkEntity network)
Sets value for attribute networkvoid
setOldOS(String oldOS)
Sets value for attribute oldOSvoid
setOperatingSystem(OsTypeEntity operatingSystem)
Sets value for attribute operatingSystemvoid
setPorts(Collection<HostPortEntity> ports)
Sets value for attribute portsvoid
setPrinters(Collection<PrinterEntity> printers)
Sets value for attribute printersvoid
setPrintersServer(String printersServer)
Sets value for attribute printersServervoid
setSerialNumber(String serialNumber)
Sets value for attribute serialNumbervoid
setServices(Collection<HostServiceEntity> services)
Sets value for attribute servicesvoid
setSystems(Collection<HostSystemEntity> systems)
Sets value for attribute systemsvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setUserProfiles(Collection<UserEntity> userProfiles)
Sets value for attribute userProfiles
-
-
-
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
-
getPrinters
public Collection<PrinterEntity> getPrinters()
Gets value for attribute printers
-
setPrinters
public void setPrinters(Collection<PrinterEntity> printers)
Sets value for attribute printers
-
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
-
getHostAlias
public Collection<HostAliasEntity> getHostAlias()
Gets value for attribute hostAlias
-
setHostAlias
public void setHostAlias(Collection<HostAliasEntity> hostAlias)
Sets value for attribute hostAlias
-
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
-
getAttributes
public Collection<HostAttributeEntity> getAttributes()
Gets value for attribute attributes
-
setAttributes
public void setAttributes(Collection<HostAttributeEntity> attributes)
Sets value for attribute attributes
-
getEntryPoints
public Collection<HostEntryPointEntity> getEntryPoints()
Gets value for attribute entryPoints
-
setEntryPoints
public void setEntryPoints(Collection<HostEntryPointEntity> entryPoints)
Sets value for attribute entryPoints
-
getSystems
public Collection<HostSystemEntity> getSystems()
Gets value for attribute systems
-
setSystems
public void setSystems(Collection<HostSystemEntity> systems)
Sets value for attribute systems
-
getServices
public Collection<HostServiceEntity> getServices()
Gets value for attribute services
-
setServices
public void setServices(Collection<HostServiceEntity> services)
Sets value for attribute services
-
getEvents
public Collection<IssueHostEntity> getEvents()
Gets value for attribute events
-
setEvents
public void setEvents(Collection<IssueHostEntity> events)
Sets value for attribute events
-
getPorts
public Collection<HostPortEntity> getPorts()
Gets value for attribute ports
-
setPorts
public void setPorts(Collection<HostPortEntity> ports)
Sets value for attribute ports
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an HostEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-