|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.IdNamelessEntityInfo
org.kuali.student.r2.lum.clu.dto.CluInfo
public class CluInfo
| Constructor Summary | |
|---|---|
CluInfo()
|
|
CluInfo(Clu clu)
|
|
| Method Summary | |
|---|---|
CluAccountingInfo |
getAccountingInfo()
Accounting information associated with this CLU. |
List<AccreditationInfo> |
getAccreditations()
Information around the accreditation of the clu. |
List<AdminOrgInfo> |
getAdminOrgs()
Admin Orgs associated with this clu |
List<CluIdentifierInfo> |
getAlternateIdentifiers()
Information related to alternate identifications of the clu, typically in human readable form. |
List<String> |
getCampusLocations()
Places where this clu might be offered |
Boolean |
getCanCreateLui()
Indicates if the CLU can be used to instantiate LUIs (offerings). |
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/time this object became effective. |
String |
getExpectedFirstAtp()
The expected first academic time period that this clu would be effective. |
Date |
getExpirationDate()
Date/time this relationship is no longer effective. |
CluFeeInfo |
getFeeInfo()
Fee information associated with this CLU. |
List<CluInstructorInfo> |
getInstructors()
Instructors associated with this clu. |
AmountInfo |
getIntensity()
|
Boolean |
getIsEnrollable()
Indicates if Luis generated from this Clu are intended to be enrolled in by Students directly |
Boolean |
getIsHasEarlyDropDeadline()
Indicates if the CLU has an Early Drop Deadline (EDD). |
Boolean |
getIsHazardousForDisabledStudents()
Indicates if the CLU may be hazardous for students with disabilities. |
String |
getLastAdmitAtp()
The last academic time period that this clu would be available for enrollment. |
String |
getLastAtp()
The last academic time period that this clu would be effective. |
List<LuCodeInfo> |
getLuCodes()
List of LU code info structures. |
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. |
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. |
VersionInfo |
getVersion()
Version information associated with this CLU |
void |
setAccountingInfo(CluAccountingInfo accountingInfo)
|
void |
setAccreditations(List<AccreditationInfo> accreditations)
|
void |
setAdminOrgs(List<AdminOrgInfo> adminOrgs)
|
void |
setAlternateIdentifiers(List<CluIdentifierInfo> alternateIdentifiers)
|
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 |
setExpectedFirstAtp(String expectedFirstAtp)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setFeeInfo(CluFeeInfo feeInfo)
|
void |
setInstructors(List<CluInstructorInfo> instructors)
|
void |
setIntensity(AmountInfo intensity)
|
void |
setIsEnrollable(Boolean isEnrollable)
|
void |
setIsHasEarlyDropDeadline(Boolean hasEarlyDropDeadline)
|
void |
setIsHazardousForDisabledStudents(Boolean isHazardousForDisabledStudents)
|
void |
setLastAdmitAtp(String lastAdmitAtp)
|
void |
setLastAtp(String lastAtp)
|
void |
setLuCodes(List<LuCodeInfo> luCodes)
|
void |
setNextReviewPeriod(String nextReviewPeriod)
|
void |
setOfferedAtpTypes(List<String> offeredAtpTypes)
|
void |
setOfficialIdentifier(CluIdentifierInfo officialIdentifier)
|
void |
setPrimaryInstructor(CluInstructorInfo primaryInstructor)
|
void |
setReferenceURL(String referenceURL)
|
void |
setStdDuration(TimeAmountInfo stdDuration)
|
void |
setStudySubjectArea(String studySubjectArea)
|
void |
setVersion(VersionInfo version)
|
String |
toString()
|
| Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo |
|---|
getId, setId |
| Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo |
|---|
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey |
| Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo |
|---|
getMeta, setMeta |
| Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo |
|---|
getAttributes, getAttributeValue, getAttributeValueList, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
|---|
getId |
| Methods inherited from interface org.kuali.student.r2.common.infc.HasType |
|---|
getType, getTypeKey |
| Methods inherited from interface org.kuali.student.r2.common.infc.HasState |
|---|
getState, getStateKey |
| Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes |
|---|
getAttributes |
| Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
|---|
getMeta |
| Constructor Detail |
|---|
public CluInfo()
public CluInfo(Clu clu)
| Method Detail |
|---|
public RichTextInfo getDescr()
Clu
getDescr in interface Clupublic void setDescr(RichTextInfo descr)
public CluIdentifierInfo getOfficialIdentifier()
Clu
getOfficialIdentifier in interface Clupublic void setOfficialIdentifier(CluIdentifierInfo officialIdentifier)
public List<CluIdentifierInfo> getAlternateIdentifiers()
Clu
getAlternateIdentifiers in interface Clupublic void setAlternateIdentifiers(List<CluIdentifierInfo> alternateIdentifiers)
public String getStudySubjectArea()
Clu
getStudySubjectArea in interface Clupublic void setStudySubjectArea(String studySubjectArea)
public List<AccreditationInfo> getAccreditations()
Clu
getAccreditations in interface Clupublic void setAccreditations(List<AccreditationInfo> accreditations)
public List<String> getCampusLocations()
Clu
getCampusLocations in interface Clupublic void setCampusLocations(List<String> campusLocations)
public List<AdminOrgInfo> getAdminOrgs()
Clu
getAdminOrgs in interface Clupublic void setAdminOrgs(List<AdminOrgInfo> adminOrgs)
public CluInstructorInfo getPrimaryInstructor()
Clu
getPrimaryInstructor in interface Clupublic void setPrimaryInstructor(CluInstructorInfo primaryInstructor)
public List<CluInstructorInfo> getInstructors()
Clu
getInstructors in interface Clupublic void setInstructors(List<CluInstructorInfo> instructors)
public AmountInfo getIntensity()
getIntensity in interface Clupublic void setIntensity(AmountInfo intensity)
public TimeAmountInfo getStdDuration()
Clu
getStdDuration in interface Clupublic void setStdDuration(TimeAmountInfo stdDuration)
public Boolean getCanCreateLui()
Clu
getCanCreateLui in interface Clupublic void setCanCreateLui(Boolean canCreateLui)
public String getReferenceURL()
Clu
getReferenceURL in interface Clupublic void setReferenceURL(String referenceURL)
public List<LuCodeInfo> getLuCodes()
Clu
getLuCodes in interface Clupublic void setLuCodes(List<LuCodeInfo> luCodes)
public String getNextReviewPeriod()
Clu
getNextReviewPeriod in interface Clupublic void setNextReviewPeriod(String nextReviewPeriod)
public Boolean getIsEnrollable()
Clu
getIsEnrollable in interface Clupublic void setIsEnrollable(Boolean isEnrollable)
public List<String> getOfferedAtpTypes()
Clu
getOfferedAtpTypes in interface Clupublic void setOfferedAtpTypes(List<String> offeredAtpTypes)
public Boolean getIsHasEarlyDropDeadline()
Clu
getIsHasEarlyDropDeadline in interface Clupublic void setIsHasEarlyDropDeadline(Boolean hasEarlyDropDeadline)
public int getDefaultEnrollmentEstimate()
Clu
getDefaultEnrollmentEstimate in interface Clupublic void setDefaultEnrollmentEstimate(int defaultEnrollmentEstimate)
public int getDefaultMaximumEnrollment()
Clu
getDefaultMaximumEnrollment in interface Clupublic void setDefaultMaximumEnrollment(int defaultMaximumEnrollment)
public Boolean getIsHazardousForDisabledStudents()
Clu
getIsHazardousForDisabledStudents in interface Clupublic void setIsHazardousForDisabledStudents(Boolean isHazardousForDisabledStudents)
public CluFeeInfo getFeeInfo()
Clu
getFeeInfo in interface Clupublic void setFeeInfo(CluFeeInfo feeInfo)
public CluAccountingInfo getAccountingInfo()
Clu
getAccountingInfo in interface Clupublic void setAccountingInfo(CluAccountingInfo accountingInfo)
public VersionInfo getVersion()
Clu
getVersion in interface Clupublic void setVersion(VersionInfo version)
public String getExpectedFirstAtp()
Clu
getExpectedFirstAtp in interface Clupublic void setExpectedFirstAtp(String expectedFirstAtp)
public String getLastAtp()
Clu
getLastAtp in interface Clupublic void setLastAtp(String lastAtp)
public String getLastAdmitAtp()
Clu
getLastAdmitAtp in interface Clupublic void setLastAdmitAtp(String lastAdmitAtp)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||