|
||||||||||
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.CluResultInfo
public class CluResultInfo
Information about a CLU result.
Field Summary | |
---|---|
private String |
cluId
|
private RichTextInfo |
desc
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private List<ResultOptionInfo> |
resultOptions
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
CluResultInfo()
|
Method Summary | |
---|---|
String |
getCluId()
The cluId to which the CLU Result is linked. |
RichTextInfo |
getDesc()
Narrative description of the CLU result. |
Date |
getEffectiveDate()
Date and time that this CLU result became effective. |
Date |
getExpirationDate()
Date and time that this CLU result expires. |
String |
getId()
Unique identifier for a CLU result. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
List<ResultOptionInfo> |
getResultOptions()
List of learning result option information. |
String |
getState()
The current status of the CLU Result. |
String |
getType()
Unique identifier for a clu learning result object type. |
void |
setCluId(String cluId)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setResultOptions(List<ResultOptionInfo> resultOptions)
|
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 RichTextInfo desc
private String cluId
private List<ResultOptionInfo> resultOptions
private Date effectiveDate
private Date expirationDate
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public CluResultInfo()
Method Detail |
---|
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getCluId()
public void setCluId(String cluId)
public List<ResultOptionInfo> getResultOptions()
public void setResultOptions(List<ResultOptionInfo> resultOptions)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |