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, setId
getDescr, getName, setDescr, setName
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
getType, getTypeKey
getState, getStateKey
getAttributes
public SeatPoolDefinitionInfo()
public SeatPoolDefinitionInfo(SeatPoolDefinition pool)
pool
- the seat pool definition to copypublic String getExpirationMilestoneTypeKey()
SeatPoolDefinition
getExpirationMilestoneTypeKey
in interface SeatPoolDefinition
public void setExpirationMilestoneTypeKey(String expirationMilestoneTypeKey)
public Boolean getIsPercentage()
SeatPoolDefinition
getIsPercentage
in interface SeatPoolDefinition
public void setIsPercentage(Boolean isPercentage)
public Integer getSeatLimit()
SeatPoolDefinition
getSeatLimit
in interface SeatPoolDefinition
public void setSeatLimit(Integer seatLimit)
public Integer getProcessingPriority()
SeatPoolDefinition
getProcessingPriority
in interface SeatPoolDefinition
public void setProcessingPriority(Integer processingPriority)
public String getPopulationId()
SeatPoolDefinition
getPopulationId
in interface SeatPoolDefinition
public void setPopulationId(String populationId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.