public class SeatPoolWrapper extends Object implements Serializable, Comparable<SeatPoolWrapper>
Constructor and Description |
---|
SeatPoolWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SeatPoolWrapper seatPoolToCompare) |
String |
getId() |
SeatPoolDefinitionInfo |
getSeatPool() |
PopulationInfo |
getSeatPoolPopulation() |
void |
setId(String id) |
void |
setSeatPool(SeatPoolDefinitionInfo seatPool) |
void |
setSeatPoolPopulation(PopulationInfo seatPoolPopulation) |
public SeatPoolWrapper()
public SeatPoolDefinitionInfo getSeatPool()
public void setSeatPool(SeatPoolDefinitionInfo seatPool)
public PopulationInfo getSeatPoolPopulation()
public void setSeatPoolPopulation(PopulationInfo seatPoolPopulation)
public int compareTo(SeatPoolWrapper seatPoolToCompare)
compareTo
in interface Comparable<SeatPoolWrapper>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.