|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lo.dto.LoLoRelationInfo
public class LoLoRelationInfo
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
loId
|
private MetaInfo |
metaInfo
|
private String |
relatedLoId
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
LoLoRelationInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
Date |
getEffectiveDate()
Date and time that this LO to LO relationship became effective. |
Date |
getExpirationDate()
Date and time that this LO to LO relationship expires. |
String |
getId()
Unique identifier for a LO to LO relationship. |
String |
getLoId()
Unique identifier for a learning objective record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getRelatedLoId()
Unique identifier for a learning objective record. |
String |
getState()
Identifier for the current status of a LO to LO relationship. |
String |
getType()
Unique identifier for the LO to LO relation type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setLoId(String loId)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setRelatedLoId(String relatedLoId)
|
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 |
Field Detail |
---|
private static final long serialVersionUID
private String loId
private String relatedLoId
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 LoLoRelationInfo()
Method Detail |
---|
public String getLoId()
public void setLoId(String loId)
public String getRelatedLoId()
public void setRelatedLoId(String relatedLoId)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
public void setType(String type)
public String getState()
public void setState(String state)
public String getId()
public void setId(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |