org.kuali.student.lum.lu.entity
Class Clu

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.MetaEntity
          extended by org.kuali.student.core.entity.VersionEntity
              extended by org.kuali.student.lum.lu.entity.Clu
All Implemented Interfaces:
AttributeOwner<CluAttribute>

public class Clu
extends VersionEntity
implements AttributeOwner<CluAttribute>


Field Summary
private  CluAccounting accounting
           
private  List<CluAccreditation> accreditations
           
private  List<CluAdminOrg> adminOrgs
           
private  List<CluIdentifier> alternateIdentifiers
           
private  List<CluAttribute> attributes
           
private  List<CluCampusLocation> campusLocations
           
private  boolean canCreateLui
           
private  int defaultEnrollmentEstimate
           
private  int defaultMaximumEnrollment
           
private  LuRichText descr
           
private  Date effectiveDate
           
private  boolean enrollable
           
private  String expectedFirstAtp
           
private  Date expirationDate
           
private  CluFee fee
           
private  boolean hasEarlyDropDeadline
           
private  boolean hazardousForDisabledStudents
           
private  List<CluInstructor> instructors
           
private  Amount intensity
           
private  String lastAdmitAtp
           
private  String lastAtp
           
private  List<LuCode> luCodes
           
private  LuType luType
           
private  String nextReviewPeriod
           
private  List<CluAtpTypeKey> offeredAtpTypes
           
private  CluIdentifier officialIdentifier
           
private  CluInstructor primaryInstructor
           
private  String referenceURL
           
private  String state
           
private  TimeAmount stdDuration
           
private  String studySubjectArea
           
 
Constructor Summary
Clu()
           
 
Method Summary
 CluAccounting getAccounting()
           
 List<CluAccreditation> getAccreditations()
           
 List<CluAdminOrg> getAdminOrgs()
           
 List<CluIdentifier> getAlternateIdentifiers()
           
 List<CluAttribute> getAttributes()
           
 List<CluCampusLocation> getCampusLocations()
           
 int getDefaultEnrollmentEstimate()
           
 int getDefaultMaximumEnrollment()
           
 LuRichText getDescr()
           
 Date getEffectiveDate()
           
 String getExpectedFirstAtp()
           
 Date getExpirationDate()
           
 CluFee getFee()
           
 List<CluInstructor> getInstructors()
           
 Amount getIntensity()
           
 String getLastAdmitAtp()
           
 String getLastAtp()
           
 List<LuCode> getLuCodes()
           
 LuType getLuType()
           
 String getNextReviewPeriod()
           
 List<CluAtpTypeKey> getOfferedAtpTypes()
           
 CluIdentifier getOfficialIdentifier()
           
 CluInstructor getPrimaryInstructor()
           
 String getReferenceURL()
           
 String getState()
           
 TimeAmount getStdDuration()
           
 String getStudySubjectArea()
           
 boolean isCanCreateLui()
           
 boolean isEnrollable()
           
 boolean isHasEarlyDropDeadline()
           
 boolean isHazardousForDisabledStudents()
           
 void setAccounting(CluAccounting accounting)
           
 void setAccreditations(List<CluAccreditation> accreditations)
           
 void setAdminOrgs(List<CluAdminOrg> adminOrgs)
           
 void setAlternateIdentifiers(List<CluIdentifier> alternateIdentifiers)
           
 void setAttributes(List<CluAttribute> attributes)
           
 void setCampusLocations(List<CluCampusLocation> campusLocationList)
           
 void setCanCreateLui(boolean canCreateLui)
           
 void setDefaultEnrollmentEstimate(int defaultEnrollmentEstimate)
           
 void setDefaultMaximumEnrollment(int defaultMaximumEnrollment)
           
 void setDescr(LuRichText descr)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setEnrollable(boolean enrollable)
           
 void setExpectedFirstAtp(String expectedFirstAtp)
           
 void setExpirationDate(Date expirationDate)
           
 void setFee(CluFee fee)
           
 void setHasEarlyDropDeadline(boolean hasEarlyDropDeadline)
           
 void setHazardousForDisabledStudents(boolean hazardousForDisabledStudents)
           
 void setInstructors(List<CluInstructor> instructors)
           
 void setIntensity(Amount intensity)
           
 void setLastAdmitAtp(String lastAdmitAtp)
           
 void setLastAtp(String lastAtp)
           
 void setLuCodes(List<LuCode> luCodes)
           
 void setLuType(LuType luType)
           
 void setNextReviewPeriod(String nextReviewPeriod)
           
 void setOfferedAtpTypes(List<CluAtpTypeKey> offeredAtpTypes)
           
 void setOfficialIdentifier(CluIdentifier officialIdentifier)
           
 void setPrimaryInstructor(CluInstructor primaryInstructor)
           
 void setReferenceURL(String referenceURL)
           
 void setState(String state)
           
 void setStdDuration(TimeAmount stdDuration)
           
 void setStudySubjectArea(String studySubjectArea)
           
 
Methods inherited from class org.kuali.student.core.entity.VersionEntity
getVersion, onPrePersist, setVersion
 
Methods inherited from class org.kuali.student.core.entity.MetaEntity
getMeta, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

officialIdentifier

private CluIdentifier officialIdentifier

alternateIdentifiers

private List<CluIdentifier> alternateIdentifiers

studySubjectArea

private String studySubjectArea

descr

private LuRichText descr

campusLocations

private List<CluCampusLocation> campusLocations

accreditations

private List<CluAccreditation> accreditations

adminOrgs

private List<CluAdminOrg> adminOrgs

primaryInstructor

private CluInstructor primaryInstructor

instructors

private List<CluInstructor> instructors

expectedFirstAtp

private String expectedFirstAtp

lastAtp

private String lastAtp

lastAdmitAtp

private String lastAdmitAtp

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

intensity

private Amount intensity

stdDuration

private TimeAmount stdDuration

canCreateLui

private boolean canCreateLui

referenceURL

private String referenceURL

luCodes

private List<LuCode> luCodes

nextReviewPeriod

private String nextReviewPeriod

enrollable

private boolean enrollable

offeredAtpTypes

private List<CluAtpTypeKey> offeredAtpTypes

hasEarlyDropDeadline

private boolean hasEarlyDropDeadline

defaultEnrollmentEstimate

private int defaultEnrollmentEstimate

defaultMaximumEnrollment

private int defaultMaximumEnrollment

hazardousForDisabledStudents

private boolean hazardousForDisabledStudents

fee

private CluFee fee

accounting

private CluAccounting accounting

attributes

private List<CluAttribute> attributes

luType

private LuType luType

state

private String state
Constructor Detail

Clu

public Clu()
Method Detail

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 © 2007-2011 The Kuali Foundation. All Rights Reserved.