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 booleanequals(Object object)Returnstrueif the argument is an IssueUserEntity instance and all identifiers for this entity equal the identifiers of the argument entity.com.soffid.iam.api.EventUserActiongetAction()Gets value for attribute actionStringgetExternalId()Gets value for attribute externalIdLonggetId()Gets value for attribute idIssueEntitygetIssue()Gets value for attribute issueUserEntitygetUser()Gets value for attribute userStringgetUserName()Gets value for attribute userNameinthashCode()Returns a hash code based on this entity's identifiers.voidsetAction(com.soffid.iam.api.EventUserAction action)Sets value for attribute actionvoidsetExternalId(String externalId)Sets value for attribute externalIdvoidsetId(Long id)Sets value for attribute idvoidsetIssue(IssueEntity issue)Sets value for attribute issuevoidsetUser(UserEntity user)Sets value for attribute uservoidsetUserName(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)
Returnstrueif the argument is an IssueUserEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-