Class RouteNodeConfigParam

All Implemented Interfaces:
Serializable, Cloneable, org.apache.ojb.broker.PersistenceBrokerAware, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, 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:
  • Constructor Details

    • RouteNodeConfigParam

      public RouteNodeConfigParam()
    • RouteNodeConfigParam

      public RouteNodeConfigParam(RouteNode routeNode, String key, String value)
  • Method Details