|
||||||||||
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.CluInfo
public class CluInfo
Detailed information about a single CLU.
Constructor Summary | |
---|---|
CluInfo()
|
Method Summary | |
---|---|
CluAccountingInfo |
getAccountingInfo()
Accounting information associated with this CLU. |
List<AccreditationInfo> |
getAccreditations()
|
List<AdminOrgInfo> |
getAdminOrgs()
|
List<CluIdentifierInfo> |
getAlternateIdentifiers()
Information related to alternate identifications of the clu, typically in human readable form. |
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
List<String> |
getCampusLocations()
|
int |
getDefaultEnrollmentEstimate()
Default enrollment estimate for this CLU. |
int |
getDefaultMaximumEnrollment()
Default maximum enrollment for this CLU. |
RichTextInfo |
getDescr()
Narrative description of the CLU, used for the catalog. |
Date |
getEffectiveDate()
Date and time the CLU became effective. |
String |
getExpectedFirstAtp()
|
Date |
getExpirationDate()
Date and time that this CLU expires. |
CluFeeInfo |
getFeeInfo()
Fee information associated with this CLU. |
String |
getId()
Unique identifier for a Canonical Learning Unit (CLU). |
List<CluInstructorInfo> |
getInstructors()
Instructors associated with this clu. |
AmountInfo |
getIntensity()
|
String |
getLastAdmitAtp()
|
String |
getLastAtp()
|
List<LuCodeInfo> |
getLuCodes()
List of LU code info structures. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getNextReviewPeriod()
When the next review should be |
List<String> |
getOfferedAtpTypes()
The academic time period types in which this CLU is typically offered. |
CluIdentifierInfo |
getOfficialIdentifier()
Information related to the official identification of the clu, typically in human readable form. |
CluInstructorInfo |
getPrimaryInstructor()
Primary potential instructor for the clu. |
String |
getReferenceURL()
An URL for additional information about the CLU. |
String |
getState()
The current status of the clu. |
TimeAmountInfo |
getStdDuration()
The standard duration of the learning unit. |
String |
getStudySubjectArea()
The Study Subject Area is used to identify the area of study associated with the clu. |
String |
getType()
Unique identifier for a learning unit type. |
VersionInfo |
getVersionInfo()
|
boolean |
isCanCreateLui()
Indicates if the CLU can be used to instantiate LUIs (offerings). |
boolean |
isEnrollable()
Indicates if Luis generated from this Clu are intended to be enrolled in by Students directly |
boolean |
isHasEarlyDropDeadline()
Indicates if the CLU has an Early Drop Deadline (EDD). |
boolean |
isHazardousForDisabledStudents()
Indicates if the CLU may be hazardous for students with disabilities. |
void |
setAccountingInfo(CluAccountingInfo accountingInfo)
|
void |
setAccreditations(List<AccreditationInfo> accreditations)
|
void |
setAdminOrgs(List<AdminOrgInfo> adminOrgs)
|
void |
setAlternateIdentifiers(List<CluIdentifierInfo> alternateIdentifiers)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setCampusLocations(List<String> campusLocations)
|
void |
setCanCreateLui(boolean canCreateLui)
|
void |
setDefaultEnrollmentEstimate(int defaultEnrollmentEstimate)
|
void |
setDefaultMaximumEnrollment(int defaultMaximumEnrollment)
|
void |
setDescr(RichTextInfo descr)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setEnrollable(boolean isEnrollable)
|
void |
setExpectedFirstAtp(String expectedFirstAtp)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setFeeInfo(CluFeeInfo feeInfo)
|
void |
setHasEarlyDropDeadline(boolean hasEarlyDropDeadline)
|
void |
setHazardousForDisabledStudents(boolean isHazardousForDisabledStudents)
|
void |
setId(String id)
|
void |
setInstructors(List<CluInstructorInfo> instructors)
|
void |
setIntensity(AmountInfo intensity)
|
void |
setLastAdmitAtp(String lastAdmitAtp)
|
void |
setLastAtp(String lastAtp)
|
void |
setLuCodes(List<LuCodeInfo> luCodes)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setNextReviewPeriod(String nextReviewPeriod)
|
void |
setOfferedAtpTypes(List<String> offeredAtpTypes)
|
void |
setOfficialIdentifier(CluIdentifierInfo officialIdentifier)
|
void |
setPrimaryInstructor(CluInstructorInfo primaryInstructor)
|
void |
setReferenceURL(String referenceURL)
|
void |
setState(String state)
|
void |
setStdDuration(TimeAmountInfo stdDuration)
|
void |
setStudySubjectArea(String studySubjectArea)
|
void |
setType(String type)
|
void |
setVersionInfo(VersionInfo versionInfo)
|
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 CluIdentifierInfo officialIdentifier
private List<CluIdentifierInfo> alternateIdentifiers
private String studySubjectArea
private RichTextInfo descr
private List<String> campusLocations
private List<AccreditationInfo> accreditations
private List<AdminOrgInfo> adminOrgs
private CluInstructorInfo primaryInstructor
private List<CluInstructorInfo> instructors
private String expectedFirstAtp
private String lastAtp
private String lastAdmitAtp
private Date effectiveDate
private Date expirationDate
private AmountInfo intensity
private TimeAmountInfo stdDuration
private boolean canCreateLui
private String referenceURL
private List<LuCodeInfo> luCodes
private String nextReviewPeriod
private boolean isEnrollable
private List<String> offeredAtpTypes
private boolean hasEarlyDropDeadline
private int defaultEnrollmentEstimate
private int defaultMaximumEnrollment
private boolean isHazardousForDisabledStudents
private CluFeeInfo feeInfo
private CluAccountingInfo accountingInfo
private Map<String,String> attributes
private MetaInfo metaInfo
private VersionInfo versionInfo
private String type
private String state
private String id
Constructor Detail |
---|
public CluInfo()
Method Detail |
---|
public CluIdentifierInfo getOfficialIdentifier()
public void setOfficialIdentifier(CluIdentifierInfo officialIdentifier)
public List<CluIdentifierInfo> getAlternateIdentifiers()
public void setAlternateIdentifiers(List<CluIdentifierInfo> alternateIdentifiers)
public String getStudySubjectArea()
public void setStudySubjectArea(String studySubjectArea)
public RichTextInfo getDescr()
public void setDescr(RichTextInfo descr)
public List<AccreditationInfo> getAccreditations()
public void setAccreditations(List<AccreditationInfo> accreditations)
public List<String> getCampusLocations()
public void setCampusLocations(List<String> campusLocations)
public List<AdminOrgInfo> getAdminOrgs()
public void setAdminOrgs(List<AdminOrgInfo> adminOrgs)
public CluInstructorInfo getPrimaryInstructor()
public void setPrimaryInstructor(CluInstructorInfo primaryInstructor)
public List<CluInstructorInfo> getInstructors()
public void setInstructors(List<CluInstructorInfo> instructors)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public AmountInfo getIntensity()
public void setIntensity(AmountInfo intensity)
public TimeAmountInfo getStdDuration()
public void setStdDuration(TimeAmountInfo stdDuration)
public boolean isCanCreateLui()
public void setCanCreateLui(boolean canCreateLui)
public String getReferenceURL()
public void setReferenceURL(String referenceURL)
public List<LuCodeInfo> getLuCodes()
public void setLuCodes(List<LuCodeInfo> luCodes)
public String getNextReviewPeriod()
public void setNextReviewPeriod(String nextReviewPeriod)
public boolean isEnrollable()
public void setEnrollable(boolean isEnrollable)
public List<String> getOfferedAtpTypes()
public void setOfferedAtpTypes(List<String> offeredAtpTypes)
public boolean isHasEarlyDropDeadline()
public void setHasEarlyDropDeadline(boolean hasEarlyDropDeadline)
public int getDefaultEnrollmentEstimate()
public void setDefaultEnrollmentEstimate(int defaultEnrollmentEstimate)
public int getDefaultMaximumEnrollment()
public void setDefaultMaximumEnrollment(int defaultMaximumEnrollment)
public boolean isHazardousForDisabledStudents()
public void setHazardousForDisabledStudents(boolean isHazardousForDisabledStudents)
public CluFeeInfo getFeeInfo()
public void setFeeInfo(CluFeeInfo feeInfo)
public CluAccountingInfo getAccountingInfo()
public void setAccountingInfo(CluAccountingInfo accountingInfo)
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 VersionInfo getVersionInfo()
public void setVersionInfo(VersionInfo versionInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public String getExpectedFirstAtp()
public void setExpectedFirstAtp(String expectedFirstAtp)
public String getLastAtp()
public void setLastAtp(String lastAtp)
public String getLastAdmitAtp()
public void setLastAdmitAtp(String lastAdmitAtp)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |