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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getDocumentId()
getDocumentId
in interface NoteContract
public String getAuthorPrincipalId()
getAuthorPrincipalId
in interface NoteContract
public org.joda.time.DateTime getCreateDate()
getCreateDate
in interface NoteContract
public String getText()
getText
in interface NoteContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.