@MappedSuperclass public abstract class State extends PersistableBusinessObjectBase implements KeyValue
Modifier and Type | Field and Description |
---|---|
protected String |
stateId |
extension, versionNumber
Constructor and Description |
---|
State() |
State(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
customPrePersist() |
String |
getKey() |
String |
getStateId() |
String |
getValue() |
void |
setKey(String key) |
void |
setStateId(String stateId) |
void |
setValue(String value) |
protected LinkedHashMap<String,Object> |
toStringMapperFields() |
afterDelete, 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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public void customPrePersist()
public String getStateId()
public void setStateId(String stateId)
protected LinkedHashMap<String,Object> toStringMapperFields()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.