Package com.soffid.iam.model
Class IssueUserEntity
- java.lang.Object
-
- com.soffid.iam.model.IssueUserEntity
-
- Direct Known Subclasses:
IssueUserEntityImpl
public abstract class IssueUserEntity extends Object
Entity IssueUserEntity
-
-
Constructor Summary
Constructors Constructor Description IssueUserEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an IssueUserEntity instance and all identifiers for this entity equal the identifiers of the argument entity.com.soffid.iam.api.EventUserAction
getAction()
Gets value for attribute actionString
getExternalId()
Gets value for attribute externalIdLong
getId()
Gets value for attribute idIssueEntity
getIssue()
Gets value for attribute issueUserEntity
getUser()
Gets value for attribute userString
getUserName()
Gets value for attribute userNameint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAction(com.soffid.iam.api.EventUserAction action)
Sets value for attribute actionvoid
setExternalId(String externalId)
Sets value for attribute externalIdvoid
setId(Long id)
Sets value for attribute idvoid
setIssue(IssueEntity issue)
Sets value for attribute issuevoid
setUser(UserEntity user)
Sets value for attribute uservoid
setUserName(String userName)
Sets value for attribute userName
-
-
-
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
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getAction
public com.soffid.iam.api.EventUserAction getAction()
Gets value for attribute action
-
setAction
public void setAction(com.soffid.iam.api.EventUserAction action)
Sets value for attribute action
-
getUserName
public String getUserName()
Gets value for attribute userName
-
setUserName
public void setUserName(String userName)
Sets value for attribute userName
-
getExternalId
public String getExternalId()
Gets value for attribute externalId
-
setExternalId
public void setExternalId(String externalId)
Sets value for attribute externalId
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an IssueUserEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-