public class SeatPoolDefinitionInfo extends IdEntityInfo implements SeatPoolDefinition
| Constructor and Description |
|---|
SeatPoolDefinitionInfo()
Constructs a new SeatPoolDefinition.
|
SeatPoolDefinitionInfo(SeatPoolDefinition pool)
Constructs a new SeatPoolDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpirationMilestoneTypeKey()
When this seat pool definition expires.
|
Boolean |
getIsPercentage()
Tests if the seat limit is an absolute number or a percentage
of MaximumEnrollment in the ActivityOffering.
|
String |
getPopulationId()
The Population to which this seat pool applies.
|
Integer |
getProcessingPriority()
Indicates the order in which this seat pool will be processed
during registration.
|
Integer |
getSeatLimit()
The limit on the number of seats in this pool.
|
void |
setExpirationMilestoneTypeKey(String expirationMilestoneTypeKey) |
void |
setIsPercentage(Boolean isPercentage) |
void |
setPopulationId(String populationId) |
void |
setProcessingPriority(Integer processingPriority) |
void |
setSeatLimit(Integer seatLimit) |
getId, setIdgetDescr, getName, setDescr, setNamegetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic SeatPoolDefinitionInfo()
public SeatPoolDefinitionInfo(SeatPoolDefinition pool)
pool - the seat pool definition to copypublic String getExpirationMilestoneTypeKey()
SeatPoolDefinitiongetExpirationMilestoneTypeKey in interface SeatPoolDefinitionpublic void setExpirationMilestoneTypeKey(String expirationMilestoneTypeKey)
public Boolean getIsPercentage()
SeatPoolDefinitiongetIsPercentage in interface SeatPoolDefinitionpublic void setIsPercentage(Boolean isPercentage)
public Integer getSeatLimit()
SeatPoolDefinitiongetSeatLimit in interface SeatPoolDefinitionpublic void setSeatLimit(Integer seatLimit)
public Integer getProcessingPriority()
SeatPoolDefinitiongetProcessingPriority in interface SeatPoolDefinitionpublic void setProcessingPriority(Integer processingPriority)
public String getPopulationId()
SeatPoolDefinitiongetPopulationId in interface SeatPoolDefinitionpublic void setPopulationId(String populationId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.