@Entity public class RouteNodeConfigParam extends PersistableBusinessObjectBase implements KeyValue, RouteNodeConfigurationParameterContract
extension, newCollectionRecord, objectId
Constructor and Description |
---|
RouteNodeConfigParam() |
RouteNodeConfigParam(RouteNode routeNode,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The unique identifier for an object.
|
String |
getKey() |
RouteNode |
getRouteNode() |
String |
getRouteNodeId() |
String |
getValue() |
void |
setId(String id) |
void |
setKey(String key) |
void |
setRouteNode(RouteNode routeNode) |
void |
setValue(String value) |
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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public RouteNodeConfigParam()
public RouteNodeConfigParam(RouteNode routeNode, String key, String value)
public String getId()
Identifiable
getId
in interface Identifiable
public RouteNode getRouteNode()
public void setRouteNode(RouteNode routeNode)
routeNode
- the routeNode to setpublic String getRouteNodeId()
getRouteNodeId
in interface RouteNodeConfigurationParameterContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.