public abstract class EntityInfo extends HasAttributesAndMetaInfo implements Entity, Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EntityInfo.Builder
The builder class for this abstract EntityInfo. 
 | 
attributes| Modifier | Constructor and Description | 
|---|---|
protected  | 
EntityInfo()  | 
protected  | 
EntityInfo(Entity builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
RichTextInfo | 
getDescr()
A description of the entity. 
 | 
String | 
getName()
A display name for this entity. 
 | 
String | 
getStateKey()
Name: State Key
 Unique identifier for the state of this object. 
 | 
String | 
getTypeKey()
Unique key for the type of this object. 
 | 
getMetagetAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributesprotected EntityInfo()
protected EntityInfo(Entity builder)
public String getName()
Entitypublic RichTextInfo getDescr()
Entitypublic String getTypeKey()
HasTypegetTypeKey in interface HasTypepublic String getStateKey()
HasStategetStateKey in interface HasStateCopyright © 2004–2014 The Kuali Foundation. All rights reserved.