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, setTenantId
protected long userId
protected long definitionId
protected String value
public String getDiscriminator()
getDiscriminator
in interface org.bonitasoft.engine.persistence.PersistentObject
public long getUserId()
getUserId
in interface SCustomUserInfoValue
public void setUserId(long userId)
public long getDefinitionId()
getDefinitionId
in interface SCustomUserInfoValue
public void setDefinitionId(long definitionId)
public String getValue()
getValue
in interface SCustomUserInfoValue
public void setValue(String value)
public int hashCode()
hashCode
in class SPersistentObjectImpl
public boolean equals(Object obj)
equals
in class SPersistentObjectImpl
Copyright © 2018 Bonitasoft S.A.. All rights reserved.