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.
|
getMeta
getAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
protected EntityInfo()
protected EntityInfo(Entity builder)
public String getName()
Entity
public RichTextInfo getDescr()
Entity
public String getTypeKey()
HasType
getTypeKey
in interface HasType
public String getStateKey()
HasState
getStateKey
in interface HasState
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.