@MappedSuperclass public abstract class State extends PersistableBusinessObjectBase implements KeyValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
stateId |
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
State() |
State(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getStateId() |
String |
getValue() |
void |
setKey(String key) |
void |
setStateId(String stateId) |
void |
setValue(String value) |
String |
toString()
This will return a proper string representation of the Model Object.
|
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, setVersionNumberpublic String getStateId()
public void setStateId(String stateId)
public String toString()
ModelObjectBasictoString in interface ModelObjectBasictoString in class BusinessObjectBaseCopyright © 2005–2015 The Kuali Foundation. All rights reserved.