org.kuali.rice.kew.engine.node
Class RouteNodeConfigParam
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kew.engine.node.RouteNodeConfigParam
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, KeyValue, RouteNodeConfigurationParameterContract, BusinessObject, PersistableBusinessObject
@Entity
public class RouteNodeConfigParam
- extends PersistableBusinessObjectBase
- implements KeyValue, RouteNodeConfigurationParameterContract
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
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
RouteNodeConfigParam
public RouteNodeConfigParam()
RouteNodeConfigParam
public RouteNodeConfigParam(RouteNode routeNode,
String key,
String value)
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
setId
public void setId(String 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
getKey
public String getKey()
- Specified by:
getKey
in interface KeyValue
getValue
public String getValue()
- Specified by:
getValue
in interface KeyValue
setKey
public void setKey(String key)
setValue
public void setValue(String value)
getRouteNodeId
public String getRouteNodeId()
- Specified by:
getRouteNodeId
in interface RouteNodeConfigurationParameterContract
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.