@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, versionNumber| Constructor and Description |
|---|
BranchState() |
BranchState(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
getBranch() |
String |
getBranchStateId() |
Integer |
getLockVerNbr() |
void |
setBranch(Branch branch) |
void |
setBranchStateId(String branchStateId) |
void |
setLockVerNbr(Integer lockVerNbr) |
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 static final String VARIABLE_PREFIX
public BranchState()
public BranchState(String key, String value)
public String getBranchStateId()
public void setBranchStateId(String branchStateId)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.