Package de.trustable.ca3s.core.domain
Class UserPreference
- java.lang.Object
-
- de.trustable.ca3s.core.domain.UserPreference
-
- All Implemented Interfaces:
Serializable
@Entity public class UserPreference extends Object implements Serializable
A UserPreference.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringUSER_PREFERENCE_KEYCLOAK_IDstatic StringUSER_PREFERENCE_SAML_ID
-
Constructor Summary
Constructors Constructor Description UserPreference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPreferencecontent(String content)booleanequals(Object o)StringgetContent()LonggetId()StringgetName()LonggetUserId()inthashCode()UserPreferenceid(Long id)UserPreferencename(String name)voidsetContent(String content)voidsetId(Long id)voidsetName(String name)voidsetUserId(Long userId)StringtoString()UserPreferenceuserId(Long userId)
-
-
-
Field Detail
-
USER_PREFERENCE_KEYCLOAK_ID
public static final String USER_PREFERENCE_KEYCLOAK_ID
- See Also:
- Constant Field Values
-
USER_PREFERENCE_SAML_ID
public static final String USER_PREFERENCE_SAML_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
-
id
public UserPreference id(Long id)
-
setId
public void setId(Long id)
-
getUserId
public Long getUserId()
-
userId
public UserPreference userId(Long userId)
-
setUserId
public void setUserId(Long userId)
-
getName
public String getName()
-
name
public UserPreference name(String name)
-
setName
public void setName(String name)
-
getContent
public String getContent()
-
content
public UserPreference content(String content)
-
setContent
public void setContent(String content)
-
-