org.kuali.rice.kew.framework.document.search
Class DocumentSearchResultValue
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.kew.framework.document.search.DocumentSearchResultValue
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:
- Serialized Form
 
 
 
 
getDocumentId
public String getDocumentId()
- Description copied from interface: DocumentSearchResultValueContract
- Returns the id of the document for which this customized result value applies.
 
- 
- Specified by:
- getDocumentIdin interface- DocumentSearchResultValueContract
 
- 
- Returns:
- the document id of the customized document search result
 
getDocumentAttributes
public List<DocumentAttribute> getDocumentAttributes()
- Description copied from interface: DocumentSearchResultValueContract
- Returns the customized document attribute values for this document search result.
 
- 
- Specified by:
- getDocumentAttributesin interface- DocumentSearchResultValueContract
 
- 
- Returns:
- the customized document attribute values for this document search result
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.