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
另请参见:
序列化表格

字段摘要
protected  Map<String,String> details
           
protected  String id
           
protected  String key
           
protected  String parentId
           
protected  String password
           
protected  byte[] passwordBytes
           
protected  int revision
           
protected  String type
           
static String TYPE_USERINFO
           
protected  String userId
           
protected  String value
           
 
构造方法摘要
IdentityInfoEntity()
           
 
方法摘要
 Map<String,String> getDetails()
           
 String getId()
           
 String getKey()
           
 String getName()
           
 String getParentId()
           
 String getPassword()
           
 byte[] getPasswordBytes()
           
 Object getPersistentState()
          Returns a representation of the object, as would be stored in the database.
 int getRevision()
           
 int getRevisionNext()
           
 String getType()
           
 String getUserId()
           
 String getUsername()
           
 String getValue()
           
 void setDetails(Map<String,String> details)
           
 void setId(String id)
           
 void setKey(String key)
           
 void setParentId(String parentId)
           
 void setPassword(String password)
           
 void setPasswordBytes(byte[] passwordBytes)
           
 void setRevision(int revision)
           
 void setType(String type)
           
 void setUserId(String userId)
           
 void setValue(String value)
           
 
从类 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.