|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.lum.lu.dto.CluLoRelationInfo
public class CluLoRelationInfo
Detailed information about a CLU to LO relation.
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 |
---|
public CluLoRelationInfo()
Method Detail |
---|
public String getCluId()
public void setCluId(String cluId)
public String getLoId()
public void setLoId(String loId)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
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 |