org.bonitasoft.engine.identity.model.impl
public class SCustomUserInfoValueImpl extends SPersistentObjectImpl implements org.bonitasoft.engine.identity.model.SCustomUserInfoValue
| Modifier and Type | Field and Description |
|---|---|
protected long |
definitionId |
protected long |
userId |
protected String |
value |
| Constructor and Description |
|---|
SCustomUserInfoValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDefinitionId() |
String |
getDiscriminator() |
long |
getUserId() |
String |
getValue() |
int |
hashCode() |
void |
setDefinitionId(long definitionId) |
void |
setUserId(long userId) |
void |
setValue(String value) |
String |
toString() |
getId, getTenantId, setId, setTenantIdprotected long userId
protected long definitionId
protected String value
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getUserId()
getUserId in interface org.bonitasoft.engine.identity.model.SCustomUserInfoValuepublic void setUserId(long userId)
public long getDefinitionId()
getDefinitionId in interface org.bonitasoft.engine.identity.model.SCustomUserInfoValuepublic void setDefinitionId(long definitionId)
public String getValue()
getValue in interface org.bonitasoft.engine.identity.model.SCustomUserInfoValuepublic void setValue(String value)
public int hashCode()
hashCode in class SPersistentObjectImplpublic boolean equals(Object obj)
equals in class SPersistentObjectImplCopyright © 2014 Bonitasoft S.A.. All rights reserved.