|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.lum.lo.dto.LoInfo
public class LoInfo
Detailed information about a learning objective
| Field Summary | |
|---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
loRepositoryKey
|
private MetaInfo |
metaInfo
|
private String |
name
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
| Constructor Summary | |
|---|---|
LoInfo()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Narrative description of the learning objective |
Date |
getEffectiveDate()
Date and time that this learning objective became effective. |
Date |
getExpirationDate()
Date and time that this learning objective expires. |
String |
getId()
Unique identifier for a learning objective record. |
String |
getLoRepositoryKey()
Unique identifier for a learning objective repository. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
Friendly name of the learning objective |
String |
getState()
The current status of the learning objective. |
String |
getType()
Unique identifier for a learning objective type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setLoRepositoryKey(String loRepositoryKey)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setState(String state)
|
void |
setType(String type)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private String name
private RichTextInfo desc
private String loRepositoryKey
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
| Constructor Detail |
|---|
public LoInfo()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getLoRepositoryKey()
public void setLoRepositoryKey(String loRepositoryKey)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes in interface HasAttributespublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||