public final class DocumentContent extends AbstractDataTransferObject implements DocumentContentContract
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentContent.Builder
A builder which can be used to construct
DocumentContent instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationContent() |
String |
getAttributeContent() |
String |
getDocumentId() |
int |
getFormatVersion() |
String |
getFullContent() |
String |
getSearchableContent() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDocumentId()
getDocumentId in interface DocumentContentContractpublic String getApplicationContent()
getApplicationContent in interface DocumentContentContractpublic String getAttributeContent()
getAttributeContent in interface DocumentContentContractpublic String getSearchableContent()
getSearchableContent in interface DocumentContentContractpublic int getFormatVersion()
getFormatVersion in interface DocumentContentContractpublic String getFullContent()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.