org.kuali.rice.kew.engine.node
Class NodeState

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.KeyValuePair
      extended by org.kuali.rice.kew.engine.node.State
          extended by org.kuali.rice.kew.engine.node.NodeState
All Implemented Interfaces:
Serializable, org.apache.commons.collections.KeyValue

public class NodeState
extends State

The state of a RouteNodeInstance represented as a key-value pair of Strings.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  Integer lockVerNbr
           
private  RouteNodeInstance nodeInstance
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kew.engine.node.State
stateId
 
Fields inherited from class org.kuali.rice.kew.engine.node.KeyValuePair
key, value
 
Constructor Summary
NodeState()
           
NodeState(String key, String value)
           
 
Method Summary
 Integer getLockVerNbr()
           
 RouteNodeInstance getNodeInstance()
           
 Long getNodeStateId()
           
 void setLockVerNbr(Integer lockVerNbr)
           
 void setNodeInstance(RouteNodeInstance nodeInstance)
           
 void setNodeStateId(Long nodeStateId)
           
 
Methods inherited from class org.kuali.rice.kew.engine.node.State
beforeInsert, getStateId, setStateId, toString
 
Methods inherited from class org.kuali.rice.kew.engine.node.KeyValuePair
getKey, getValue, setKey, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

nodeInstance

private RouteNodeInstance nodeInstance

lockVerNbr

private Integer lockVerNbr
Constructor Detail

NodeState

public NodeState()

NodeState

public NodeState(String key,
                 String value)
Method Detail

getNodeInstance

public RouteNodeInstance getNodeInstance()

setNodeInstance

public void setNodeInstance(RouteNodeInstance nodeInstance)

getNodeStateId

public Long getNodeStateId()

setNodeStateId

public void setNodeStateId(Long nodeStateId)

getLockVerNbr

public Integer getLockVerNbr()

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)


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