@Entity public class NodeState extends State
RouteNodeInstance represented as a key-value pair of Strings.extension, versionNumber| Constructor and Description | 
|---|
| NodeState() | 
| NodeState(String key,
                  String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getLockVerNbr() | 
| RouteNodeInstance | getNodeInstance() | 
| String | getNodeStateId() | 
| void | setLockVerNbr(Integer lockVerNbr) | 
| void | setNodeInstance(RouteNodeInstance nodeInstance) | 
| void | setNodeStateId(String nodeStateId) | 
customPrePersist, getKey, getStateId, getValue, setKey, setStateId, setValue, toStringMapperFieldsafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic NodeState()
public RouteNodeInstance getNodeInstance()
public void setNodeInstance(RouteNodeInstance nodeInstance)
public String getNodeStateId()
public void setNodeStateId(String nodeStateId)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.