Package com.soffid.iam.model
Class UserAccountEntity
- java.lang.Object
-
- com.soffid.iam.model.UserAccountEntity
-
- Direct Known Subclasses:
UserAccountEntityImpl
public abstract class UserAccountEntity extends Object
Entity UserAccountEntity
-
-
Constructor Summary
Constructors Constructor Description UserAccountEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
customCache()
Operation customCacheboolean
equals(Object object)
Returnstrue
if the argument is an UserAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AccountEntity
getAccount()
Gets value for attribute accountBoolean
getApproved()
Gets value for attribute approvedLong
getId()
Gets value for attribute idDate
getUntilDate()
Gets value for attribute untilDateUserEntity
getUser()
Gets value for attribute userLong
getWorkflowId()
Gets value for attribute workflowIdint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAccount(AccountEntity account)
Sets value for attribute accountvoid
setApproved(Boolean approved)
Sets value for attribute approvedvoid
setId(Long id)
Sets value for attribute idvoid
setUntilDate(Date untilDate)
Sets value for attribute untilDatevoid
setUser(UserEntity user)
Sets value for attribute uservoid
setWorkflowId(Long workflowId)
Sets value for attribute workflowId
-
-
-
Method Detail
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getAccount
public AccountEntity getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(AccountEntity account)
Sets value for attribute account
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUntilDate
public Date getUntilDate()
Gets value for attribute untilDate
-
setUntilDate
public void setUntilDate(Date untilDate)
Sets value for attribute untilDate
-
getWorkflowId
public Long getWorkflowId()
Gets value for attribute workflowId
-
setWorkflowId
public void setWorkflowId(Long workflowId)
Sets value for attribute workflowId
-
getApproved
public Boolean getApproved()
Gets value for attribute approved
-
setApproved
public void setApproved(Boolean approved)
Sets value for attribute approved
-
customCache
public abstract void customCache()
Operation customCache
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an UserAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-