Package model.entity
Class Follow
- java.lang.Object
-
- model.entity.Follow
-
- All Implemented Interfaces:
Serializable
@Entity public class Follow extends Object implements Serializable
Entità rappresentate una relazione "segui" tra un utente e una sezione- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Follow.Id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
void
setSection(Section section)
void
setUser(User user)
-