|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r1.lum.lu.dto.CluCluRelationInfo
public class CluCluRelationInfo
Detailed information about a CLU to CLU relationship.
| Constructor Summary | |
|---|---|
CluCluRelationInfo()
|
|
| 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 CLU relationship became effective. |
Date |
getExpirationDate()
Date and time that this CLU to CLU relationship expires. |
String |
getId()
Unique identifier for a CLU to CLU relationship. |
Boolean |
getIsCluRelationRequired()
Indicates if the relation is required upon instantiation of a LUI. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getRelatedCluId()
Unique identifier for a Canonical Learning Unit (CLU). |
String |
getState()
Identifier for the current status of a CLU to CLU relationship. |
String |
getType()
Unique identifier for the LU to LU 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 |
setIsCluRelationRequired(Boolean isCluRelationRequired)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setRelatedCluId(String relatedCluId)
|
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 CluCluRelationInfo()
| Method Detail |
|---|
public String getCluId()
public void setCluId(String cluId)
public String getRelatedCluId()
public void setRelatedCluId(String relatedCluId)
public Boolean getIsCluRelationRequired()
public void setIsCluRelationRequired(Boolean isCluRelationRequired)
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 | |||||||||