public abstract class IdEntityInfo extends EntityInfo implements IdEntity, Serializable
Modifier | Constructor and Description |
---|---|
protected |
IdEntityInfo()
Constructs a new IdEntityInfo.
|
|
IdEntityInfo(IdEntity idEntity)
Constructs a new IdEntityInfo from another IdEntity.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
The system assigned unique id to identify this Object.
|
void |
setId(String id) |
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
protected IdEntityInfo()
public IdEntityInfo(IdEntity idEntity)
idEntity
- the IdEntity to copypublic String getId()
HasId
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.