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, toString
public String getDocumentId()
DocumentSearchResultValueContract
getDocumentId
in interface DocumentSearchResultValueContract
public List<DocumentAttribute> getDocumentAttributes()
DocumentSearchResultValueContract
getDocumentAttributes
in interface DocumentSearchResultValueContract
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.