public interface DocumentStatusTransitionContract
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentId()The id parent document of the DocumentStatusTransition. | 
| String | getId()The unique id of the DocumentStatusTransition. | 
| String | getNewStatus()The new status value of the DocumentStatusTransition. | 
| String | getOldStatus()The previous status value of the DocumentStatusTransition. | 
| org.joda.time.DateTime | getStatusTransitionDate()The date of the DocumentStatusTransition. | 
String getDocumentId()
String getOldStatus()
String getNewStatus()
org.joda.time.DateTime getStatusTransitionDate()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.