Class DocumentSearchResultValue
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete,DocumentSearchResultValueContract
public final class DocumentSearchResultValue
extends AbstractDataTransferObject
implements DocumentSearchResultValueContract
An immutable data transfer object implementation of the
DocumentSearchResultValueContract.
Instances of this class should be constructed using the nested DocumentSearchResultValue.Builder class.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructDocumentSearchResultValueinstances. -
Method Summary
Modifier and TypeMethodDescriptionReturns the customized document attribute values for this document search result.Returns the id of the document for which this customized result value applies.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getDocumentId
Description copied from interface:DocumentSearchResultValueContractReturns the id of the document for which this customized result value applies.- Specified by:
getDocumentIdin interfaceDocumentSearchResultValueContract- Returns:
- the document id of the customized document search result
-
getDocumentAttributes
Description copied from interface:DocumentSearchResultValueContractReturns the customized document attribute values for this document search result.- Specified by:
getDocumentAttributesin interfaceDocumentSearchResultValueContract- Returns:
- the customized document attribute values for this document search result
-