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, toString
public String getDocumentId()
getDocumentId
in interface DocumentContentContract
public String getApplicationContent()
getApplicationContent
in interface DocumentContentContract
public String getAttributeContent()
getAttributeContent
in interface DocumentContentContract
public String getSearchableContent()
getSearchableContent
in interface DocumentContentContract
public int getFormatVersion()
getFormatVersion
in interface DocumentContentContract
public String getFullContent()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.