org.kuali.student.r2.lum.clu.dto
Class CluResultInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.IdNamelessEntityInfo
                  extended by org.kuali.student.r2.lum.clu.dto.CluResultInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, CluResult

public class CluResultInfo
extends IdNamelessEntityInfo
implements Serializable, CluResult

See Also:
Serialized Form

Constructor Summary
CluResultInfo()
           
CluResultInfo(CluResult cluResult)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

CluResultInfo

public CluResultInfo()

CluResultInfo

public CluResultInfo(CluResult cluResult)
Method Detail

getCluId

public String getCluId()
Description copied from interface: CluResult
The cluId to which the CLU Result is linked. Unique identifier for a Canonical Learning Unit (CLU).

Specified by:
getCluId in interface CluResult

setCluId

public void setCluId(String cluId)

getDescr

public RichTextInfo getDescr()
Description copied from interface: CluResult
Narrative description of the CLU Result

Specified by:
getDescr in interface CluResult

setDescr

public void setDescr(RichTextInfo descr)

getResultOptions

public List<ResultOptionInfo> getResultOptions()
Description copied from interface: CluResult
List of learning result option information.

Specified by:
getResultOptions in interface CluResult

setResultOptions

public void setResultOptions(List<ResultOptionInfo> resultOptions)

getEffectiveDate

public Date getEffectiveDate()
Description copied from interface: HasEffectiveDates
Date/time this object became effective. Must be less than or equal to the expirationDate specified.

Specified by:
getEffectiveDate in interface HasEffectiveDates

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()
Description copied from interface: HasEffectiveDates
Date/time this relationship is no longer effective. Must be greater than or equal to the effectiveDate specified.

Specified by:
getExpirationDate in interface HasEffectiveDates

setExpirationDate

public void setExpirationDate(Date expirationDate)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.