org.kuali.rice.kew.api.note
Interface NoteContract

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

public interface NoteContract
extends Identifiable, Versioned


Method Summary
 String getAuthorPrincipalId()
           
 org.joda.time.DateTime getCreateDate()
           
 String getDocumentId()
           
 String getText()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 

Method Detail

getDocumentId

String getDocumentId()

getAuthorPrincipalId

String getAuthorPrincipalId()

getCreateDate

org.joda.time.DateTime getCreateDate()

getText

String getText()


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.