Class DocumentStatusTransition

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.DocumentStatusTransition
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, DocumentStatusTransitionContract

public final class DocumentStatusTransition extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements DocumentStatusTransitionContract
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A builder which can be used to construct DocumentStatusTransition instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    The id parent document of the DocumentStatusTransition.
    The unique id of the DocumentStatusTransition.
    The new status value of the DocumentStatusTransition.
    The previous status value of the DocumentStatusTransition.
    org.joda.time.DateTime
    The date of the DocumentStatusTransition.

    Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject

    afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait