public final class Note extends AbstractDataTransferObject implements NoteContract
| Modifier and Type | Class and Description |
|---|---|
static class |
Note.Builder
A builder which can be used to construct
Note instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorPrincipalId() |
org.joda.time.DateTime |
getCreateDate() |
String |
getDocumentId() |
String |
getId() |
String |
getText() |
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getDocumentId()
getDocumentId in interface NoteContractpublic String getAuthorPrincipalId()
getAuthorPrincipalId in interface NoteContractpublic org.joda.time.DateTime getCreateDate()
getCreateDate in interface NoteContractpublic String getText()
getText in interface NoteContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2018 The Kuali Foundation. All rights reserved.