public class LprRosterInfo extends IdEntityInfo implements LprRoster, Serializable
| Constructor and Description |
|---|
LprRosterInfo()
Constructs a new LprRosterInfo.
|
LprRosterInfo(LprRoster lprRoster)
Constructs a new LprRosterInfo from another LprRoster.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssociatedLuiIds()
This method gets the Ids of the associated LUIs for the LPR
Roster.
|
TimeAmountInfo |
getCheckInFrequency()
The frequency in terms of time period that an entry has to
check in to maintain active status in this roster.
|
Boolean |
getCheckInRequired()
Is check in required to maintain an active status in this
roster.
|
Integer |
getMaximumCapacity()
The maximum capacity of the roster.
|
void |
setAssociatedLuiIds(List<String> associatedLuiIds) |
void |
setCheckInFrequency(TimeAmountInfo checkInFrequency) |
void |
setCheckInRequired(Boolean checkInRequired) |
void |
setMaximumCapacity(Integer maximumCapacity) |
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 LprRosterInfo()
public LprRosterInfo(LprRoster lprRoster)
lprRoster - the LprRoster to copypublic List<String> getAssociatedLuiIds()
LprRostergetAssociatedLuiIds in interface LprRosterpublic void setAssociatedLuiIds(List<String> associatedLuiIds)
public Integer getMaximumCapacity()
LprRostergetMaximumCapacity in interface LprRosterpublic void setMaximumCapacity(Integer maximumCapacity)
public Boolean getCheckInRequired()
LprRostergetCheckInRequired in interface LprRosterpublic void setCheckInRequired(Boolean checkInRequired)
public TimeAmountInfo getCheckInFrequency()
LprRostergetCheckInFrequency in interface LprRosterpublic void setCheckInFrequency(TimeAmountInfo checkInFrequency)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.