public class IdentityInfoEntityImpl extends AbstractIdmEngineEntity implements IdentityInfoEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
details |
protected String |
key |
protected String |
parentId |
protected String |
password |
protected byte[] |
passwordBytes |
protected String |
type |
protected String |
userId |
protected String |
value |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionTYPE_USERINFO| Constructor and Description |
|---|
IdentityInfoEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDetails() |
String |
getKey() |
String |
getName() |
String |
getParentId() |
String |
getPassword() |
byte[] |
getPasswordBytes() |
Object |
getPersistentState() |
String |
getType() |
String |
getUserId() |
String |
getUsername() |
String |
getValue() |
void |
setDetails(Map<String,String> details) |
void |
setKey(String key) |
void |
setParentId(String parentId) |
void |
setPassword(String password) |
void |
setPasswordBytes(byte[] passwordBytes) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setValue(String value) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String type
protected String userId
protected String key
protected String value
protected String password
protected byte[] passwordBytes
protected String parentId
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getType()
getType in interface IdentityInfoEntitypublic void setType(String type)
setType in interface IdentityInfoEntitypublic String getUserId()
getUserId in interface IdentityInfoEntitypublic void setUserId(String userId)
setUserId in interface IdentityInfoEntitypublic String getKey()
getKey in interface IdentityInfoEntitypublic void setKey(String key)
setKey in interface IdentityInfoEntitypublic String getValue()
getValue in interface IdentityInfoEntitypublic void setValue(String value)
setValue in interface IdentityInfoEntitypublic byte[] getPasswordBytes()
getPasswordBytes in interface IdentityInfoEntitypublic void setPasswordBytes(byte[] passwordBytes)
setPasswordBytes in interface IdentityInfoEntitypublic String getPassword()
getPassword in interface IdentityInfoEntitypublic void setPassword(String password)
setPassword in interface IdentityInfoEntitypublic String getName()
getName in interface IdentityInfoEntitypublic String getUsername()
getUsername in interface IdentityInfoEntitypublic String getParentId()
getParentId in interface IdentityInfoEntitypublic void setParentId(String parentId)
setParentId in interface IdentityInfoEntitypublic Map<String,String> getDetails()
getDetails in interface IdentityInfoEntitypublic void setDetails(Map<String,String> details)
setDetails in interface IdentityInfoEntityCopyright © 2019. All rights reserved.