public class UserAccountEntityImpl extends AbstractIdmEngineEntity implements UserAccountEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessAccountId |
protected Date |
creationTime |
protected String |
creatorId |
protected String |
externalUserId |
protected String |
name |
protected String |
state |
protected String |
subState |
protected String |
subType |
protected String |
tenantId |
protected String |
type |
protected String |
updaterId |
protected Date |
updateTime |
protected String |
userAccountDefinitionId |
protected String |
userId |
| Constructor and Description |
|---|
UserAccountEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessAccountId()
The id of the business account id this user account is linked to (e.g.
|
Date |
getCreationTime()
The time of creation of this account
|
String |
getCreatorId()
The id of the user that created this account
|
String |
getExternalUserId()
The id of the user within the external system (e.g.
|
String |
getName()
The name of the account.
|
Object |
getPersistentState() |
String |
getState()
The state of the user account
|
String |
getSubState()
The sub state of the user account
|
String |
getSubType()
The sub type of the account.
|
String |
getTenantId()
The id of the tenant that this user account belongs to
|
String |
getType()
The type of the account.
|
String |
getUpdaterId()
The id of the user that last updated the account
|
Date |
getUpdateTime()
The time of the last update of this account
|
String |
getUserAccountDefinitionId()
The id of the user account definition for this user account
|
String |
getUserId()
The id of the user that this account belongs to.
|
void |
setBusinessAccountId(String businessAccountId) |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setExternalUserId(String externalUserId) |
void |
setName(String name) |
void |
setState(String state) |
void |
setSubState(String subState) |
void |
setSubType(String subType) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
void |
setUpdaterId(String updaterId) |
void |
setUpdateTime(Date updateTime) |
void |
setUserAccountDefinitionId(String userAccountDefinitionId) |
void |
setUserId(String userId) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, isActiveprotected String userId
protected String tenantId
protected String name
protected String type
protected String subType
protected String state
protected String subState
protected String businessAccountId
protected String externalUserId
protected String userAccountDefinitionId
protected String creatorId
protected Date creationTime
protected String updaterId
protected Date updateTime
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getUserId()
UserAccountnull if the account is not yet linked with a user (during onboarding for example).getUserId in interface UserAccountpublic void setUserId(String userId)
setUserId in interface UserAccountEntitypublic String getTenantId()
UserAccountgetTenantId in interface UserAccountpublic void setTenantId(String tenantId)
setTenantId in interface UserAccountEntitypublic String getName()
UserAccountgetName in interface UserAccountpublic void setName(String name)
setName in interface UserAccountEntitypublic String getType()
UserAccountgetType in interface UserAccountpublic void setType(String type)
setType in interface UserAccountEntitypublic String getSubType()
UserAccountgetSubType in interface UserAccountpublic void setSubType(String subType)
setSubType in interface UserAccountEntitypublic String getState()
UserAccountgetState in interface UserAccountpublic void setState(String state)
setState in interface UserAccountEntitypublic String getSubState()
UserAccountgetSubState in interface UserAccountpublic void setSubState(String subState)
setSubState in interface UserAccountEntitypublic String getBusinessAccountId()
UserAccountgetBusinessAccountId in interface UserAccountpublic void setBusinessAccountId(String businessAccountId)
setBusinessAccountId in interface UserAccountEntitypublic String getExternalUserId()
UserAccountgetExternalUserId in interface UserAccountpublic void setExternalUserId(String externalUserId)
setExternalUserId in interface UserAccountEntitypublic String getUserAccountDefinitionId()
UserAccountgetUserAccountDefinitionId in interface UserAccountpublic void setUserAccountDefinitionId(String userAccountDefinitionId)
setUserAccountDefinitionId in interface UserAccountEntitypublic String getCreatorId()
UserAccountgetCreatorId in interface UserAccountpublic void setCreatorId(String creatorId)
setCreatorId in interface UserAccountEntitypublic Date getCreationTime()
UserAccountgetCreationTime in interface UserAccountpublic void setCreationTime(Date creationTime)
setCreationTime in interface UserAccountEntitypublic String getUpdaterId()
UserAccountgetUpdaterId in interface UserAccountpublic void setUpdaterId(String updaterId)
setUpdaterId in interface UserAccountEntitypublic Date getUpdateTime()
UserAccountgetUpdateTime in interface UserAccountpublic void setUpdateTime(Date updateTime)
setUpdateTime in interface UserAccountEntityCopyright © 2019. All rights reserved.