org.kuali.student.r1.lum.lu.dto
Class CluLoRelationInfo

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

public class CluLoRelationInfo
extends Object
implements Serializable, Idable, HasTypeState, HasAttributes

Detailed information about a CLU to LO relation.

See Also:
Serialized Form

Constructor Summary
CluLoRelationInfo()
           
 
Method Summary
 Map<String,String> getAttributes()
          List of key/value pairs, typically used for dynamic attributes.
 String getCluId()
          Unique identifier for a Canonical Learning Unit (CLU).
 Date getEffectiveDate()
          Date and time that this CLU to LO relationship became effective.
 Date getExpirationDate()
          Date and time that this CLU to LO relationship expires.
 String getId()
          Unique identifier for a single CLU LO Relation record.
 String getLoId()
          Unique identifier for a learning objective record.
 MetaInfo getMetaInfo()
          Create and last update info for the structure.
 String getState()
          Identifier for the current status of a CLU to LO relationship.
 String getType()
          Unique identifier for a clu lo relation type.
 void setAttributes(Map<String,String> attributes)
           
 void setCluId(String cluId)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setId(String id)
           
 void setLoId(String loId)
           
 void setMetaInfo(MetaInfo metaInfo)
           
 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
 

Constructor Detail

CluLoRelationInfo

public CluLoRelationInfo()
Method Detail

getCluId

public String getCluId()
Unique identifier for a Canonical Learning Unit (CLU).


setCluId

public void setCluId(String cluId)

getLoId

public String getLoId()
Unique identifier for a learning objective record.


setLoId

public void setLoId(String loId)

getEffectiveDate

public Date getEffectiveDate()
Date and time that this CLU to LO relationship 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 to LO relationship expires. This is a similar concept to the expiration date on enumerated values. If specified, this should 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)

getAttributes

public Map<String,String> getAttributes()
List of key/value pairs, typically used for dynamic attributes.

Specified by:
getAttributes in interface HasAttributes

setAttributes

public void setAttributes(Map<String,String> attributes)
Specified by:
setAttributes in interface HasAttributes

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 lo relation type.

Specified by:
getType in interface HasTypeState

setType

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

getState

public String getState()
Identifier for the current status of a CLU to LO relationship. The values for this field are constrained to those in the luLoRelationState 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 single CLU LO Relation record. This is optional, due to the identifier being set at the time of creation. Once the relation 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 © 2004-2012 The Kuali Foundation. All Rights Reserved.