@Entity public class BranchState extends State
Branch
stored as a key-value pair of Strings.Modifier and Type | Field and Description |
---|---|
static String |
VARIABLE_PREFIX
Prefix under which "variables" are stored in the branch state table, to distinguish
them from non-variable key/value pairs.
|
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
BranchState() |
BranchState(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
BranchState |
deepCopy(Map<Object,Object> visited) |
Branch |
getBranch() |
String |
getBranchStateId() |
Integer |
getLockVerNbr() |
void |
setBranch(Branch branch) |
void |
setLockVerNbr(Integer lockVerNbr) |
getKey, getStateId, getValue, setKey, setStateId, setValue, toString
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
public static final String VARIABLE_PREFIX
public BranchState()
public BranchState(String key, String value)
public String getBranchStateId()
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public BranchState deepCopy(Map<Object,Object> visited)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.