Class DocumentSearchResultValue
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,DocumentSearchResultValueContract
public final class DocumentSearchResultValue
extends org.kuali.rice.core.api.mo.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 TypeMethodDescriptionList<org.kuali.rice.kew.api.document.attribute.DocumentAttribute> Returns 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
-