Interface NoteContract

All Superinterfaces:
Identifiable, Versioned
All Known Implementing Classes:
Note, Note.Builder

public interface NoteContract extends Identifiable, Versioned
  • Method Details

    • getDocumentId

      String getDocumentId()
    • getAuthorPrincipalId

      String getAuthorPrincipalId()
    • getCreateDate

      org.joda.time.DateTime getCreateDate()
    • getText

      String getText()