org.kuali.rice.kew.docsearch
Interface DocumentRouteHeaderEBO

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.ExternalizableBusinessObject, org.kuali.rice.core.api.mo.ModelObjectBasic, Serializable
All Known Implementing Classes:
DocSearchCriteriaDTO

public interface DocumentRouteHeaderEBO
extends org.kuali.rice.krad.bo.ExternalizableBusinessObject

This is a description of what this class does - Garey don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getAppDocId()
           
 String getAppDocStatus()
           
 Timestamp getDateCreated()
           
 String getDocRouteStatus()
           
 String getDocTitle()
           
 String getDocTypeFullName()
           
 String getDocumentId()
           
 String getInitiator()
           
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getAppDocId

String getAppDocId()

getDocRouteStatus

String getDocRouteStatus()

getAppDocStatus

String getAppDocStatus()

getDocTitle

String getDocTitle()

getDocTypeFullName

String getDocTypeFullName()

getInitiator

String getInitiator()

getDocumentId

String getDocumentId()

getDateCreated

Timestamp getDateCreated()
Returns:
the dateCreated


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.