Package model.entity
Class PostVote
- java.lang.Object
-
- model.entity.PostVote
-
- All Implemented Interfaces:
Serializable
@Entity public class PostVote extends Object implements Serializable
Entità rappresentate il voto ad un commento- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostVote.Id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()voidsetPost(Post post)voidsetUser(User user)
-