org.kuali.rice.kew.docsearch
Class DocumentSearchContext
java.lang.Object
org.kuali.rice.kew.docsearch.DocumentSearchContext
- All Implemented Interfaces:
- Serializable
public class DocumentSearchContext
- extends Object
- implements Serializable
This class contains all the information needed for document search, validation and indexing.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
documentId
protected String documentId
documentTypeName
protected String documentTypeName
documentContent
protected String documentContent
DocumentSearchContext
public DocumentSearchContext()
getDocumentContent
public String getDocumentContent()
- Returns:
- the documentContent
setDocumentContent
public void setDocumentContent(String documentContent)
- Parameters:
documentContent
- the documentContent to set
getDocumentId
public String getDocumentId()
- Returns:
- the documentId
setDocumentId
public void setDocumentId(String documentId)
- Parameters:
documentId
- the documentId to set
getDocumentTypeName
public String getDocumentTypeName()
- Returns:
- the documentTypeName
setDocumentTypeName
public void setDocumentTypeName(String documentTypeName)
- Parameters:
documentTypeName
- the documentTypeName to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.