|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lu.dto.LuiInfo
public class LuiInfo
Detailed information about a single LUI.
Field Summary | |
---|---|
private String |
atpId
|
private Map<String,String> |
attributes
|
private String |
cluId
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
luiCode
|
private Integer |
maxSeats
|
private MetaInfo |
metaInfo
|
private static long |
serialVersionUID
|
private String |
state
|
Constructor Summary | |
---|---|
LuiInfo()
|
Method Summary | |
---|---|
String |
getAtpId()
Unique identifier for an Academic Time Period (ATP). |
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 LUI became effective. |
Date |
getExpirationDate()
Date and time that this LUI expires. |
String |
getId()
Unique identifier for a Learning Unit Instance (LUI). |
String |
getLuiCode()
Code identifier/name for the LUI. |
Integer |
getMaxSeats()
Maximum number of "seats" that the LUI will hold for registration. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getState()
The current status of the LUI. |
void |
setAtpId(String atpId)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setCluId(String cluId)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setLuiCode(String luiCode)
|
void |
setMaxSeats(Integer maxSeats)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setState(String state)
|
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 luiCode
private String cluId
private String atpId
private Integer maxSeats
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String state
private String id
Constructor Detail |
---|
public LuiInfo()
Method Detail |
---|
public String getLuiCode()
public void setLuiCode(String luiCode)
public String getCluId()
public void setCluId(String cluId)
public String getAtpId()
public void setAtpId(String atpId)
public Integer getMaxSeats()
public void setMaxSeats(Integer maxSeats)
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 getState()
public void setState(String state)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |