public class SCustomUserInfoValueImpl extends SPersistentObjectImpl implements 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, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setId, setTenantIdprotected long userId
protected long definitionId
protected String value
public String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic long getUserId()
getUserId in interface SCustomUserInfoValuepublic void setUserId(long userId)
public long getDefinitionId()
getDefinitionId in interface SCustomUserInfoValuepublic void setDefinitionId(long definitionId)
public String getValue()
getValue in interface SCustomUserInfoValuepublic void setValue(String value)
public int hashCode()
hashCode in class SPersistentObjectImplpublic boolean equals(Object obj)
equals in class SPersistentObjectImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.