public class LuCodeInfo extends HasAttributesAndMetaInfo implements LuCode, Serializable
| Constructor and Description |
|---|
LuCodeInfo() |
LuCodeInfo(LuCode luCode) |
| Modifier and Type | Method and Description |
|---|---|
RichTextInfo |
getDescr()
An optional description describing the code's value
|
String |
getId()
The system assigned unique id to identify this Object.
|
String |
getType()
Deprecated.
|
String |
getTypeKey()
A unique identifier for the type of this object.
|
String |
getValue()
The Lu code's value
|
void |
setDescr(RichTextInfo descr) |
void |
setId(String id) |
void |
setType(String typeKey)
Deprecated.
|
void |
setTypeKey(String typeKey) |
void |
setValue(String value) |
getMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic LuCodeInfo()
public LuCodeInfo(LuCode luCode)
public RichTextInfo getDescr()
LuCodepublic void setDescr(RichTextInfo descr)
public String getId()
HasIdpublic String getTypeKey()
HasTypegetTypeKey in interface HasTypepublic void setTypeKey(String typeKey)
@Deprecated public String getType()
HasType@Deprecated public void setType(String typeKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.