All Superinterfaces:
IView, Serializable

public interface INote extends IView
This is a generic interface for a Note
  • Field Details

  • Method Details

    • getCreated

      Time getCreated()
      the creation date of the note
      Returns:
      the time the note was created
    • getUserID

      IThingID getUserID()
      the user ID of who wrote the note
      Returns:
      the ID of teh user who wrote the note
    • getNote

      String getNote()
      The note
      Returns:
      the text of the note
    • getNoteID

      int getNoteID()
      Get the Note ID
      Returns:
      the ID of the note