public class CluResultInfo extends IdNamelessEntityInfo implements Serializable, CluResult
Constructor and Description |
---|
CluResultInfo() |
CluResultInfo(CluResult cluResult) |
Modifier and Type | Method and Description |
---|---|
String |
getCluId()
The cluId to which the CLU Result is linked.
|
RichTextInfo |
getDescr()
Narrative description of the CLU Result
|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
List<ResultOptionInfo> |
getResultOptions()
List of learning result option information.
|
void |
setCluId(String cluId) |
void |
setDescr(RichTextInfo descr) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setResultOptions(List<ResultOptionInfo> resultOptions) |
String |
toString() |
getId, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public CluResultInfo()
public CluResultInfo(CluResult cluResult)
public String getCluId()
CluResult
public RichTextInfo getDescr()
CluResult
public void setDescr(RichTextInfo descr)
public List<ResultOptionInfo> getResultOptions()
CluResult
getResultOptions
in interface CluResult
public void setResultOptions(List<ResultOptionInfo> resultOptions)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.