org.kuali.student.lum.lu.entity
Class Clu
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.common.entity.VersionEntity
org.kuali.student.lum.lu.entity.Clu
- All Implemented Interfaces:
- AttributeOwner<CluAttribute>
public class Clu
- extends VersionEntity
- implements AttributeOwner<CluAttribute>
Constructor Summary |
Clu()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Clu
public Clu()
getLuType
public LuType getLuType()
setLuType
public void setLuType(LuType luType)
getAttributes
public List<CluAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<CluAttribute>
setAttributes
public void setAttributes(List<CluAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<CluAttribute>
getOfficialIdentifier
public CluIdentifier getOfficialIdentifier()
setOfficialIdentifier
public void setOfficialIdentifier(CluIdentifier officialIdentifier)
getAlternateIdentifiers
public List<CluIdentifier> getAlternateIdentifiers()
setAlternateIdentifiers
public void setAlternateIdentifiers(List<CluIdentifier> alternateIdentifiers)
getStudySubjectArea
public String getStudySubjectArea()
setStudySubjectArea
public void setStudySubjectArea(String studySubjectArea)
getDescr
public LuRichText getDescr()
setDescr
public void setDescr(LuRichText descr)
getInstructors
public List<CluInstructor> getInstructors()
setInstructors
public void setInstructors(List<CluInstructor> instructors)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getStdDuration
public TimeAmount getStdDuration()
setStdDuration
public void setStdDuration(TimeAmount stdDuration)
isCanCreateLui
public boolean isCanCreateLui()
setCanCreateLui
public void setCanCreateLui(boolean canCreateLui)
getReferenceURL
public String getReferenceURL()
setReferenceURL
public void setReferenceURL(String referenceURL)
getLuCodes
public List<LuCode> getLuCodes()
setLuCodes
public void setLuCodes(List<LuCode> luCodes)
getNextReviewPeriod
public String getNextReviewPeriod()
setNextReviewPeriod
public void setNextReviewPeriod(String nextReviewPeriod)
isEnrollable
public boolean isEnrollable()
setEnrollable
public void setEnrollable(boolean enrollable)
getOfferedAtpTypes
public List<CluAtpTypeKey> getOfferedAtpTypes()
setOfferedAtpTypes
public void setOfferedAtpTypes(List<CluAtpTypeKey> offeredAtpTypes)
isHasEarlyDropDeadline
public boolean isHasEarlyDropDeadline()
setHasEarlyDropDeadline
public void setHasEarlyDropDeadline(boolean hasEarlyDropDeadline)
getDefaultEnrollmentEstimate
public int getDefaultEnrollmentEstimate()
setDefaultEnrollmentEstimate
public void setDefaultEnrollmentEstimate(int defaultEnrollmentEstimate)
getDefaultMaximumEnrollment
public int getDefaultMaximumEnrollment()
setDefaultMaximumEnrollment
public void setDefaultMaximumEnrollment(int defaultMaximumEnrollment)
isHazardousForDisabledStudents
public boolean isHazardousForDisabledStudents()
setHazardousForDisabledStudents
public void setHazardousForDisabledStudents(boolean hazardousForDisabledStudents)
getFee
public CluFee getFee()
setFee
public void setFee(CluFee fee)
getAccounting
public CluAccounting getAccounting()
setAccounting
public void setAccounting(CluAccounting accounting)
getState
public String getState()
setState
public void setState(String state)
getPrimaryInstructor
public CluInstructor getPrimaryInstructor()
setPrimaryInstructor
public void setPrimaryInstructor(CluInstructor primaryInstructor)
getCampusLocations
public List<CluCampusLocation> getCampusLocations()
setCampusLocations
public void setCampusLocations(List<CluCampusLocation> campusLocationList)
getIntensity
public Amount getIntensity()
setIntensity
public void setIntensity(Amount intensity)
getAccreditations
public List<CluAccreditation> getAccreditations()
setAccreditations
public void setAccreditations(List<CluAccreditation> accreditations)
getAdminOrgs
public List<CluAdminOrg> getAdminOrgs()
setAdminOrgs
public void setAdminOrgs(List<CluAdminOrg> adminOrgs)
getExpectedFirstAtp
public String getExpectedFirstAtp()
setExpectedFirstAtp
public void setExpectedFirstAtp(String expectedFirstAtp)
getLastAtp
public String getLastAtp()
setLastAtp
public void setLastAtp(String lastAtp)
getLastAdmitAtp
public String getLastAdmitAtp()
setLastAdmitAtp
public void setLastAdmitAtp(String lastAdmitAtp)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.