Package model.entity
Class User
- java.lang.Object
-
- model.entity.User
-
- All Implemented Interfaces:
Serializable
@Entity public class User extends Object implements Serializable
Entità rappresentate un utente della community- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
admin
protected List<Ban>
bans
protected Instant
creationDate
protected String
description
protected String
email
protected Integer
id
protected byte[]
password
protected String
picture
protected byte[]
salt
protected String
username
-
Constructor Summary
Constructors Constructor Description User()
-
-
-
Field Detail
-
password
protected byte[] password
-
salt
protected byte[] salt
-
description
protected String description
-
creationDate
protected Instant creationDate
-
-
Constructor Detail
-
User
public User()
-
-