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, setMetaInfo
getAttributes, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public EntityInfo.Builder()
public EntityInfo.Builder(Entity entity)
public String getName()
Entity
public RichTextInfo getDescr()
Entity
public void setDescr(RichTextInfo descr)
public String getTypeKey()
HasType
getTypeKey
in interface HasType
public void setTypeKey(String typeKey)
public String getStateKey()
HasState
getStateKey
in interface HasState
public void setStateKey(String stateKey)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.