|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lu.dto.LuCodeInfo
public class LuCodeInfo
Detailed information about learning unit codes.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private String |
descr
|
private String |
id
|
private MetaInfo |
metaInfo
|
private static long |
serialVersionUID
|
private String |
type
|
private String |
value
|
Constructor Summary | |
---|---|
LuCodeInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getDescr()
The description of the code. |
String |
getId()
Unique identifier for an LU code record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getType()
|
String |
getValue()
The code's value. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDescr(String descr)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setType(String type)
The code's type |
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String descr
private String type
private String value
private Map<String,String> attributes
private MetaInfo metaInfo
private String id
Constructor Detail |
---|
public LuCodeInfo()
Method Detail |
---|
public String getDescr()
public void setDescr(String descr)
public void setType(String type)
public String getType()
public String getValue()
public void setValue(String value)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |