org.activiti.engine.impl.persistence.entity
类 IdentityInfoEntity
java.lang.Object
org.activiti.engine.impl.persistence.entity.IdentityInfoEntity
- 所有已实现的接口:
- Serializable, HasRevision, PersistentObject
public class IdentityInfoEntity
- extends Object
- implements PersistentObject, HasRevision, Serializable
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_USERINFO
public static final String TYPE_USERINFO
- 另请参见:
- 常量字段值
id
protected String id
revision
protected int revision
type
protected String type
userId
protected String userId
key
protected String key
value
protected String value
password
protected String password
passwordBytes
protected byte[] passwordBytes
parentId
protected String parentId
details
protected Map<String,String> details
IdentityInfoEntity
public IdentityInfoEntity()
getPersistentState
public Object getPersistentState()
- 从接口
PersistentObject
复制的描述
- Returns a representation of the object,
as would be stored in the database.
Used when deciding if updates have
occurred to the object or not since
it was last loaded.
- 指定者:
- 接口
PersistentObject
中的 getPersistentState
getRevisionNext
public int getRevisionNext()
- 指定者:
- 接口
HasRevision
中的 getRevisionNext
getId
public String getId()
- 指定者:
- 接口
PersistentObject
中的 getId
setId
public void setId(String id)
- 指定者:
- 接口
PersistentObject
中的 setId
getRevision
public int getRevision()
- 指定者:
- 接口
HasRevision
中的 getRevision
setRevision
public void setRevision(int revision)
- 指定者:
- 接口
HasRevision
中的 setRevision
getType
public String getType()
setType
public void setType(String type)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
getPasswordBytes
public byte[] getPasswordBytes()
setPasswordBytes
public void setPasswordBytes(byte[] passwordBytes)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getName
public String getName()
getUsername
public String getUsername()
getParentId
public String getParentId()
setParentId
public void setParentId(String parentId)
getDetails
public Map<String,String> getDetails()
setDetails
public void setDetails(Map<String,String> details)
Copyright © 2013 Alfresco. All rights reserved.