|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.lum.lu.dto.CluLoRelationInfo
public class CluLoRelationInfo
Detailed information about a CLU to LO relation.
| Field Summary | |
|---|---|
private Map<String,String> |
attributes
|
private String |
cluId
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
loId
|
private MetaInfo |
metaInfo
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private String cluId
private String loId
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
| 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 HasAttributespublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||