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 booleanequals(Object object)Returnstrueif the argument is an IssueHostEntity instance and all identifiers for this entity equal the identifiers of the argument entity.com.soffid.iam.api.HostEventActiongetAction()Gets value for attribute actionHostEntitygetHost()Gets value for attribute hostStringgetHostIp()Gets value for attribute hostIpStringgetHostName()Gets value for attribute hostNameLonggetId()Gets value for attribute idIssueEntitygetIssue()Gets value for attribute issueinthashCode()Returns a hash code based on this entity's identifiers.voidsetAction(com.soffid.iam.api.HostEventAction action)Sets value for attribute actionvoidsetHost(HostEntity host)Sets value for attribute hostvoidsetHostIp(String hostIp)Sets value for attribute hostIpvoidsetHostName(String hostName)Sets value for attribute hostNamevoidsetId(Long id)Sets value for attribute idvoidsetIssue(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)
Returnstrueif the argument is an IssueHostEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-