|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lo.dto.LoRepositoryInfo
public class LoRepositoryInfo
Detailed information about a learning objective repository, including the root node.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
name
|
private String |
rootLoId
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
LoRepositoryInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Narrative description of the learning objective repository |
Date |
getEffectiveDate()
Date and time that this learning objective repository became effective. |
Date |
getExpirationDate()
Date and time that this learning objective repository expires. |
String |
getId()
Unique identifier for a learning objective repository. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
Friendly name of the repository |
String |
getRootLoId()
Identifier for the root node of the learning objective repository. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setRootLoId(String rootLoId)
|
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 name
private RichTextInfo desc
private String rootLoId
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String id
Constructor Detail |
---|
public LoRepositoryInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getRootLoId()
public void setRootLoId(String rootLoId)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
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 |