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 Classes
    Modifier and Type
    Class
    Description
    static final class 
    A builder which can be used to construct DocumentSearchResultValue instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait