Class Note
- java.lang.Object
-
- fi.metropolia.herbreferenceguide.database.Note
-
public class Note extends java.lang.Object
This class defines Note that can be fetched from database- Since:
- 2022-03-01
-
-
Constructor Summary
Constructors Constructor Description Note(int noteId, java.lang.String noteTitle, java.lang.String noteDescription)
Constructor for Note class
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNoteDescription()
Gets note descriptionint
getNoteId()
Gets not idjava.lang.String
getNoteTitle()
Gets note title
-