Class SCustomUserInfoValue
- java.lang.Object
-
- org.bonitasoft.engine.identity.model.SCustomUserInfoValue
-
- All Implemented Interfaces:
java.io.Serializable
,PersistentObject
@Entity public class SCustomUserInfoValue extends java.lang.Object implements PersistentObject
- Author:
- Anthony Birembaut, Baptiste Mesta, Elias Ricken de Medeiros
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFINITION_ID
protected long
definitionId
static java.lang.String
ID
static java.lang.String
USER_ID
protected long
userId
protected java.lang.String
value
static java.lang.String
VALUE
-
Constructor Summary
Constructors Constructor Description SCustomUserInfoValue()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
USER_ID
public static final java.lang.String USER_ID
- See Also:
- Constant Field Values
-
DEFINITION_ID
public static final java.lang.String DEFINITION_ID
- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
- See Also:
- Constant Field Values
-
userId
protected long userId
-
definitionId
protected long definitionId
-
value
protected java.lang.String value
-
-