org.kuali.rice.kew.api.document.node
Class RouteNodeInstanceState

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.node.RouteNodeInstanceState
All Implemented Interfaces:
Serializable, Identifiable, ModelObjectBasic, ModelObjectComplete, RouteNodeInstanceStateContract

public final class RouteNodeInstanceState
extends AbstractDataTransferObject
implements RouteNodeInstanceStateContract

See Also:
Serialized Form

Nested Class Summary
static class RouteNodeInstanceState.Builder
          A builder which can be used to construct RouteNodeInstanceState instances.
 
Method Summary
 String getId()
          The unique identifier for an object.
 String getKey()
           
 String getValue()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

getValue

public String getValue()
Specified by:
getValue in interface RouteNodeInstanceStateContract

getKey

public String getKey()
Specified by:
getKey in interface RouteNodeInstanceStateContract


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.