org.kuali.student.lum.lu.dto
Class CluResultInfo

java.lang.Object
  extended by org.kuali.student.lum.lu.dto.CluResultInfo
All Implemented Interfaces:
Serializable, HasTypeState, Idable

public class CluResultInfo
extends Object
implements Serializable, Idable, HasTypeState

Information about a CLU result.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

desc

private RichTextInfo desc

cluId

private String cluId

resultOptions

private List<ResultOptionInfo> resultOptions

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

metaInfo

private MetaInfo metaInfo

type

private String type

state

private String state

id

private String id
Constructor Detail

CluResultInfo

public CluResultInfo()
Method Detail

getDesc

public RichTextInfo getDesc()
Narrative description of the CLU result.


setDesc

public void setDesc(RichTextInfo desc)

getCluId

public String getCluId()
The cluId to which the CLU Result is linked. Unique identifier for a Canonical Learning Unit (CLU).


setCluId

public void setCluId(String cluId)

getResultOptions

public List<ResultOptionInfo> getResultOptions()
List of learning result option information.


setResultOptions

public void setResultOptions(List<ResultOptionInfo> resultOptions)

getEffectiveDate

public Date getEffectiveDate()
Date and time that this CLU result became effective. This is a similar concept to the effective date on enumerated values. When an expiration date has been specified, this field must be less than or equal to the expiration date.


setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()
Date and time that this CLU result expires. This is a similar concept to the expiration date on enumerated values. If specified, this must be greater than or equal to the effective date. If this field is not specified, then no expiration date has been currently defined and should automatically be considered greater than the effective date.


setExpirationDate

public void setExpirationDate(Date expirationDate)

getMetaInfo

public MetaInfo getMetaInfo()
Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations.


setMetaInfo

public void setMetaInfo(MetaInfo metaInfo)

getType

public String getType()
Unique identifier for a clu learning result object type.

Specified by:
getType in interface HasTypeState

setType

public void setType(String type)
Specified by:
setType in interface HasTypeState

getState

public String getState()
The current status of the CLU Result. The values for this field are constrained to those in the cluResultState enumeration. A separate setup operation does not exist for retrieval of the meta data around this value.

Specified by:
getState in interface HasTypeState

setState

public void setState(String state)
Specified by:
setState in interface HasTypeState

getId

public String getId()
Unique identifier for a CLU result. This is optional, due to the identifier being set at the time of creation. Once the result set has been created, this should be seen as required.

Specified by:
getId in interface Idable

setId

public void setId(String id)
Specified by:
setId in interface Idable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.