|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.lum.lu.dto.LuiLuiRelationInfo
public class LuiLuiRelationInfo
Detailed information about a LUI to LUI relationship.
| Constructor Summary | |
|---|---|
LuiLuiRelationInfo()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
Date |
getEffectiveDate()
Date and time that this LUI to LUI relationship type became effective. |
Date |
getExpirationDate()
Date and time that this LUI to LUI relationship type expires. |
String |
getId()
Unique identifier for a LUI to LUI relation. |
String |
getLuiId()
Unique identifier for a Learning Unit Instance (LUI). |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getRelatedLuiId()
Unique identifier for a Learning Unit Instance (LUI). |
String |
getState()
The current status of the LUI to LUI relationship. |
String |
getType()
Unique identifier for the LU to LU relation type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setLuiId(String luiId)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setRelatedLuiId(String relatedLuiId)
|
void |
setState(String state)
|
void |
setType(String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LuiLuiRelationInfo()
| Method Detail |
|---|
public String getLuiId()
public void setLuiId(String luiId)
public String getRelatedLuiId()
public void setRelatedLuiId(String relatedLuiId)
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 Idable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||