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, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public LuCodeInfo()
public LuCodeInfo(LuCode luCode)
public RichTextInfo getDescr()
LuCode
public void setDescr(RichTextInfo descr)
public String getId()
HasId
public String getTypeKey()
HasType
getTypeKey
in interface HasType
public void setTypeKey(String typeKey)
@Deprecated public String getType()
HasType
@Deprecated public void setType(String typeKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.