Package com.soffid.iam.model
Class IssueHostEntity
- java.lang.Object
-
- com.soffid.iam.model.IssueHostEntity
-
- Direct Known Subclasses:
IssueHostEntityImpl
public abstract class IssueHostEntity extends Object
Entity IssueHostEntity
-
-
Constructor Summary
Constructors Constructor Description IssueHostEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an IssueHostEntity instance and all identifiers for this entity equal the identifiers of the argument entity.com.soffid.iam.api.HostEventAction
getAction()
Gets value for attribute actionHostEntity
getHost()
Gets value for attribute hostString
getHostIp()
Gets value for attribute hostIpString
getHostName()
Gets value for attribute hostNameLong
getId()
Gets value for attribute idIssueEntity
getIssue()
Gets value for attribute issueint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAction(com.soffid.iam.api.HostEventAction action)
Sets value for attribute actionvoid
setHost(HostEntity host)
Sets value for attribute hostvoid
setHostIp(String hostIp)
Sets value for attribute hostIpvoid
setHostName(String hostName)
Sets value for attribute hostNamevoid
setId(Long id)
Sets value for attribute idvoid
setIssue(IssueEntity issue)
Sets value for attribute issue
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getIssue
public IssueEntity getIssue()
Gets value for attribute issue
-
setIssue
public void setIssue(IssueEntity issue)
Sets value for attribute issue
-
getHost
public HostEntity getHost()
Gets value for attribute host
-
setHost
public void setHost(HostEntity host)
Sets value for attribute host
-
getAction
public com.soffid.iam.api.HostEventAction getAction()
Gets value for attribute action
-
setAction
public void setAction(com.soffid.iam.api.HostEventAction action)
Sets value for attribute action
-
getHostName
public String getHostName()
Gets value for attribute hostName
-
setHostName
public void setHostName(String hostName)
Sets value for attribute hostName
-
getHostIp
public String getHostIp()
Gets value for attribute hostIp
-
setHostIp
public void setHostIp(String hostIp)
Sets value for attribute hostIp
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an IssueHostEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-