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 Booleanadminprotected List<Ban>bansprotected InstantcreationDateprotected Stringdescriptionprotected Stringemailprotected Integeridprotected byte[]passwordprotected Stringpictureprotected byte[]saltprotected Stringusername
-
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()
-
-