@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, setVersionNumber
public String getStateId()
public void setStateId(String stateId)
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class BusinessObjectBase
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.