Class NotesEntity

java.lang.Object
com.skava.entities.NotesEntity
All Implemented Interfaces:
Serializable

@Entity(name="user_notes") public class NotesEntity extends Object implements 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 Details

    • NotesEntity

      public NotesEntity()
      Default constructor. Instantiates a new NotesEntity object.