public class WaitListConfigInfo extends RelationshipInfo implements WaitListConfig, Serializable
Constructor and Description |
---|
WaitListConfigInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
TimeAmount |
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.
|
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) |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setId, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
getEffectiveDate, getExpirationDate
public WaitListConfigInfo()
public void setConfirmationRequired(Boolean confirmationRequired)
public void setCheckInRequired(Boolean checkInRequired)
public void setCheckInFrequency(TimeAmountInfo checkInFrequency)
public void setAllowHoldUntilEntries(Boolean allowHoldUntilEntries)
public void setEffectiveDate(Date effectiveDate)
setEffectiveDate
in class RelationshipInfo
public void setExpirationDate(Date expirationDate)
setExpirationDate
in class RelationshipInfo
public void setAutomaticallyProcessed(Boolean automaticallyProcessed)
public Boolean getAutomaticallyProcessed()
WaitListConfig
getAutomaticallyProcessed
in interface WaitListConfig
public Boolean getConfirmationRequired()
WaitListConfig
getConfirmationRequired
in interface WaitListConfig
public Boolean getCheckInRequired()
WaitListConfig
getCheckInRequired
in interface WaitListConfig
public TimeAmount getCheckInFrequency()
WaitListConfig
getCheckInFrequency
in interface WaitListConfig
public Boolean getAllowHoldUntilEntries()
WaitListConfig
getAllowHoldUntilEntries
in interface WaitListConfig
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.