public class CourseWaitListInfo extends IdNamelessEntityInfo implements CourseWaitList, Serializable
Constructor and Description |
---|
CourseWaitListInfo() |
CourseWaitListInfo(CourseWaitList waitList) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getActivityOfferingIds()
The activity offering Ids associated with this CourseWaitList.
|
Boolean |
getAllowHoldUntilEntries()
Indicates if hold until entries are allowed on this CourseWaitList.
|
Boolean |
getAutomaticallyProcessed()
Indicates if the CourseWaitListEntries associated with this CourseWaitList are automatically processed.
|
TimeAmountInfo |
getCheckInFrequency()
The amount of time that a student is required to
check-in before they will be removed from this CourseWaitList.
|
Boolean |
getCheckInRequired()
Indicates if a student is required to check in at some interval to remain on this course wait list.
|
Boolean |
getConfirmationRequired()
Indicates if the CourseWaitListEntries associated with this CourseWaitList must acknowledge/confirm that they
want to be added to the relevant course when they are processed.
|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
List<String> |
getFormatOfferingIds()
The format offering Ids associated with this CourseWaitList.
|
Integer |
getMaxSize()
The maximum size of this CourseWaitList.
|
Boolean |
getRegisterInFirstAvailableActivityOffering()
Indicates if the entries in this wait list may be added using any activity offering
associated with this wait list.
|
void |
setActivityOfferingIds(List<String> activityOfferingIds) |
void |
setAllowHoldUntilEntries(Boolean allowHoldUntilEntries) |
void |
setAutomaticallyProcessed(Boolean automaticallyProcessed) |
void |
setCheckInFrequency(TimeAmountInfo checkInFrequency) |
void |
setCheckInRequired(Boolean checkInRequired) |
void |
setConfirmationRequired(Boolean confirmationRequired) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setFormatOfferingIds(List<String> formatOfferingIds) |
void |
setMaxSize(Integer maxSize) |
void |
setRegisterInFirstAvailableActivityOffering(Boolean registerInFirstAvailableActivityOffering) |
getId, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStateKey
getType, getTypeKey
getAttributes
public CourseWaitListInfo()
public CourseWaitListInfo(CourseWaitList waitList)
public List<String> getFormatOfferingIds()
CourseWaitList
getFormatOfferingIds
in interface CourseWaitList
public void setFormatOfferingIds(List<String> formatOfferingIds)
public List<String> getActivityOfferingIds()
CourseWaitList
getActivityOfferingIds
in interface CourseWaitList
public void setActivityOfferingIds(List<String> activityOfferingIds)
public Boolean getRegisterInFirstAvailableActivityOffering()
CourseWaitList
getRegisterInFirstAvailableActivityOffering
in interface CourseWaitList
public void setRegisterInFirstAvailableActivityOffering(Boolean registerInFirstAvailableActivityOffering)
public Boolean getAutomaticallyProcessed()
CourseWaitList
getAutomaticallyProcessed
in interface CourseWaitList
public void setAutomaticallyProcessed(Boolean automaticallyProcessed)
public Boolean getConfirmationRequired()
CourseWaitList
getConfirmationRequired
in interface CourseWaitList
public void setConfirmationRequired(Boolean confirmationRequired)
public Integer getMaxSize()
CourseWaitList
getMaxSize
in interface CourseWaitList
public void setMaxSize(Integer maxSize)
public Boolean getCheckInRequired()
CourseWaitList
getCheckInRequired
in interface CourseWaitList
public void setCheckInRequired(Boolean checkInRequired)
public TimeAmountInfo getCheckInFrequency()
CourseWaitList
getCheckInFrequency
in interface CourseWaitList
public void setCheckInFrequency(TimeAmountInfo checkInFrequency)
public Boolean getAllowHoldUntilEntries()
CourseWaitList
getAllowHoldUntilEntries
in interface CourseWaitList
public void setAllowHoldUntilEntries(Boolean allowHoldUntilEntries)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.