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()
The unique identifier for an object.
|
String |
getText() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId 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()
VersionedgetVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.