public static class EntityInfo.Builder extends HasAttributesAndMetaInfo.Builder implements Entity
| Constructor and Description |
|---|
EntityInfo.Builder() |
EntityInfo.Builder(Entity entity) |
| 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.
|
void |
setDescr(RichTextInfo descr) |
void |
setName(String name) |
void |
setStateKey(String stateKey) |
void |
setTypeKey(String typeKey) |
getMeta, setMetaInfogetAttributes, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic EntityInfo.Builder()
public EntityInfo.Builder(Entity entity)
public String getName()
Entitypublic RichTextInfo getDescr()
Entitypublic void setDescr(RichTextInfo descr)
public String getTypeKey()
HasTypegetTypeKey in interface HasTypepublic void setTypeKey(String typeKey)
public String getStateKey()
HasStategetStateKey in interface HasStatepublic void setStateKey(String stateKey)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.