org.kuali.rice.kew.routeheader
Interface Routable
public interface Routable
Represents a Routable entity in the system. A Routable has a document ID as well as an indicator
as to whether or not this is the current and active instance of the Routable (this is used
for versioning).
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getDocumentId
java.lang.Long getDocumentId()
setDocumentId
void setDocumentId(java.lang.Long documentId)
getCurrentInd
java.lang.Boolean getCurrentInd()
setCurrentInd
void setCurrentInd(java.lang.Boolean currentInd)
getVersionNumber
java.lang.Integer getVersionNumber()
setVersionNumber
void setVersionNumber(java.lang.Integer versionNumber)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.