public class IdentityInfoEntityImpl extends Object implements IdentityInfoEntity, Serializable
Modifier and Type | Field and Description |
---|---|
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 |
protected String |
userId |
protected String |
value |
TYPE_USERINFO
Constructor and Description |
---|
IdentityInfoEntityImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String id
protected int revision
protected String type
protected String userId
protected String key
protected String value
protected String password
protected byte[] passwordBytes
protected String parentId
public Object getPersistentState()
Entity
getPersistentState
in interface Entity
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public int getRevision()
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getType()
getType
in interface IdentityInfoEntity
public void setType(String type)
setType
in interface IdentityInfoEntity
public String getUserId()
getUserId
in interface IdentityInfoEntity
public void setUserId(String userId)
setUserId
in interface IdentityInfoEntity
public String getKey()
getKey
in interface IdentityInfoEntity
public void setKey(String key)
setKey
in interface IdentityInfoEntity
public String getValue()
getValue
in interface IdentityInfoEntity
public void setValue(String value)
setValue
in interface IdentityInfoEntity
public byte[] getPasswordBytes()
getPasswordBytes
in interface IdentityInfoEntity
public void setPasswordBytes(byte[] passwordBytes)
setPasswordBytes
in interface IdentityInfoEntity
public String getPassword()
getPassword
in interface IdentityInfoEntity
public void setPassword(String password)
setPassword
in interface IdentityInfoEntity
public String getName()
getName
in interface IdentityInfoEntity
public String getUsername()
getUsername
in interface IdentityInfoEntity
public String getParentId()
getParentId
in interface IdentityInfoEntity
public void setParentId(String parentId)
setParentId
in interface IdentityInfoEntity
public Map<String,String> getDetails()
getDetails
in interface IdentityInfoEntity
public void setDetails(Map<String,String> details)
setDetails
in interface IdentityInfoEntity
Copyright © 2015 Alfresco. All rights reserved.