Package com.skava.entities
Class NotesEntity
java.lang.Object
com.skava.entities.NotesEntity
- All Implemented Interfaces:
Serializable
This class defines the Notes entity. This entity contains the following relationships properties -
Many to one with User entity. This entity maintains notes information of an user like notes title and description.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotesEntity
public NotesEntity()Default constructor. Instantiates a new NotesEntity object.
-