public abstract class KeyEntityInfo extends EntityInfo implements KeyEntity, Serializable
Constructor and Description |
---|
KeyEntityInfo()
Constructs a new KeyEntityInfo.
|
KeyEntityInfo(KeyEntity keyEntity)
Constructs a new KeyEntityInfo from another KeyEntity.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Unique key to this object.
|
void |
setKey(String key) |
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public KeyEntityInfo()
public KeyEntityInfo(KeyEntity keyEntity)
keyEntity
- the KeyEntity to copypublic String getKey()
HasKey
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.