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

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

public class RouteNodeConfigParam
extends KeyValuePair
implements Serializable

A route node definition configuration parameter. RouteNodeConfigParameters are extracted when the route node is parsed, and depend on route node implementation. (well, they actually depend on the route node parser because the parser is what will parse them, but the parser is not specialized per-node-type at this point)

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

Field Summary
private  Long id
          Primary key
private  RouteNode routeNode
          Foreign key to routenode table
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kew.engine.node.KeyValuePair
key, value
 
Constructor Summary
RouteNodeConfigParam()
           
RouteNodeConfigParam(RouteNode routeNode, String key, String value)
           
 
Method Summary
 Long getId()
           
 RouteNode getRouteNode()
           
 void setId(Long id)
           
 void setRouteNode(RouteNode routeNode)
           
 String 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

id

private Long id
Primary key


routeNode

private RouteNode routeNode
Foreign key to routenode table

Constructor Detail

RouteNodeConfigParam

public RouteNodeConfigParam()

RouteNodeConfigParam

public RouteNodeConfigParam(RouteNode routeNode,
                            String key,
                            String value)
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

getRouteNode

public RouteNode getRouteNode()
Returns:
the routeNode

setRouteNode

public void setRouteNode(RouteNode routeNode)
Parameters:
routeNode - the routeNode to set

toString

public String toString()
Overrides:
toString in class Object


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