Class Note

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.note.Note
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, NoteContract

public final class Note extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements NoteContract
See Also:
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • getDocumentId

      public String getDocumentId()
      Specified by:
      getDocumentId in interface NoteContract
    • getAuthorPrincipalId

      public String getAuthorPrincipalId()
      Specified by:
      getAuthorPrincipalId in interface NoteContract
    • getCreateDate

      public org.joda.time.DateTime getCreateDate()
      Specified by:
      getCreateDate in interface NoteContract
    • getText

      public String getText()
      Specified by:
      getText in interface NoteContract
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned