public final class DocumentSearchResultValue extends AbstractDataTransferObject implements DocumentSearchResultValueContract
DocumentSearchResultValueContract.
Instances of this class should be constructed using the nested DocumentSearchResultValue.Builder class.| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentSearchResultValue.Builder
A builder which can be used to construct
DocumentSearchResultValue instances. |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute> |
getDocumentAttributes()
Returns the customized document attribute values for this document search result.
|
String |
getDocumentId()
Returns the id of the document for which this customized result value applies.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDocumentId()
DocumentSearchResultValueContractgetDocumentId in interface DocumentSearchResultValueContractpublic List<DocumentAttribute> getDocumentAttributes()
DocumentSearchResultValueContractgetDocumentAttributes in interface DocumentSearchResultValueContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.